Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed May 26, 2009
1 parent a133f81 commit b6af6a6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions timeline_fu.gemspec
Expand Up @@ -2,15 +2,18 @@

Gem::Specification.new do |s|
s.name = %q{timeline_fu}
s.version = "0.1.1"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Golick", "Mathieu Martin", "Francois Beausoleil"]
s.date = %q{2009-02-20}
s.date = %q{2009-05-26}
s.description = %q{Easily build timelines, much like GitHub's news feed}
s.email = %q{james@giraffesoft.ca}
s.files = ["README.rdoc", "VERSION.yml", "generators/timeline_fu", "generators/timeline_fu/templates", "generators/timeline_fu/templates/migration.rb", "generators/timeline_fu/templates/model.rb", "generators/timeline_fu/timeline_fu_generator.rb", "generators/timeline_fu/USAGE", "lib/timeline_fu", "lib/timeline_fu/fires.rb", "lib/timeline_fu.rb", "test/fires_test.rb", "test/test_helper.rb"]
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc", "VERSION.yml", "generators/timeline_fu", "generators/timeline_fu/templates", "generators/timeline_fu/templates/migration.rb", "generators/timeline_fu/templates/model.rb", "generators/timeline_fu/timeline_fu_generator.rb", "generators/timeline_fu/USAGE", "lib/timeline_fu", "lib/timeline_fu/fires.rb", "lib/timeline_fu/macros.rb", "lib/timeline_fu/matchers.rb", "lib/timeline_fu.rb", "test/fires_test.rb", "test/test_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/giraffesoft/timeline_fu}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Easily build timelines, much like GitHub's news feed}
Expand Down

0 comments on commit b6af6a6

Please sign in to comment.