literati.gemspec in literati-0.0.3 vs literati.gemspec in literati-0.0.4

- old
+ new

@@ -11,13 +11,11 @@ ## 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 = 'literati' - s.version = '0.0.3' - s.date = '2012-11-07' - s.rubyforge_project = 'literati' + s.version = '0.0.4' ## Make sure your summary is short. The description may be as long ## as you like. s.summary = "Render literate Haskell with Ruby." s.description = "Render literate Haskell with Ruby for great good." @@ -38,13 +36,9 @@ ## 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.md LICENSE] - - ## List your runtime dependencies here. Runtime dependencies are those - ## that are needed for an end user to actually USE your code. - s.add_dependency('redcarpet') ## List your development dependencies here. Development dependencies are ## those that are only needed during development s.add_development_dependency('contest')