Sha256: 12b6c2bdae97ea12f0407786467e266d1fb953b84a14aea5fc2f82b7d946f9ad

Contents?: true

Size: 952 Bytes

Versions: 5

Compression:

Stored size: 952 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/atom/version', __FILE__)

Gem::Specification.new do |s|
  s.name = "ratom-nokogiri"
  s.version = Atom::VERSION

  s.authors = ["Peerworks", "Sean Geoghegan", "Brian Palmer"]
  s.description = "A fast Atom Syndication and Publication API based on libxml"
  s.email = "eng@instructure.com"
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]
  s.files         = `git ls-files`.split($\)
  s.executables   = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.homepage = "http://github.com/instructure/ratom"
  s.require_paths = ["lib"]
  s.summary = "Atom Syndication and Publication API"

  s.add_dependency(%q<nokogiri>, [">= 1.5.6", "< 1.7"])
  s.add_development_dependency(%q<bundler>, ["~> 1.1"])
  s.add_development_dependency(%q<rspec>, ["~> 2.10.0"])
  s.add_development_dependency(%q<rake>, ["~> 0.9.2"])
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ratom-nokogiri-0.10.4 ratom.gemspec
ratom-nokogiri-0.10.3 ratom.gemspec
ratom-nokogiri-0.10.2 ratom.gemspec
ratom-nokogiri-0.10.1 ratom.gemspec
ratom-nokogiri-0.10.0 ratom.gemspec