Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf Timmermans committed Mar 22, 2011
1 parent 74e7c56 commit 569c901
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rails-erd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rails-erd}
s.version = "0.4.3"
s.version = "0.4.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rolf Timmermans"]
s.date = %q{2011-02-24}
s.date = %q{2011-03-22}
s.description = %q{Automatically generate an entity-relationship diagram (ERD) for your Rails models.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand All @@ -29,7 +29,8 @@ Gem::Specification.new do |s|
"lib/rails_erd.rb",
"lib/rails_erd/diagram.rb",
"lib/rails_erd/diagram/graphviz.rb",
"lib/rails_erd/diagram/templates/node.erb",
"lib/rails_erd/diagram/templates/node.html.erb",
"lib/rails_erd/diagram/templates/node.record.erb",
"lib/rails_erd/domain.rb",
"lib/rails_erd/domain/attribute.rb",
"lib/rails_erd/domain/entity.rb",
Expand Down

0 comments on commit 569c901

Please sign in to comment.