rspec_candy.gemspec in rspec_candy-0.2.9 vs rspec_candy.gemspec in rspec_candy-0.2.10

- old
+ new

@@ -7,9 +7,10 @@ s.authors = ["Henning Koch", "Tobias Kraze"] s.email = 'henning.koch@makandra.de' s.homepage = 'https://github.com/makandra/rspec_candy' s.summary = 'RSpec helpers and matchers we use in our daily work at makandra. ' s.description = s.summary + s.license = 'MIT' 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"]