Sha256: 94eb3415e5099b4eb1053d894b73c1e083a8d4ed35db3f0abe9b27564e814d25
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "model_formatter" s.version = '0.0.3' s.authors = ["Brad Folkens", "Tyler Rick"] s.email = ["bfolkens@gmail.com", "tyler@tylerrick.com"] s.homepage = "https://github.com/bfolkens/model-formatter" s.summary = %q{Allows you to easily handle fields in Rails / ActiveRecord that need to be formatted or stripped of formatting as they are set or retrieved from the database.} s.description = s.summary s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
model_formatter-0.0.3 | model_formatter.gemspec |