Sha256: a9216bda77a43a01eca06472a700067d366589b7a00582c6fb8d264db7c5fb59

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.2"
  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.2 sequel-crushyform.gemspec