ar-tokens.gemspec in ar-tokens-0.0.5 vs ar-tokens.gemspec in ar-tokens-0.0.6

- old
+ new

@@ -11,10 +11,10 @@ s.homepage = "https://github.com/spieker/tokens" s.summary = %q{Generating tokens on ruby objects and active record columns} s.description = %q{This gem lets you easily generate tokens on ruby objects and provides additional methods on ActiveRecord::Base to generate tokens on records} s.rubyforge_project = "tokens" - + s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]