dws-registry 0.3.7 → 0.4.0
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
- checksums.yaml.gz.sig +0 -0
- data/lib/dws-registry.rb +1 -0
- data.tar.gz.sig +0 -0
- metadata +7 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7663ffb50d1bb3118606e34b78b214bc5834e8a
|
|
4
|
+
data.tar.gz: e38f217cac26249100591ed52d9e29aa069c8ce9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 595ff54284b813b4bde506627476417acce283f53a36e26499dbae38785c4bcfcb539e1dc6c5930788f86c24b3df7eb140cb314a67fe9a6f18b2d11973ba36c2
|
|
7
|
+
data.tar.gz: d50b2d87137d62b3dedf2521bc23d19d03151cc8bbcbfbe08a3422997b9ffd80c1521d61aad7bec0c2ede8e6cfe650c08c3453823f336cde8c0d443560387153
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/dws-registry.rb
CHANGED
|
@@ -69,6 +69,7 @@ class DWSRegistry < XMLRegistry
|
|
|
69
69
|
when :string then value
|
|
70
70
|
when :time then ["#%s#" % value.to_s, :time]
|
|
71
71
|
when :fixnum then [value.to_s, :number]
|
|
72
|
+
when :integer then [value.to_s, :number]
|
|
72
73
|
when :float then [value.to_s, :number]
|
|
73
74
|
when :falseclass then [value.to_s, :boolean]
|
|
74
75
|
when :trueclass then [value.to_s, :boolean]
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dws-registry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
0XzGUxkjm5R0yWtmQkbts5hIsUzYrePQYdEBps7HWS5oSLGYtc9tytqbTDLsm/CZ
|
|
32
32
|
UZ5W/bLquEICmw==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-
|
|
34
|
+
date: 2016-12-25 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: xml-registry
|
|
@@ -39,20 +39,20 @@ dependencies:
|
|
|
39
39
|
requirements:
|
|
40
40
|
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '0.
|
|
42
|
+
version: '0.5'
|
|
43
43
|
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 0.
|
|
45
|
+
version: 0.5.1
|
|
46
46
|
type: :runtime
|
|
47
47
|
prerelease: false
|
|
48
48
|
version_requirements: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
50
|
- - "~>"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.5'
|
|
53
53
|
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.
|
|
55
|
+
version: 0.5.1
|
|
56
56
|
description:
|
|
57
57
|
email: james@r0bertson.co.uk
|
|
58
58
|
executables: []
|
|
@@ -83,5 +83,5 @@ rubyforge_project:
|
|
|
83
83
|
rubygems_version: 2.5.1
|
|
84
84
|
signing_key:
|
|
85
85
|
specification_version: 4
|
|
86
|
-
summary:
|
|
86
|
+
summary: An XML registry which stores the Ruby data type as well as the value
|
|
87
87
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|