0.2 release
This commit is contained in:
parent
459b492390
commit
73c433f484
@ -61,7 +61,7 @@ end
|
|||||||
# whatever means necessary and return it as a string. With no `block`, the
|
# whatever means necessary and return it as a string. With no `block`, the
|
||||||
# file is read to retrieve data.
|
# file is read to retrieve data.
|
||||||
class Rocco
|
class Rocco
|
||||||
VERSION = '0.1'
|
VERSION = '0.2'
|
||||||
|
|
||||||
def initialize(filename, &block)
|
def initialize(filename, &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.1'
|
s.version = '0.2'
|
||||||
s.date = '2010-03-08'
|
s.date = '2010-03-11'
|
||||||
|
|
||||||
s.description = "Docco in Ruby"
|
s.description = "Docco in Ruby"
|
||||||
s.summary = s.description
|
s.summary = s.description
|
||||||
@ -15,12 +15,13 @@ Gem::Specification.new do |s|
|
|||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
COPYING
|
COPYING
|
||||||
README.md
|
README
|
||||||
Rakefile
|
Rakefile
|
||||||
bin/rocco
|
bin/rocco
|
||||||
lib/rocco.rb
|
lib/rocco.rb
|
||||||
lib/rocco/layout.mustache
|
lib/rocco/layout.mustache
|
||||||
lib/rocco/layout.rb
|
lib/rocco/layout.rb
|
||||||
|
lib/rocco/tasks.rb
|
||||||
rocco.gemspec
|
rocco.gemspec
|
||||||
]
|
]
|
||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
|
Loading…
Reference in New Issue
Block a user