Sha256: 529cb06de914c0c1b0bdc8b506a3fbe295e7d3f53eb4b645f6f742f1ff5fb1fd
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.1" 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.1 | sequel-crushyform.gemspec |