Sha256: 10f30efcbde37b9f88beee1dad944eb4fc9f9a788cdd75fa7e8b250be283990c

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{supermodel}
  s.version = "0.1.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Alex MacCaw"]
  s.date = %q{2010-08-30}
  s.description = %q{In memory DB using ActiveModel}
  s.email = %q{info@eribium.org}
  s.extra_rdoc_files = [
    "README"
  ]
  s.files = [
    ".gitignore",
     "MIT-LICENSE",
     "README",
     "Rakefile",
     "VERSION",
     "lib/super_model.rb",
     "lib/supermodel.rb",
     "lib/supermodel/association.rb",
     "lib/supermodel/base.rb",
     "lib/supermodel/callbacks.rb",
     "lib/supermodel/dirty.rb",
     "lib/supermodel/ext/array.rb",
     "lib/supermodel/marshal.rb",
     "lib/supermodel/observing.rb",
     "lib/supermodel/random_id.rb",
     "lib/supermodel/redis.rb",
     "lib/supermodel/timestamp.rb",
     "lib/supermodel/validations.rb",
     "lib/supermodel/validations/uniqueness.rb",
     "supermodel.gemspec"
  ]
  s.homepage = %q{http://github.com/maccman/supermodel}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{In memory DB using ActiveModel}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<activemodel>, [">= 3.0.0"])
    else
      s.add_dependency(%q<activemodel>, ["~> 3.0.0"])
    end
  else
    s.add_dependency(%q<activemodel>, ["~> 3.0.0"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
supermodel-0.1.6 supermodel.gemspec
supermodel-0.1.5 supermodel.gemspec