stripe.gemspec in stripe-1.8.4 vs stripe.gemspec in stripe-1.8.5

- old
+ new

@@ -8,11 +8,9 @@ s.summary = 'Ruby bindings for the Stripe API' s.description = 'Stripe is the easiest way to accept payments online. See https://stripe.com for details.' s.authors = ['Ross Boucher', 'Greg Brockman'] s.email = ['boucher@stripe.com', 'gdb@stripe.com'] s.homepage = 'https://stripe.com/api' - s.executables = 'stripe-console' - s.require_paths = %w{lib} s.add_dependency('rest-client', '~> 1.4') s.add_dependency('multi_json', '>= 1.0.4', '< 2') s.add_development_dependency('mocha', '~> 0.13.2')