Rakefile in sekrets-1.7.0 vs Rakefile in sekrets-1.8.0
- old
+ new
@@ -125,9 +125,10 @@
spec.name = <%= lib.inspect %>
spec.version = <%= version.inspect %>
spec.platform = Gem::Platform::RUBY
spec.summary = <%= lib.inspect %>
spec.description = <%= description.inspect %>
+ spec.license = "Same as Ruby's"
spec.files =\n<%= files.sort.pretty_inspect %>
spec.executables = <%= executables.inspect %>
spec.require_path = "lib"