Sha256: 8219470a3214147f54ffaf70e81320e7f938ce5702047e0a100e016a137e409d
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'reform/rails/version' Gem::Specification.new do |spec| spec.name = "reform-rails" spec.version = Reform::Rails::VERSION spec.authors = ["Nick Sutterer"] spec.email = ["apotonick@gmail.com"] spec.summary = %q{Automatically load and include all common Rails form features.} spec.description = %q{Automatically load and include all common Reform features for a standard Rails environment.} spec.homepage = "https://github.com/trailblazer/reform-rails" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test/|spec/|features/|database.sqlite3)}) end spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "reform", ">= 2.3.0.rc1", "< 3.0.0" spec.add_dependency "activemodel", ">= 3.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reform-rails-0.2.0.rc3 | reform-rails.gemspec |