Sha256: 5a496f4de338d9217e6422a09f0b06229f938418494aaf14d4c5bd85de305251

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