tawork.gemspec in tawork-0.0.33 vs tawork.gemspec in tawork-0.0.34

- old
+ new

@@ -12,10 +12,10 @@ s.homepage = "" s.summary = "Wiki and Tickets" s.description = "Wiki and Tickets" s.license = "MIT" - s.files = `git ls-files`.split($/).reject{|x| x =~ /^bin/ } + s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.add_dependency "rails", "4.1.0.rc1"