Version bump and version file update

This commit is contained in:
Michael Bianco
2012-10-29 12:15:07 -04:00
parent b59415efcf
commit bbdabd8c53
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
"0.7.x" => { :ref => "eddaea63959586d123007cbca3be5bf9c5edb1a7" } "0.7.x" => { :ref => "eddaea63959586d123007cbca3be5bf9c5edb1a7" }
"1.0.x" => { :ref => "a8c27750ef1cf9d0ad1a2a6ebe33307da900a5c1" } "1.0.x" => { :ref => "a8c27750ef1cf9d0ad1a2a6ebe33307da900a5c1" }
"1.1.x" => { :branch => "master" } "1.1.x" => { :branch => "1-1-stable" }
"1.2.x" => { :branch => "1-1-stable" }

View File

@@ -1,17 +1,18 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.name = 'spree_digital' s.name = 'spree_digital'
s.version = '1.1.0' s.version = '1.1.1'
s.summary = '' s.summary = ''
s.description = 'Add digital download functionality to spree' s.description = 'Add digital download functionality to spree'
s.author = 'funkensturm.' s.authors = ['funkensturm', 'Michael Bianco']
s.email = ['info@cliffsidedev.com']
s.homepage = 'http://www.funkensturm.com' s.homepage = 'http://www.funkensturm.com'
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_path = 'lib' s.require_path = 'lib'
s.requirements << 'none' s.requirements << 'none'
s.required_ruby_version = '>= 1.8.7' s.required_ruby_version = '>= 1.8.7'
s.add_dependency('spree_core', '>= 1.1.0') s.add_dependency 'spree_core', '>= 1.1.0'
# test suite # test suite
s.add_development_dependency 'shoulda-matchers' s.add_development_dependency 'shoulda-matchers'