boom.gemspec in boom-0.0.3 vs boom.gemspec in boom-0.0.4
- 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.3'
- s.date = '2010-11-28'
+ s.version = '0.0.4'
+ s.date = '2010-12-20'
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."
@@ -48,11 +48,11 @@
s.default_executable = 'boom'
## Specify any RDoc options here. You'll want to add your README and
## LICENSE files to the extra_rdoc_files list.
s.rdoc_options = ["--charset=UTF-8"]
- s.extra_rdoc_files = %w[Readme.markdown License]
+ 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('yajl-ruby', "~> 0.7.8")
@@ -63,20 +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[
- License
Rakefile
- Readme.markdown
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