Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Apr 26, 2009
1 parent b0d16c6 commit abcb268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octopi.gemspec
Expand Up @@ -2,14 +2,14 @@

Gem::Specification.new do |s|
s.name = %q{octopi}
s.version = "0.0.7"
s.version = "0.0.8"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Felipe Coury"]
s.date = %q{2009-04-22}
s.date = %q{2009-04-26}
s.email = %q{felipe.coury@gmail.com}
s.extra_rdoc_files = ["README.rdoc", "LICENSE"]
s.files = ["README.rdoc", "VERSION.yml", "lib/octopi", "lib/octopi/base.rb", "lib/octopi/blob.rb", "lib/octopi/commit.rb", "lib/octopi/error.rb", "lib/octopi/file_object.rb", "lib/octopi/issue.rb", "lib/octopi/repository.rb", "lib/octopi/resource.rb", "lib/octopi/tag.rb", "lib/octopi/user.rb", "lib/octopi.rb", "test/octopi_test.rb", "test/test_helper.rb", "LICENSE"]
s.files = ["README.rdoc", "VERSION.yml", "lib/octopi", "lib/octopi/base.rb", "lib/octopi/blob.rb", "lib/octopi/branch.rb", "lib/octopi/commit.rb", "lib/octopi/error.rb", "lib/octopi/file_object.rb", "lib/octopi/issue.rb", "lib/octopi/key.rb", "lib/octopi/repository.rb", "lib/octopi/resource.rb", "lib/octopi/tag.rb", "lib/octopi/user.rb", "lib/octopi.rb", "test/octopi_test.rb", "test/test_helper.rb", "LICENSE"]
s.has_rdoc = true
s.homepage = %q{http://github.com/fcoury/octopi}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
Expand Down

0 comments on commit abcb268

Please sign in to comment.