Sha256: 3c7118a7d2632bdf0d9d42a2c2c62983a7684cb9625436bcf7a0366b7110c9b2

Contents?: true

Size: 720 Bytes

Versions: 6

Compression:

Stored size: 720 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "arbre/version"

Gem::Specification.new do |s|
  s.name        = "arbre"
  s.version     = Arbre::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Greg Bell"]
  s.email       = ["gregdbell@gmail.com"]
  s.homepage    = ""
  s.summary     = %q{An Object Oriented DOM Tree in Ruby}
  s.description = %q{An Object Oriented DOM Tree in Ruby}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency("activesupport", ">= 3.0.0")
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arbre-1.0.1 arbre.gemspec
arbre-1.0.0 arbre.gemspec
arbre-1.0.0.rc4 arbre.gemspec
arbre-1.0.0.rc3 arbre.gemspec
arbre-1.0.0.rc2 arbre.gemspec
arbre-1.0.0.rc1 arbre.gemspec