Skip to content

Commit

Permalink
make valid gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
emiddleton committed Apr 1, 2011
1 parent 7f101f6 commit c4df3ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions availability.gemspec
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.name = "availability"
s.version = Availability::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 = ["Edward Middleton"]
s.email = ["edward.middleton@vortorus.net"]
s.homepage = "https://github.com/emiddleton/availability"
s.summary = %q{convert local to utc offsets}
s.description = %q{Convert weekly utc offsets to and from local times.}

s.rubyforge_project = "availability"

Expand Down

0 comments on commit c4df3ea

Please sign in to comment.