Sha256: cb0f91733057e7f760064963f8c3d667f1b47bc93ecb4e40a2fe7bf7d24cd7f1
Contents?: true
Size: 908 Bytes
Versions: 4
Compression:
Stored size: 908 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "simple_form/version" Gem::Specification.new do |s| s.name = "simple_form" s.version = SimpleForm::VERSION.dup s.platform = Gem::Platform::RUBY s.summary = "Forms made easy!" s.email = "contact@plataformatec.com.br" s.homepage = "http://github.com/plataformatec/simple_form" s.description = "Forms made easy!" s.authors = ['José Valim', 'Carlos Antônio'] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files -= Dir["test/support/country_select/**/*"] s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.rubyforge_project = "simple_form" s.add_dependency('activemodel', '~> 3.0') s.add_dependency('actionpack', '~> 3.0') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple_form-1.5.2 | simple_form.gemspec |
simple_form-1.5.1 | simple_form.gemspec |
simple_form-1.5.0 | simple_form.gemspec |
simple_form-1.4.2 | simple_form.gemspec |