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 +4 -4
- data/lib/xmlutils/version.rb +1 -1
- data/xmlutils.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 577ce0608c6e6244593204eb9edca477d09f4142
|
|
4
|
+
data.tar.gz: 9b3b70019f75c6cba36820b2d8377320b6c53676
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf9e683d3a2a798ca7c705ae09af21b9ee2c3f18aab0cd4eb1a72efdfb1d438b52d1464e2deaf2593d74ba6c37a6d60a20b7e440183bf3f52648f43daeed32ae
|
|
7
|
+
data.tar.gz: 53161fa859a8cae0ddd27e8942819b877b3574c9c3cbf5a8fb74db383cd4aad74431a4a8dab43126caf2183043135a2de822f1989de84870a2e31471e4414346
|
data/lib/xmlutils/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module XmlUtils
|
|
2
|
-
VERSION = "0.0.
|
|
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
|
data/xmlutils.gemspec
CHANGED
|
@@ -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 = "
|
|
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.
|
|
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
|
-
-
|
|
116
|
+
- MIT
|
|
117
117
|
metadata: {}
|
|
118
118
|
post_install_message:
|
|
119
119
|
rdoc_options: []
|