openname 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/openname.rb +1 -1
- data/lib/openname/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: deb759cc8301ab7a4afc6f39b26052adfe020aa8
|
4
|
+
data.tar.gz: b9be723d97240c48c0c5c55587a76408e7a69a45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a6f242f8e2e8c6e5ad849ca61a4b26331ff136f6ea175267683ee49b4ead67b8629da20ca73f0ffcb27049ef994b7d85ace08cdfde34b94d425e17144363a3a
|
7
|
+
data.tar.gz: 1e9294c426d7ee0269ac8f2c21f5c2ec456aea4db63a31a1ce5847844ee84472f9a23538c48b52de22b64bae14bf4a5ebfa6ce27b7b84be571be96c60de023c5
|
data/lib/openname.rb
CHANGED
@@ -127,7 +127,7 @@ module Openname
|
|
127
127
|
@bitmessage_address = json["bitmessage"]["username"] if json["bitmessage"]
|
128
128
|
@bitcoinotc_username = json["bitcoinotc"]["username"] if json["bitcoinotc"]
|
129
129
|
@pgp_fingerprint = json["pgp"]["fingerprint"] if json["pgp"]
|
130
|
-
@pgp_url = json["pgp"]["url"] if json["pgp"]
|
130
|
+
@pgp_url = json["pgp"]["url"] if json["pgp"]
|
131
131
|
@schema_version = json["v"]
|
132
132
|
@orgs = parse_orgs(json["orgs"])
|
133
133
|
end
|
data/lib/openname/version.rb
CHANGED