plaid.gemspec in plaid-1.5.3 vs plaid.gemspec in plaid-1.6.0
- old
+ new
@@ -9,10 +9,10 @@
spec.email = ['crites.justin@gmail.com']
spec.summary = 'Ruby bindings for Plaid'
spec.description = 'Ruby gem wrapper for the Plaid API. Read more at the homepage, the wiki, or the plaid documentation.'
spec.homepage = 'https://github.com/plaid/plaid-ruby'
spec.license = 'MIT'
- spec.required_ruby_version = '>= 2.0'
+ spec.required_ruby_version = '>= 1.9.3'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']