Sha256: 167d699a6bdf11c90c4ce7a8d5df37c2f36f4bec508000f568c876695c3867d5

Contents?: true

Size: 1.22 KB

Versions: 18

Compression:

Stored size: 1.22 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", "Lemuel Boyce", "Manuel Ortega"]
  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_dependency('rvm')
  s.add_dependency('thor')
  s.add_dependency('validation_hints')
  s.add_dependency('rails', '>= 5.0')
  s.add_dependency('rails-i18n')

  s.add_development_dependency(%q<rspec-rails>)
  s.add_development_dependency(%q<shoulda>)
  s.add_development_dependency(%q<bundler>)
  s.add_development_dependency(%q<jeweler>)

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
inline_forms-5.2.8 inline_forms.gemspec
inline_forms-5.2.7 inline_forms.gemspec
inline_forms-5.2.6 inline_forms.gemspec
inline_forms-5.2.5 inline_forms.gemspec
inline_forms-5.2.4 inline_forms.gemspec
inline_forms-5.2.3 inline_forms.gemspec
inline_forms-5.2.2 inline_forms.gemspec
inline_forms-5.2.1 inline_forms.gemspec
inline_forms-5.1.4 inline_forms.gemspec
inline_forms-5.1.3 inline_forms.gemspec
inline_forms-5.1.2 inline_forms.gemspec
inline_forms-5.1.1 inline_forms.gemspec
inline_forms-5.1.0 inline_forms.gemspec
inline_forms-5.0.23 inline_forms.gemspec
inline_forms-5.0.22 inline_forms.gemspec
inline_forms-5.0.21 inline_forms.gemspec
inline_forms-5.0.20 inline_forms.gemspec
inline_forms-5.0.19 inline_forms.gemspec