Sha256: 5570348b9098a3d6ae1f578f8304218a9a76400987f4c651a3e5e0e55683c33b

Contents?: true

Size: 898 Bytes

Versions: 3

Compression:

Stored size: 898 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "arbo"
  s.version     = Arbo::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Piers Chambers"]
  s.email       = ["piers@varyonic.com"]
  s.homepage    = ""
  s.summary     = %q{Forked from Greg Bell's 'Arbre', An Object Oriented DOM Tree in Ruby}
  s.description = %q{Forked from Greg Bell's 'Arbre', An Object Oriented DOM Tree in Ruby}
  s.license     = "MIT"

  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.required_ruby_version = '>= 2.5'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arbo-1.3.1 arbo.gemspec
arbo-1.3.0 arbo.gemspec
arbo-1.2.0 arbo.gemspec