Sha256: 5ecbe6592c963410d97be8aa616cfd20e2cb8c23160c61936d11e292f0d40e4d

Contents?: true

Size: 1.8 KB

Versions: 1

Compression:

Stored size: 1.8 KB

Contents

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

Gem::Specification.new do |s|
  s.name = %q{rails-settings-rails32}
  s.version = "0.1.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Squeegy", "Georg Ledermann", "100hz"]
  s.date = %q{2011-07-08}
  s.email = %q{rails-settings@theblackestbox.net}
  s.extra_rdoc_files = [
    "README.rdoc"
  ]
  s.files = [
    ".project",
    ".rvmrc",
    "MIT-LICENSE",
    "README.rdoc",
    "Rakefile",
    "VERSION",
    "lib/generators/settings/settings_generator.rb",
    "lib/generators/settings/templates/migration.rb",
    "lib/generators/settings/templates/model.rb",
    "lib/rails-settings.rb",
    "lib/rails-settings/railtie.rb",
    "lib/rails-settings/scoped_settings.rb",
    "lib/rails-settings/settings.rb",
    "rails-settings.gemspec",
    "rails/init.rb"
  ]
  s.homepage = %q{http://theblackestbox.net}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.7.2}
  s.summary = %q{Settings is a plugin that makes managing a table of global key, value pairs easy. Think of it like a global Hash stored in you database, that uses simple ActiveRecord like methods for manipulation.  Keep track of any global setting that you dont want to hard code into your rails app.  You can store any kind of object.  Strings, numbers, arrays, or any object. Ported to Rails 3!}

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-settings-rails32-0.1.2 rails-settings.gemspec