spree_reffiliate.gemspec in spree_reffiliate-2.3.1 vs spree_reffiliate.gemspec in spree_reffiliate-2.4.1
- old
+ new
@@ -1,23 +1,23 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_reffiliate'
- s.version = '2.3.1'
+ s.version = '2.4.1'
s.author = 'Alejandro AR'
s.email = 'abarcadabra@gmail.com'
s.summary = 'Spree Affiliate and Referrals extension'
s.description = 'Configurable affiliates and referrals features for Spree'
s.homepage = 'https://github.com/kinduff/spree_reffiliate'
s.license = 'New-BSD'
-
+
s.required_ruby_version = '>= 1.9.3'
s.files = `git ls-files`.split($/)
s.test_files = s.files.grep(%r{^spec/})
s.require_path = 'lib'
- s.add_dependency 'spree_core', '~> 2.3.1'
+ s.add_dependency 'spree_core', '~> 2.3'
s.add_development_dependency 'capybara', '~> 2.1'
s.add_development_dependency 'coffee-rails'
s.add_development_dependency 'database_cleaner'
s.add_development_dependency 'factory_girl', '~> 4.4'