Sha256: 55b24204bf9161b1ae0aff3b8dad5d2de21a50b5fb33093b85bce4a1c2de7159

Contents?: true

Size: 652 Bytes

Versions: 5

Compression:

Stored size: 652 Bytes

Contents

begin
  require "jeweler"
  Jeweler::Tasks.new do |gem|
    gem.name = "enumerations_mixin"
    gem.summary = "Allows you to treat instances of your ActiveRecord models as though they were an enumeration of values"
    gem.description = "Allows you to treat instances of your ActiveRecord models as though they were an enumeration of values"
    gem.email = "pivotal-opensource@googlegroups.com"
    gem.homepage = "http://github.com/pivotal/enumerations_mixin"
    gem.authors = ["Trevor Squires", "Pivotal Labs"]
    gem.files = Dir["{lib}/**/*"] + Dir["{examples}/**/*"]
  end
rescue
  puts "Jeweler or one of its dependencies is not installed."
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
community_engine-2.3.2 vendor/plugins/enumerations_mixin/Rakefile
community_engine-2.3.1 vendor/plugins/enumerations_mixin/Rakefile
community_engine-2.3.0 vendor/plugins/enumerations_mixin/Rakefile
community_engine-2.1.0 vendor/plugins/enumerations_mixin/Rakefile
community_engine-2.0.0 vendor/plugins/enumerations_mixin/Rakefile