Sha256: 128e284d29dbd89924992db0b1b095f5e9ad6f30f7fe2ea869a73aa92b6d4bba
Contents?: true
Size: 620 Bytes
Versions: 6
Compression:
Stored size: 620 Bytes
Contents
require "rubygems" require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "enum_attr" gemspec.summary = "enum_attr is a Ruby gem to manage enum column for active_record." gemspec.description = "A Rails plugin which brings easy-to-use enum-like functionality to ActiveRecord models (now compatible with rails 3, ruby 1.9 and jruby). ." gemspec.email = "whyruby@gmail.com" gemspec.homepage = "https://github.com/qichunren/enum_attr" gemspec.authors = ["qichunren"] end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
enum_attr-0.0.7 | Rakefile |
enum_attr-0.0.6 | Rakefile |
enum_attr-0.0.5 | Rakefile |
enum_attr-0.0.4 | Rakefile |
enum_attr-0.0.3 | Rakefile |
enum_attr-0.0.1 | Rakefile |