Skip to content

Commit

Permalink
Fix homepage url.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Apr 12, 2012
1 parent e0a6630 commit dc4c288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heyruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = "0.1.0"
s.authors = ["Steven! Ragnarök"]
s.email = ["steven@nuclearsandwich.com"]
s.homepage = "https://nuclearsandwich.com/pheromone"
s.homepage = "https://blog.nuclearsandwich.com/heyruby"
s.summary = "Encourage scientific hypothesizing and experimentation in IRB"
s.description = <<-DESC
Hey Ruby‽ Good programmers are like scientists. When they want to answer a
Expand Down
2 changes: 1 addition & 1 deletion heyruby.gemspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = {{{ version }}}
s.authors = ["Steven! Ragnarök"]
s.email = ["steven@nuclearsandwich.com"]
s.homepage = "https://nuclearsandwich.com/pheromone"
s.homepage = "https://blog.nuclearsandwich.com/heyruby"
s.summary = "Encourage scientific hypothesizing and experimentation in IRB"
s.description = <<-DESC
Hey Ruby‽ Good programmers are like scientists. When they want to answer a
Expand Down

0 comments on commit dc4c288

Please sign in to comment.