Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Nov 22, 2008
1 parent dd11d70 commit f75e852
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions integrity.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{integrity}
s.version = "0.1.2"
s.version = "0.1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nicol\303\241s Sanguinetti", "Simon Rozet"]
s.date = %q{2008-11-20}
s.date = %q{2008-11-22}
s.default_executable = %q{integrity}
s.description = %q{Your Friendly Continuous Integration server. Easy, fun and painless!}
s.email = %q{contacto@nicolassanguinetti.info}
Expand All @@ -14,14 +16,14 @@ Gem::Specification.new do |s|
s.post_install_message = %q{Run `integrity help` for information on how to setup Integrity.}
s.require_paths = ["lib"]
s.rubyforge_project = %q{integrity}
s.rubygems_version = %q{1.2.0}
s.rubygems_version = %q{1.3.1}
s.summary = %q{The easy and fun Continuous Integration server}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if current_version >= 3 then
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<sinatra>, [">= 0.3.2"])
s.add_runtime_dependency(%q<haml>, [">= 0"])
s.add_runtime_dependency(%q<dm-core>, [">= 0.9.5"])
Expand Down

0 comments on commit f75e852

Please sign in to comment.