Sha256: 7fa0c0336d5ebbb2e80211f7050a0c3993dde938a4b41a1c9703545049ea5e8b
Contents?: true
Size: 948 Bytes
Versions: 1
Compression:
Stored size: 948 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'strong_like_bull/version' Gem::Specification.new do |spec| spec.name = 'strong_like_bull' spec.version = StrongLikeBull::VERSION spec.authors = ['Andrew Hunter'] spec.email = ['andrew.hunter@livingsocial.com'] spec.summary = %q{Upgrade to strong parameters the easy way} spec.description = %q{Makes it super simple to add strong parameters into your application by examining request parameters and recommending what feeds should be permitted.} spec.homepage = '' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") 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 'rails', '>= 3.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
strong_like_bull-0.0.2 | strong_like_bull.gemspec |