boom.gemspec in boom-0.4.0 vs boom.gemspec in boom-0.5.0
- old
+ new
@@ -11,12 +11,12 @@
## Leave these as is they will be modified for you by the rake gemspec task.
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'boom'
- s.version = '0.4.0'
- s.date = '2013-08-18'
+ s.version = '0.5.0'
+ s.date = '2017-03-31'
s.rubyforge_project = 'boom'
## Make sure your summary is short. The description may be as long
## as you like.
s.summary = "boom lets you access text snippets over your command line."
@@ -32,10 +32,11 @@
## better to set the email to an email list or something. If you don't have
## a custom homepage, consider using your GitHub URL or the like.
s.authors = ["Zach Holman"]
s.email = 'zach@zachholman.com'
s.homepage = 'https://github.com/holman/boom'
+ s.license = 'MIT'
## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as
## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'
s.require_paths = %w[lib]
@@ -52,10 +53,10 @@
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE.md]
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
- s.add_dependency('yajl-ruby', "~> 1.1.0")
+ s.add_dependency('yajl-ruby', "~> 1.1")
## List your development dependencies here. Development dependencies are
## those that are only needed during development
s.add_development_dependency('mocha', "~> 0.9.9")
s.add_development_dependency('rake', "~> 0.9.2")