boom.gemspec in boom-0.0.5 vs boom.gemspec in boom-0.0.6

- 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.5' - s.date = '2010-12-22' + s.version = '0.0.6' + s.date = '2011-01-05' 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,10 +48,10 @@ 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.markdown] + 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")