Sha256: c1d4a760f99ccd1bb3885def49f0bf1d34709075a3aa95d6acdd78ab8819ecd6

Contents?: true

Size: 1.36 KB

Versions: 2

Compression:

Stored size: 1.36 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{acts_as_tree}
  s.version = "0.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Erik Dahlstrand", "Rails Core"]
  s.date = %q{2010-02-04}
  s.description = %q{Specify this acts_as extension if you want to model a tree structure by providing a parent association and a children association.}
  s.email = %q{erik.dahlstrand@gmail.com}
  s.extra_rdoc_files = [
    "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "README.rdoc",
     "Rakefile",
     "VERSION",
     "acts_as_tree.gemspec",
     "lib/acts_as_tree.rb",
     "test/acts_as_tree_test.rb"
  ]
  s.homepage = %q{http://github.com/erdah/acts_as_tree}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Gem version of acts_as_tree Rails plugin.}
  s.test_files = [
    "test/acts_as_tree_test.rb"
  ]

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

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/gems/acts_as_tree-0.1.1/acts_as_tree.gemspec
acts_as_tree-0.1.1 acts_as_tree.gemspec