0.3 release
This commit is contained in:
parent
b6ece339b9
commit
bda3a62e42
@ -61,7 +61,7 @@ end
|
||||
# given, it must read the contents of the file using whatever means necessary
|
||||
# and return it as a string. With no `block`, the file is read to retrieve data.
|
||||
class Rocco
|
||||
VERSION = '0.2'
|
||||
VERSION = '0.3'
|
||||
|
||||
def initialize(filename, sources=[], &block)
|
||||
@file = filename
|
||||
|
@ -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.2'
|
||||
s.date = '2010-03-11'
|
||||
s.version = '0.3'
|
||||
s.date = '2010-03-16'
|
||||
|
||||
s.description = "Docco in Ruby"
|
||||
s.summary = s.description
|
||||
|
Loading…
Reference in New Issue
Block a user