Sha256: 0cd930b7a179b10f34f768a7eb8bc735eba973d697a9186367b3793069c7959f
Contents?: true
Size: 782 Bytes
Versions: 3
Compression:
Stored size: 782 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.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.3' s.add_dependency("activesupport", ">= 3.0.0") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
arbre-1.2.1 | arbre.gemspec |
arbre-1.2.0 | arbre.gemspec |
arbre-1.2.0.rc1 | arbre.gemspec |