18 lines
703 B
Ruby
18 lines
703 B
Ruby
|
# -*- encoding: utf-8 -*-
|
||
|
require File.expand_path('../lib/formtastic-better_file_inputs/version', __FILE__)
|
||
|
|
||
|
Gem::Specification.new do |gem|
|
||
|
gem.authors = ["John Bintz"]
|
||
|
gem.email = ["john@coswellproductions.com"]
|
||
|
gem.description = %q{TODO: Write a gem description}
|
||
|
gem.summary = %q{TODO: Write a gem summary}
|
||
|
gem.homepage = ""
|
||
|
|
||
|
gem.files = `git ls-files`.split($\)
|
||
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||
|
gem.name = "formtastic-better_file_inputs"
|
||
|
gem.require_paths = ["lib"]
|
||
|
gem.version = Formtastic::BetterFileInputs::VERSION
|
||
|
end
|