Skip to content

Commit

Permalink
correct gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hull committed Mar 29, 2011
1 parent 8ab012b commit 1cb7a3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testable_examples.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.name = "testable_examples"
s.version = TestableExamples::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["TODO: Write your name"]
s.email = ["TODO: Write your email address"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.authors = ["Joshua Hull"]
s.email = ["joshbuddy@gmail.com"]
s.homepage = "https://github.com/joshbuddy/testable_examples"
s.summary = %q{Test your examples!}
s.description = %q{Test your examples!}

s.rubyforge_project = "testable_examples"

Expand Down

0 comments on commit 1cb7a3a

Please sign in to comment.