Skip to content

Commit

Permalink
Regenerated gemspec for version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey authored and jmccaffrey committed Aug 2, 2010
1 parent 5bd0378 commit 1d59c65
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions railroad.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{railroad}
s.version = "0.7.0"
s.version = "0.8.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Peter Hoeg", "Javier Smaldone"]
s.date = %q{2010-06-16}
s.date = %q{2010-06-22}
s.default_executable = %q{railroad}
s.description = %q{A DOT diagram generator for Ruby on Rail applications}
s.email = ["peter@hoeg.com", "p.hoeg@northwind.sg", "javier@smaldone.com.ar"]
Expand All @@ -36,7 +36,13 @@ Gem::Specification.new do |s|
"lib/models_diagram.rb",
"lib/options_struct.rb",
"lib/version.rb",
"spec/aasm_diagram_spec.rb",
"spec/app_diagram_spec.rb",
"spec/controllers_diagram_spec.rb",
"spec/file_fixture/app/controllers/application_controller.rb",
"spec/file_fixture/app/controllers/dummy1_controller.rb",
"spec/file_fixture/app/controllers/dummy2_controller.rb",
"spec/file_fixture/app/controllers/sub-dir/sub_dummy_controller.rb",
"spec/file_fixture/app/models/dummy1.rb",
"spec/file_fixture/app/models/dummy2.rb",
"spec/file_fixture/app/models/sub-dir/sub_dummy.rb",
Expand All @@ -47,10 +53,16 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/peterhoeg/RailRoad}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.3.6}
s.summary = %q{A DOT diagram generator for Ruby on Rail applications}
s.test_files = [
"spec/app_diagram_spec.rb",
"spec/aasm_diagram_spec.rb",
"spec/app_diagram_spec.rb",
"spec/controllers_diagram_spec.rb",
"spec/file_fixture/app/controllers/application_controller.rb",
"spec/file_fixture/app/controllers/dummy1_controller.rb",
"spec/file_fixture/app/controllers/dummy2_controller.rb",
"spec/file_fixture/app/controllers/sub-dir/sub_dummy_controller.rb",
"spec/file_fixture/app/models/dummy1.rb",
"spec/file_fixture/app/models/dummy2.rb",
"spec/file_fixture/app/models/sub-dir/sub_dummy.rb",
Expand All @@ -63,10 +75,9 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 1d59c65

Please sign in to comment.