Sha256: 7aee416433217f4319e89fdd9e1c1dc5396e8f2914c8916c12e8bfb6edcb591c

Contents?: true

Size: 920 Bytes

Versions: 5

Compression:

Stored size: 920 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "galetahub-enum_field"
  s.version = "0.2.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Igor Galeta", "Pavlo Galeta"]
  s.date = "2012-04-29"
  s.description = "Enables Active Record attributes to point to enum like objects, by saving in your database only an integer ID"
  s.email = "galeta.igor@gmail.com"
  s.extra_rdoc_files = ["README.rdoc"]
  s.files = ["README.rdoc"]
  s.homepage = "https://github.com/galetahub/enum_field"
  s.require_paths = ["lib"]
  s.rubyforge_project = "enum_field"
  s.rubygems_version = "1.8.10"
  s.summary = "Enumerated attributes for Active Record"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/galetahub-enum_field-0.2.0.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/galetahub-enum_field-0.2.0.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/galetahub-enum_field-0.2.0.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/galetahub-enum_field-0.2.0.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/galetahub-enum_field-0.2.0.gemspec