Sha256: aa72360510c61bff0635c80f65adef8c4749cf59844bb89fd54ad72a2a36859b

Contents?: true

Size: 1.12 KB

Versions: 72

Compression:

Stored size: 1.12 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "inline_forms/version"

Gem::Specification.new do |s|
  s.name        = "inline_forms"
  s.version     = InlineForms::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Ace Suares"]
  s.email       = ["ace@suares.com"]
  s.homepage    = %q{http://github.com/acesuares/inline_forms}
  s.summary     = %q{Inline editing of forms.}
  s.description = %q{Inline Forms aims to ease the setup of forms that provide inline editing. The field list can be specified in the model.}
  s.licenses    = ["MIT"]

  s.rubyforge_project = "inline_forms"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency(%q<rspec-rails>, [">= 0"])
  s.add_development_dependency(%q<shoulda>, [">= 0"])
  s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
  s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
  s.add_development_dependency(%q<rcov>, [">= 0"])

end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
inline_forms-1.3.33 inline_forms.gemspec
inline_forms-1.3.32 inline_forms.gemspec
inline_forms-1.3.31 inline_forms.gemspec
inline_forms-1.3.30 inline_forms.gemspec
inline_forms-1.3.29 inline_forms.gemspec
inline_forms-1.3.28 inline_forms.gemspec
inline_forms-1.3.27 inline_forms.gemspec
inline_forms-1.3.26 inline_forms.gemspec
inline_forms-1.3.25 inline_forms.gemspec
inline_forms-1.3.24 inline_forms.gemspec
inline_forms-1.3.23 inline_forms.gemspec
inline_forms-1.3.22 inline_forms.gemspec
inline_forms-1.3.21 inline_forms.gemspec
inline_forms-1.3.20 inline_forms.gemspec
inline_forms-1.3.19 inline_forms.gemspec
inline_forms-1.3.18 inline_forms.gemspec
inline_forms-1.3.17 inline_forms.gemspec
inline_forms-1.3.16 inline_forms.gemspec
inline_forms-1.3.15 inline_forms.gemspec
inline_forms-1.3.14 inline_forms.gemspec