Sha256: 4de77de5f33f0b464ecd12972c69e8d4ed53d0ed31ff34b13dfa487630594592

Contents?: true

Size: 583 Bytes

Versions: 2

Compression:

Stored size: 583 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'xml-write-stream/version'

Gem::Specification.new do |s|
  s.name     = "xml-write-stream"
  s.version  = ::XmlWriteStream::VERSION
  s.authors  = ["Cameron Dutro"]
  s.email    = ["camertron@gmail.com"]
  s.homepage = "http://github.com/camertron"

  s.description = s.summary = "An easy, streaming way to generate XML."

  s.platform = Gem::Platform::RUBY
  s.has_rdoc = true

  s.require_path = 'lib'
  s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "xml-write-stream.gemspec"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xml-write-stream-1.1.0 xml-write-stream.gemspec
xml-write-stream-1.0.2 xml-write-stream.gemspec