Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Johansen committed Mar 25, 2013
1 parent c8a6adc commit 99bfe8e
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions php4r.gemspec
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{php4r}
s.version = "0.0.3"
s.name = "php4r"
s.version = "0.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kasper Johansen"]
s.date = %q{2012-08-16}
s.description = %q{A lib containing various PHP-functions coded in Ruby. You can either use it or use it as a reference, if you are coming from PHP to Ruby or the other way around.}
s.email = %q{k@spernj.org}
s.date = "2013-03-25"
s.description = "A lib containing various PHP-functions coded in Ruby. You can either use it or use it as a reference, if you are coming from PHP to Ruby or the other way around."
s.email = "k@spernj.org"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
Expand All @@ -30,25 +30,27 @@ Gem::Specification.new do |s|
"spec/php4r_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/kaspernj/php4r}
s.homepage = "http://github.com/kaspernj/php4r"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{A lib containing various PHP-functions coded in Ruby.}
s.rubygems_version = "1.8.25"
s.summary = "A lib containing various PHP-functions coded in Ruby."

if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<http2>, [">= 0"])
s.add_runtime_dependency(%q<datet>, [">= 0"])
s.add_runtime_dependency(%q<string-strtr>, [">= 0"])
s.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
else
s.add_dependency(%q<http2>, [">= 0"])
s.add_dependency(%q<datet>, [">= 0"])
s.add_dependency(%q<string-strtr>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, [">= 1.0.0"])
Expand All @@ -57,6 +59,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<http2>, [">= 0"])
s.add_dependency(%q<datet>, [">= 0"])
s.add_dependency(%q<string-strtr>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, [">= 1.0.0"])
Expand Down

0 comments on commit 99bfe8e

Please sign in to comment.