Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
v0.1.6, style fixes release
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 3, 2008
1 parent 4806ea2 commit 5570786
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -2,10 +2,10 @@ require 'echoe'
require 'lib/hanna/rdoc_version'

Echoe.new('hanna') do |p|
p.version = '0.1.5'
p.version = '0.1.6'

p.summary = "An RDoc template that rocks"
p.description = "Hanna is an RDoc template that scales. It's implemented in Haml, making its source clean and maintainable. It's built with simplicity, beauty and ease of browsing in mind."
p.summary = "An RDoc template that scales"
p.description = "Hanna is an RDoc implemented in Haml, making its source clean and maintainable. It's built with simplicity, beauty and ease of browsing in mind."

p.author = 'Mislav Marohnić'
p.email = 'mislav.marohnic@gmail.com'
Expand Down
8 changes: 4 additions & 4 deletions hanna.gemspec
Expand Up @@ -2,13 +2,13 @@

Gem::Specification.new do |s|
s.name = %q{hanna}
s.version = "0.1.5"
s.version = "0.1.6"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Mislav Marohni\304\207"]
s.date = %q{2008-11-24}
s.date = %q{2008-12-03}
s.default_executable = %q{hanna}
s.description = %q{Hanna is an RDoc template that scales. It's implemented in Haml, making its source clean and maintainable. It's built with simplicity, beauty and ease of browsing in mind.}
s.description = %q{Hanna is an RDoc implemented in Haml, making its source clean and maintainable. It's built with simplicity, beauty and ease of browsing in mind.}
s.email = %q{mislav.marohnic@gmail.com}
s.executables = ["hanna"]
s.extra_rdoc_files = ["bin/hanna", "lib/hanna/hanna.rb", "lib/hanna/rdoc_version.rb", "lib/hanna/rdoctask.rb", "lib/hanna/template_files/class_index.haml", "lib/hanna/template_files/file_index.haml", "lib/hanna/template_files/index.haml", "lib/hanna/template_files/layout.haml", "lib/hanna/template_files/method_list.haml", "lib/hanna/template_files/page.haml", "lib/hanna/template_files/sections.haml", "lib/hanna/template_files/styles.sass", "lib/hanna/template_files/prototype-1.6.0.3.js", "lib/hanna/template_files/method_search.js", "lib/hanna/template_helpers.rb", "lib/hanna/template_page_patch.rb", "lib/hanna.rb", "README.markdown"]

This comment has been minimized.

Copy link
@djwhitt

djwhitt Dec 3, 2008

Contributor

Seems to be missing lib/hanna/template_files/method_index.haml

Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{hanna}
s.rubygems_version = %q{1.3.1}
s.summary = %q{An RDoc template that rocks}
s.summary = %q{An RDoc template that scales}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit 5570786

Please sign in to comment.