boom.gemspec in boom-0.2.1 vs boom.gemspec in boom-0.2.2

- 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.2.1' - s.date = '2011-07-16' + s.version = '0.2.2' + s.date = '2011-07-29' 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,15 +52,17 @@ 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('json_pure', "~> 1.5.1") + s.add_dependency('multi_json', "~> 1.0.3") + s.add_dependency('json_pure', "~> 1.5.3") ## 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") ## Leave this section as-is. It will be automatically generated from the ## contents of your Git repository via the gemspec task. DO NOT REMOVE ## THE MANIFEST COMMENTS, they are used as delimiters by the task. # = MANIFEST = @@ -84,9 +86,10 @@ lib/boom/item.rb lib/boom/list.rb lib/boom/platform.rb lib/boom/storage.rb lib/boom/storage/base.rb + lib/boom/storage/gist.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