Sha256: 979a49c03b8f290e735258eaf282e400350575d0de7dfc20b05c2dbb1b0c91fd

Contents?: true

Size: 540 Bytes

Versions: 1

Compression:

Stored size: 540 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = "model_xml"
  s.version     = '1.0.13'
  s.authors     = "Rob Anderson"
  s.platform    = Gem::Platform::RUBY
  s.email       = "rob.anderson@paymentcardsolutions.co.uk"
  s.summary     = "Ruby object to xml converter"
  s.description = "Simple replacement for ActiveRecord's default to_xml"
  s.homepage = "https://github.com/rob-anderson/model_xml"

  s.add_dependency 'builder', '>= 2.1.2'
  s.add_dependency 'nokogiri'

  s.files = `git ls-files`.split("\n")
  s.require_path = "lib"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
model_xml-1.0.13 model_xml.gemspec