Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Morley committed May 16, 2011
1 parent 98091a8 commit 67aea0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions governor_states.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Liam Morley"]
s.date = %q{2011-05-15}
s.description = %q{TODO: longer description of your gem}
s.email = %q{lmorley@mitre.org}
s.description = %q{Adds state machine support to Governor, the Rails 3-based blogging engine, enabling you to draft/publish/hide articles.}
s.email = %q{liam@carpeliam.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
Expand Down Expand Up @@ -99,7 +99,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{TODO: one-line summary of your gem}
s.summary = %q{Adds state machine support to the Governor blogging engine.}
s.test_files = [
"spec/governor_states_spec.rb",
"spec/models/article_spec.rb",
Expand Down

0 comments on commit 67aea0c

Please sign in to comment.