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