Sha256: 9d732e422362f80eec1a3435200f1218828f31194274b206c2d8530ee330bf33

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'sequel-crushyform'
  s.version = "0.1.0"
  s.platform = Gem::Platform::RUBY
  s.summary = "A Sequel plugin that helps building forms"
  s.description = "A Sequel plugin that helps building forms. It basically does them for you so that you can forget about the boring part. The kind of thing which is good to have in your toolbox for building a CMS."
  s.files = `git ls-files`.split("\n").sort
  s.require_path = './lib'
  s.author = "Mickael Riga"
  s.email = "mig@mypeplum.com"
  s.homepage = "http://github.com/mig-hub/sequel-crushyform"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sequel-crushyform-0.1.0 sequel-crushyform.gemspec