Sha256: 0576c745b7013585f5ec5afaf7590a5d1d896f05aac241ed419aefbb1f899683
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.4" 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.4 | sequel-crushyform.gemspec |