Sha256: cfa36e58005bef1fa731b1480a98bd7b15b07de00903eb3c6739799025f60fd2

Contents?: true

Size: 874 Bytes

Versions: 16

Compression:

Stored size: 874 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     = ["Steve England", "Daniel Craig", "Alex Heaton"]
  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

16 entries across 16 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 noodall-form-builder.gemspec
noodall-form-builder-0.5.3 noodall-form-builder.gemspec
noodall-form-builder-0.5.2 noodall-form-builder.gemspec
noodall-form-builder-0.5.0 noodall-form-builder.gemspec
noodall-form-builder-0.4.2 noodall-form-builder.gemspec
noodall-form-builder-0.4.1 noodall-form-builder.gemspec
noodall-form-builder-0.4.0 noodall-form-builder.gemspec
noodall-form-builder-0.3.3 noodall-form-builder.gemspec
noodall-form-builder-0.2.11 noodall-form-builder.gemspec
noodall-form-builder-0.3.2 noodall-form-builder.gemspec
noodall-form-builder-0.3.1 noodall-form-builder.gemspec
noodall-form-builder-0.3.0 noodall-form-builder.gemspec
noodall-form-builder-0.2.10 noodall-form-builder.gemspec
noodall-form-builder-0.2.9 noodall-form-builder.gemspec
noodall-form-builder-0.2.8 noodall-form-builder.gemspec
noodall-form-builder-0.2.7 noodall-form-builder.gemspec