boom.gemspec in boom-0.0.8 vs boom.gemspec in boom-0.0.9
- 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.0.8'
- s.date = '2011-01-09'
+ s.version = '0.0.9'
+ s.date = '2011-01-10'
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."
@@ -72,9 +72,10 @@
bin/boom
boom.gemspec
lib/boom.rb
lib/boom/clipboard.rb
lib/boom/command.rb
+ lib/boom/core_ext/symbol.rb
lib/boom/item.rb
lib/boom/list.rb
lib/boom/storage.rb
test/examples/urls.json
test/helper.rb