Sha256: 5b26630fe4a0193ceb652219cc758429eb0650c600efdbc76e1b972ca9fb7a14

Contents?: true

Size: 955 Bytes

Versions: 34

Compression:

Stored size: 955 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'protector/version'

Gem::Specification.new do |spec|
  spec.name          = "protector"
  spec.version       = Protector::VERSION
  spec.authors       = ["Boris Staal"]
  spec.email         = ["boris@staal.io"]
  spec.description   = %q{Comfortable (seriously) white-list security restrictions for models on a field level}
  spec.summary       = %q{Protector is a successor to the Heimdallr gem: it hits the same goals keeping the Ruby way}
  spec.homepage      = "https://github.com/inossidabile/protector"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "activesupport"
  spec.add_dependency "i18n"
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
protector-0.3.3 protector.gemspec
protector-0.3.2 protector.gemspec
protector-0.3.1 protector.gemspec
protector-0.3.0 protector.gemspec
protector-0.3.0.beta.2 protector.gemspec
protector-0.2.4 protector.gemspec
protector-0.2.3 protector.gemspec
protector-0.2.2 protector.gemspec
protector-0.2.1 protector.gemspec
protector-0.1.1 protector.gemspec
protector-0.1.0 protector.gemspec
protector-0.0.4 protector.gemspec
protector-0.0.2 protector.gemspec
protector-0.0.1 protector.gemspec