respec.gemspec in respec-0.0.3 vs respec.gemspec in respec-0.1.0

- old
+ new

@@ -4,9 +4,10 @@ Gem::Specification.new do |gem| gem.name = 'respec' gem.version = Respec::VERSION gem.authors = ['George Ogata'] gem.email = ['george.ogata@gmail.com'] + gem.license = 'MIT' gem.summary = "Rerun failing RSpec examples easily." gem.homepage = 'http://github.com/oggy/respec' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n")