xmlutils 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d719bedccfde3e165b008fe9b2c6b4f0ef6e8c5
4
- data.tar.gz: e2ab6f96b483cfd0506d1a7d870d344dff60e139
3
+ metadata.gz: 577ce0608c6e6244593204eb9edca477d09f4142
4
+ data.tar.gz: 9b3b70019f75c6cba36820b2d8377320b6c53676
5
5
  SHA512:
6
- metadata.gz: 892232ad6620675da30f3155109ddcb2f48a48077d9601759c9ff01a3e41bdcb4430376338aa054ad842030fb074b646cee4e0a05c4b541746a0953e885ffe33
7
- data.tar.gz: 4ffcefc03b8fb81e0d53166dff35bce911fba1fd6ae6c1d0e6efda387905ee0376da17069afe6d0f8d97c9c5d123ecf6f6b3ff33affb87e97cc4650888b33ae1
6
+ metadata.gz: cf9e683d3a2a798ca7c705ae09af21b9ee2c3f18aab0cd4eb1a72efdfb1d438b52d1464e2deaf2593d74ba6c37a6d60a20b7e440183bf3f52648f43daeed32ae
7
+ data.tar.gz: 53161fa859a8cae0ddd27e8942819b877b3574c9c3cbf5a8fb74db383cd4aad74431a4a8dab43126caf2183043135a2de822f1989de84870a2e31471e4414346
@@ -1,5 +1,5 @@
1
1
  module XmlUtils
2
- VERSION = "0.0.2" unless constants.include?("VERSION")
2
+ VERSION = "0.0.3" unless constants.include?("VERSION")
3
3
  APPNAME = "XmlUtils" unless constants.include?("APPNAME")
4
4
  COPYRIGHT = "Copyright (c) 2014, kTech Systems LLC. All rights reserved" unless constants.include?("COPYRIGHT")
5
5
  end
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jeff@ktechsystems.com"]
11
11
  spec.description = %q{XML Utility classes library and XmlToGdl application.}
12
12
  spec.summary = %q{XML Utility classes library}
13
- spec.homepage = ""
14
- spec.license = "Mine"
13
+ spec.homepage = "https://github.com/jmcaffee/xmlutils"
14
+ spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmlutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff McAffee
@@ -111,9 +111,9 @@ files:
111
111
  - unittests/tc_convert_xml_to_gdl.rb
112
112
  - unittests/ts_allTests.rb
113
113
  - xmlutils.gemspec
114
- homepage: ''
114
+ homepage: https://github.com/jmcaffee/xmlutils
115
115
  licenses:
116
- - Mine
116
+ - MIT
117
117
  metadata: {}
118
118
  post_install_message:
119
119
  rdoc_options: []