boom.gemspec in boom-0.0.4 vs boom.gemspec in boom-0.0.5

- 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.4' - s.date = '2010-12-20' + s.version = '0.0.5' + s.date = '2010-12-22' 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." @@ -63,21 +63,21 @@ ## 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 = s.files = %w[ + CHANGELOG.markdown + LICENSE.markdown + README.markdown Rakefile bin/boom boom.gemspec - changelog.markdown lib/boom.rb lib/boom/clipboard.rb lib/boom/command.rb lib/boom/item.rb lib/boom/list.rb lib/boom/storage.rb - license.markdown - readme.markdown test/examples/urls.json test/helper.rb test/test_command.rb test/test_item.rb test/test_list.rb