Sha256: 7f457c163bb12be88304258f67884da58c37fe169dde98e96663ce5de19ccc7c

Contents?: true

Size: 702 Bytes

Versions: 1

Compression:

Stored size: 702 Bytes

Contents

# encoding: utf-8

$:.unshift File.expand_path('../lib', __FILE__)
require 'formatted_form/version'

Gem::Specification.new do |s|
  s.name        = "formatted_form"
  s.version     = FormattedForm::VERSION
  s.authors     = ["Jack Neto", "Oleg Khabarov", "The Working Group Inc."]
  s.email       = ["jack@twg.ca"]
  s.homepage    = "http://github.com/twg/formatted_form"
  s.summary     = "Rails form helper the generates Bootstrap 2 markup"
  s.description = "Rails form helper the generates Bootstrap 2 markup"
  s.license     = "MIT"
  
  s.files         = `git ls-files`.split("\n")
  s.platform      = Gem::Platform::RUBY
  s.require_paths = ['lib']
  
  s.add_dependency 'rails', '>= 3.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formatted_form-2.1.2 formatted_form.gemspec