From 73c433f48472475140615cd292c457cd7c100b2d Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Thu, 11 Mar 2010 06:29:31 -0800 Subject: [PATCH] 0.2 release --- lib/rocco.rb | 2 +- rocco.gemspec | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/rocco.rb b/lib/rocco.rb index 9795c7f..dcff2b9 100644 --- a/lib/rocco.rb +++ b/lib/rocco.rb @@ -61,7 +61,7 @@ end # whatever means necessary and return it as a string. With no `block`, the # file is read to retrieve data. class Rocco - VERSION = '0.1' + VERSION = '0.2' def initialize(filename, &block) @file = filename diff --git a/rocco.gemspec b/rocco.gemspec index 2297704..2c63ca4 100644 --- a/rocco.gemspec +++ b/rocco.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'rocco' - s.version = '0.1' - s.date = '2010-03-08' + s.version = '0.2' + s.date = '2010-03-11' s.description = "Docco in Ruby" s.summary = s.description @@ -15,12 +15,13 @@ Gem::Specification.new do |s| # = MANIFEST = s.files = %w[ COPYING - README.md + README Rakefile bin/rocco lib/rocco.rb lib/rocco/layout.mustache lib/rocco/layout.rb + lib/rocco/tasks.rb rocco.gemspec ] # = MANIFEST =