Sha256: 5455d09c9bc6f2222f9b34a9c85adfc83234564b95c621557cdaa8aeabf7d29e

Contents?: true

Size: 706 Bytes

Versions: 3

Compression:

Stored size: 706 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "shenie-ssl_requirement"
    gemspec.summary = "Allow controller actions to force SSL on specific parts of the site."
    gemspec.description = "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."
    gemspec.email = 'percival@umamibud.com'
    gemspec.homepage = 'http://github.com/revo/ssl_requirement'
    gemspec.authors = ['RailsJedi', 'David Heinemeier Hansson', 'jcnetdev', 'bcurren', 'bmpercy']
  end
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shenie-ssl_requirement-1.1.3 Rakefile
shenie-ssl_requirement-1.1.2 Rakefile
shenie-ssl_requirement-1.1.1 Rakefile