Skip to content

Commit

Permalink
Regenerated gemspec for version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Teeuwisse committed May 26, 2011
1 parent 5f5f8cc commit b5493cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bartt-ssl_requirement.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{bartt-ssl_requirement}
s.version = "1.2.5"
s.version = "1.2.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["RailsJedi", "David Heinemeier Hansson", "jcnetdev", "bcurren", "bmpercy", "revo", "nathany", "bartt", "Thorben Schr\303\266der"]
s.date = %q{2011-03-25}
s.date = %q{2011-05-26}
s.description = %q{SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.}
s.email = %q{bart@thecodemill.biz}
s.extra_rdoc_files = [
Expand All @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/bartt/ssl_requirement}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Allow controller actions to force SSL on specific parts of the site.}
s.test_files = [
"test/ssl_requirement_test.rb",
Expand All @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

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

0 comments on commit b5493cb

Please sign in to comment.