simple_throttle.gemspec in simple_throttle-1.0.0 vs simple_throttle.gemspec in simple_throttle-1.0.1

- old
+ new

@@ -7,10 +7,10 @@ spec.version = File.read(File.expand_path("../VERSION", __FILE__)).chomp spec.authors = ["We Heart It", "Brian Durand"] spec.email = ["dev@weheartit.com", "bbdurand@gmail.com"] spec.summary = "Simple redis backed throttling mechanism to limit access to a resource" spec.description = "Simple redis backed throttling mechanism to limit access to a resource." - spec.homepage = "https://github.com/weheartit/sidekiq_fast_enq" + spec.homepage = "https://github.com/weheartit/simple_throttle" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})