Skip to content

Commit

Permalink
0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Mar 11, 2010
1 parent 459b492 commit 73c433f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/rocco.rb
Expand Up @@ -61,7 +61,7 @@
# 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
Expand Down
7 changes: 4 additions & 3 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.1'
s.date = '2010-03-08'
s.version = '0.2'
s.date = '2010-03-11'

s.description = "Docco in Ruby"
s.summary = s.description
Expand All @@ -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 =
Expand Down

0 comments on commit 73c433f

Please sign in to comment.