Version bump and version file update
This commit is contained in:
@@ -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" }
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user