kaboom.gemspec in kaboom-0.3.2 vs kaboom.gemspec in kaboom-0.3.3
- 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 = 'kaboom'
- s.version = '0.3.2'
- s.date = '2012-03-17'
+ s.version = '0.3.3'
+ s.date = '2012-03-18'
s.rubyforge_project = 'boom'
## Make sure your summary is short. The description may be as long
## as you like.
s.summary = "kaboom for accessing/share text snippets on the command line"
@@ -91,10 +91,11 @@
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('multi_json', "~> 1.0.3")
s.add_dependency('json_pure', "~> 1.5.3")
+ s.add_dependency('active_support')
## 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")
@@ -115,18 +116,21 @@
completion/README.md
completion/boom.bash
completion/boom.zsh
kaboom.gemspec
lib/kaboom.rb
- lib/kaboom/.command.rb.swo
lib/kaboom/color.rb
lib/kaboom/command.rb
lib/kaboom/config.rb
lib/kaboom/core_ext/symbol.rb
lib/kaboom/item.rb
lib/kaboom/list.rb
lib/kaboom/output.rb
lib/kaboom/platform.rb
+ lib/kaboom/platform/base.rb
+ lib/kaboom/platform/darwin.rb
+ lib/kaboom/platform/linux.rb
+ lib/kaboom/platform/windows.rb
lib/kaboom/remote.rb
lib/kaboom/storage.rb
lib/kaboom/storage/base.rb
lib/kaboom/storage/gist.rb
lib/kaboom/storage/json.rb