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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75b1bd960d2533cde6194e860adfa5e5c4290839
4
- data.tar.gz: 35ac6bccdd2cee50d77ce2a44ae25bf0da529e3d
3
+ metadata.gz: deb759cc8301ab7a4afc6f39b26052adfe020aa8
4
+ data.tar.gz: b9be723d97240c48c0c5c55587a76408e7a69a45
5
5
  SHA512:
6
- metadata.gz: 9cc3aa07b8abe8aeeedbf98c580d1768fbd77b6cb8ab0698623a8c2c02af60c92a4c2934dadf35b67a8be225d055cde3b327bd7c99f7821074216d3d1795e996
7
- data.tar.gz: 6f2fe5e534c6140b0a915239aa40df2439d47131e89af63b982bdb7af68fe39ebb365cb82e2d378e37a7dc8ff03dfa41ec39dfcd62c080f81e910943221246da
6
+ metadata.gz: 7a6f242f8e2e8c6e5ad849ca61a4b26331ff136f6ea175267683ee49b4ead67b8629da20ca73f0ffcb27049ef994b7d85ace08cdfde34b94d425e17144363a3a
7
+ data.tar.gz: 1e9294c426d7ee0269ac8f2c21f5c2ec456aea4db63a31a1ce5847844ee84472f9a23538c48b52de22b64bae14bf4a5ebfa6ce27b7b84be571be96c60de023c5
@@ -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"]["url"]
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
@@ -1,3 +1,3 @@
1
1
  module Openname
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openname
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Larry Salibra