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,17 +1,18 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_digital'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = ''
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.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_path = 'lib'
s.requirements << 'none'
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
s.add_development_dependency 'shoulda-matchers'