0.5 release
This commit is contained in:
parent
6aa7bd6a33
commit
e57b208570
@ -69,7 +69,7 @@ end
|
|||||||
# means necessary and return it as a string. With no `block`, the file is read
|
# means necessary and return it as a string. With no `block`, the file is read
|
||||||
# to retrieve data.
|
# to retrieve data.
|
||||||
class Rocco
|
class Rocco
|
||||||
VERSION = '0.4'
|
VERSION = '0.5'
|
||||||
|
|
||||||
def initialize(filename, sources=[], options={}, &block)
|
def initialize(filename, sources=[], options={}, &block)
|
||||||
@file = filename
|
@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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
|
|
||||||
s.name = 'rocco'
|
s.name = 'rocco'
|
||||||
s.version = '0.4'
|
s.version = '0.5'
|
||||||
s.date = '2010-03-19'
|
s.date = '2010-09-10'
|
||||||
|
|
||||||
s.description = "Docco in Ruby"
|
s.description = "Docco in Ruby"
|
||||||
s.summary = s.description
|
s.summary = s.description
|
||||||
|
Loading…
Reference in New Issue
Block a user