diff --git a/lib/rocco.rb b/lib/rocco.rb index a472d04..c0f0474 100644 --- a/lib/rocco.rb +++ b/lib/rocco.rb @@ -66,7 +66,7 @@ end # means necessary and return it as a string. With no `block`, the file is read # to retrieve data. class Rocco - VERSION = '0.3' + VERSION = '0.4' def initialize(filename, sources=[], options={}, &block) @file = filename diff --git a/rocco.gemspec b/rocco.gemspec index 42e22a8..267b011 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.3' - s.date = '2010-03-16' + s.version = '0.4' + s.date = '2010-03-19' s.description = "Docco in Ruby" s.summary = s.description