boom.gemspec in boom-0.1.2 vs boom.gemspec in boom-0.2.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.1.2'
- s.date = '2011-03-11'
+ s.version = '0.2.0'
+ s.date = '2011-04-11'
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."
@@ -52,11 +52,11 @@
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.markdown LICENSE.markdown]
## 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', "~> 0.7.8")
+ s.add_dependency('json_pure', "~> 1.5.1")
## List your development dependencies here. Development dependencies are
## those that are only needed during development
s.add_development_dependency('mocha', "~> 0.9.9")
@@ -64,10 +64,12 @@
## contents of your Git repository via the gemspec task. DO NOT REMOVE
## THE MANIFEST COMMENTS, they are used as delimiters by the task.
# = MANIFEST =
s.files = %w[
CHANGELOG.markdown
+ Gemfile
+ Gemfile.lock
LICENSE.markdown
README.markdown
Rakefile
bin/boom
boom.gemspec
@@ -82,9 +84,10 @@
lib/boom/list.rb
lib/boom/platform.rb
lib/boom/storage.rb
lib/boom/storage/base.rb
lib/boom/storage/json.rb
+ lib/boom/storage/keychain.rb
lib/boom/storage/mongodb.rb
lib/boom/storage/redis.rb
test/examples/config_json.json
test/examples/test_json.json
test/examples/urls.json