Skip to content

Commit

Permalink
fix homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
moro committed Oct 18, 2009
1 parent a690a0a commit 0384edf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require 'lib/miso'
include FileUtils

use_rubyforge = false
NAME = "miso"
NAME = "moro-miso"
AUTHOR = "MOROHASHI Kyosuke"
EMAIL = "moronatural@gmail.com"
DESCRIPTION = "dip cukes into me."
Expand All @@ -22,7 +22,7 @@ if use_rubyforge
RUBYFORGE_PROJECT = "miso"
HOMEPAGE = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
else
HOMEPAGE = "http://github.com/moro/#{NAME}/"
HOMEPAGE = "http://github.com/moro/miso/"
end
BIN_FILES = %w(miso-cheat )

Expand Down
2 changes: 1 addition & 1 deletion lib/miso.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Miso
Version = '0.0.5'
Version = '0.0.6'
end
8 changes: 4 additions & 4 deletions miso.gemspec → moro-miso.gemspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{miso}
s.version = "0.0.5"
s.name = %q{moro-miso}
s.version = "0.0.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["MOROHASHI Kyosuke"]
s.date = %q{2009-09-29}
s.date = %q{2009-10-18}
s.default_executable = %q{miso-cheat}
s.description = %q{dip cukes into me.}
s.email = %q{moronatural@gmail.com}
s.executables = ["miso-cheat"]
s.extra_rdoc_files = ["README.rdoc", "ChangeLog"]
s.files = ["README.rdoc", "ChangeLog", "Rakefile", "lib/miso.rb", "rails_generators/miso/miso_generator.rb", "rails_generators/miso/templates/web_extra_ja_steps.rb", "rails_generators/miso/templates/webrat_ja_steps.rb", "bin/miso-cheat"]
s.homepage = %q{http://github.com/moro/miso/}
s.rdoc_options = ["--title", "miso documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source", "--exclude", "^(examples|extras)/"]
s.rdoc_options = ["--title", "moro-miso documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source", "--exclude", "^(examples|extras)/"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{dip cukes into me.}
Expand Down

0 comments on commit 0384edf

Please sign in to comment.