Sha256: 0a118bf5a44b43799309d4a5ac201c60826345b39a89a03b7ea3b44a7ae3164d

Contents?: true

Size: 828 Bytes

Versions: 21

Compression:

Stored size: 828 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/noodall/form_builder/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "noodall-form-builder"
  s.version     = Noodall::FormBuilder::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = []
  s.email       = []
  s.homepage    = "http://rubygems.org/gems/noodall-form-builder"
  s.summary     = "Noodall Form Builder"
  s.description = "Functionality for building custom forms"

  s.required_rubygems_version = ">= 1.3.6"
#  s.rubyforge_project         = "noodall-form-builder"

  s.add_development_dependency "bundler", ">= 1.0.0"
  s.add_dependency 'fastercsv', ">= 0"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
noodall-form-builder-0.2.5 noodall-form-builder.gemspec
noodall-form-builder-0.2.4 noodall-form-builder.gemspec
noodall-form-builder-0.2.3 noodall-form-builder.gemspec
noodall-form-builder-0.2.2 noodall-form-builder.gemspec
noodall-form-builder-0.2.1 noodall-form-builder.gemspec
noodall-form-builder-0.2.0 noodall-form-builder.gemspec
noodall-form-builder-0.1.3 noodall-form-builder.gemspec
noodall-form-builder-0.1.2 noodall-form-builder.gemspec
noodall-form-builder-0.1.1 noodall-form-builder.gemspec
noodall-form-builder-0.1.0 noodall-form-builder.gemspec
noodall-form-builder-0.0.13 noodall-form-builder.gemspec
noodall-form-builder-0.0.11 noodall-form-builder.gemspec
noodall-form-builder-0.0.10 noodall-form-builder.gemspec
noodall-form-builder-0.0.9 noodall-form-builder.gemspec
noodall-form-builder-0.0.8 noodall-form-builder.gemspec
noodall-form-builder-0.0.7 noodall-form-builder.gemspec
noodall-form-builder-0.0.6 noodall-form-builder.gemspec
noodall-form-builder-0.0.5 noodall-form-builder.gemspec
noodall-form-builder-0.0.4 noodall-form-builder.gemspec
noodall-form-builder-0.0.3 noodall-form-builder.gemspec