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