Sha256: 16435b0f21ad409925f6a050ba9395bba04567dd7980d133d1c1372769ff438d
Contents?: true
Size: 821 Bytes
Versions: 3
Compression:
Stored size: 821 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "crud_for/version" Gem::Specification.new do |s| s.name = "crud_for" s.version = CrudFor::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Marcello Milhomem Albuquerque"] s.email = ["marcello.m.albuquerque@gmail.com"] s.homepage = "https://github.com/marcelloma/crud_for" s.summary = %q{Simplifies CRUD development} s.description = %q{Simplifies CRUD development} s.rubyforge_project = "crud_for" s.add_dependency('decent_exposure', "~> 1.0.1") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
crud_for-0.0.3 | crud_for.gemspec |
crud_for-0.0.2 | crud_for.gemspec |
crud_for-0.0.1 | crud_for.gemspec |