roundtrip_xml 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/roundtrip_xml.rb +10 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2a828a5eed9aa3a533c7d19e959f9dd4ff3f1fd
4
- data.tar.gz: 26585d066af79709c1f972fa82902af574a58881
3
+ metadata.gz: 7188fb3dd0404b06179bbd1d3758f8523e64a71f
4
+ data.tar.gz: d287901a013caa64979736325f7d7df8168eacbc
5
5
  SHA512:
6
- metadata.gz: 9d875f5ee525541bafbe6068aa54cbb186fe5b9eddef5b726bc717ccbbcabdd00435d0cd11ee98d3a7bb4e872725f9d04b02a18283a07e39b03a652ca8792742
7
- data.tar.gz: d1f17f80df1b8d92886c81a9cd9c1b19c9cf37482144eda6075c20bce5ea76ae085ff3ca4b0370f905976b5d12b7e053a571171bd6a4a352f1414dfd5d00bc61
6
+ metadata.gz: 6e7dc8174921c05e9ed0dce8f7467f6fdfe4ffaa6725b7f654ecb89c0333bd08c4976c5b10cb1645471e854906347ee34a3bc6be1bfad518e448d6ad96d91536
7
+ data.tar.gz: 99b3730a72313e3c504eb843450514ac3fa4bde81f53a57012364f5516c4482c3f34a08e86727f923d203d76080aee4d88bc3d69651095717c2ea5f5dbc64c99
data/lib/roundtrip_xml.rb CHANGED
@@ -1,10 +1,10 @@
1
- require './lib/roundtrip_xml/dsl_runtime'
2
- require './lib/roundtrip_xml/dsl_builder'
3
- require './lib/roundtrip_xml/base_cleanroom'
4
- require './lib/roundtrip_xml/root_cleanroom'
5
- require './lib/roundtrip_xml/roxml_builder'
6
- require './lib/roundtrip_xml/plain_accessors'
7
- require './lib/roundtrip_xml/utils'
8
- require './lib/roundtrip_xml/extractor'
9
- require './lib/roundtrip_xml/roxml_subclass_helpers'
10
- require './lib/roundtrip_xml/sexp_dsl_builder'
1
+ require 'roundtrip_xml/dsl_runtime'
2
+ require 'roundtrip_xml/dsl_builder'
3
+ require 'roundtrip_xml/base_cleanroom'
4
+ require 'roundtrip_xml/root_cleanroom'
5
+ require 'roundtrip_xml/roxml_builder'
6
+ require 'roundtrip_xml/plain_accessors'
7
+ require 'roundtrip_xml/utils'
8
+ require 'roundtrip_xml/extractor'
9
+ require 'roundtrip_xml/roxml_subclass_helpers'
10
+ require 'roundtrip_xml/sexp_dsl_builder'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roundtrip_xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Usick