bogus.gemspec in bogus-0.1.3 vs bogus.gemspec in bogus-0.1.4

- old
+ new

@@ -5,9 +5,10 @@ Gem::Specification.new do |s| s.name = "bogus" s.version = Bogus::VERSION s.authors = ["Adam Pohorecki"] s.email = ["adam@pohorecki.pl"] + s.license = 'MIT' s.homepage = "https://github.com/psyho/bogus" s.summary = %q{Create fakes to make your isolated unit tests reliable.} s.description = %q{Decreases the need to write integration tests by ensuring that the things you stub or mock actually exist.} s.rubyforge_project = "bogus"