Sha256: e8a6e4e26f0a4aac7a68833fb2e3718d0a198d267ece159b5e66beba76950fb1

Contents?: true

Size: 820 Bytes

Versions: 3

Compression:

Stored size: 820 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"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple_form-1.4.1 simple_form.gemspec
simple_form-1.4.0 simple_form.gemspec
simple_form-1.3.1 simple_form.gemspec