boom.gemspec in boom-0.2.0 vs boom.gemspec in boom-0.2.1
- 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.0'
- s.date = '2011-04-11'
+ s.version = '0.2.1'
+ s.date = '2011-07-16'
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."
@@ -75,10 +75,11 @@
boom.gemspec
completion/README.md
completion/boom.bash
completion/boom.zsh
lib/boom.rb
+ lib/boom/color.rb
lib/boom/command.rb
lib/boom/config.rb
lib/boom/core_ext/symbol.rb
lib/boom/item.rb
lib/boom/list.rb
@@ -91,13 +92,15 @@
lib/boom/storage/redis.rb
test/examples/config_json.json
test/examples/test_json.json
test/examples/urls.json
test/helper.rb
+ test/test_color.rb
test/test_command.rb
test/test_config.rb
test/test_item.rb
test/test_list.rb
+ test/test_platform.rb
]
# = MANIFEST =
## Test files will be grabbed from the file list. Make sure the path glob
## matches what you actually use.