Sha256: a831fa901d04483a333873f3409ff997e24cff1e663be97a3ba64cc695408717

Contents?: true

Size: 905 Bytes

Versions: 51

Compression:

Stored size: 905 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "nori"
  s.version     = Nori::VERSION
  s.authors     = ["Daniel Harrington", "John Nunemaker", "Wynn Netherland"]
  s.email       = "me@rubiii.com"
  s.homepage    = "https://github.com/savonrb/nori"
  s.summary     = "XML to Hash translator"
  s.description = s.summary
  s.required_ruby_version = '>= 1.9.2'

  s.rubyforge_project = "nori"
  s.license = "MIT"

  s.add_development_dependency "rake",     "~> 10.0"
  s.add_development_dependency "nokogiri", ">= 1.4.0"
  s.add_development_dependency "rspec",    "~> 2.12"

  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"]
end

Version data entries

51 entries across 43 versions & 6 rubygems

Version Path
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.9.0 vendor/bundle/ruby/2.7.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.8.0 vendor/bundle/ruby/2.7.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.6.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.7.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.6.2 vendor/bundle/ruby/2.6.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.6.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.6.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/nori-2.6.0/nori.gemspec
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/nori-2.6.0/nori.gemspec