Skip to content

Commit

Permalink
0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Mar 19, 2010
1 parent 2f8337f commit 545fd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rocco.rb
Expand Up @@ -66,7 +66,7 @@
# 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
Expand Down
4 changes: 2 additions & 2 deletions rocco.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit 545fd53

Please sign in to comment.