ejson 1.0.2 → 1.1.0

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: 6e503f60c541eedc4d58df023e710cadbda7eab3
4
- data.tar.gz: 87089d44e2726846a5781d72a062da856ff7a952
3
+ metadata.gz: 71956dbd96c748cc82e53378c437512676b2a37c
4
+ data.tar.gz: 5cf9ade58e4b63877719100ac37d78745f217097
5
5
  SHA512:
6
- metadata.gz: e7ec5f7682acb1d77c0b1ebba74dd540ca6fabdb3fbf5fe9031818d95f2b68443bccce940095d3251e14c2aef37adbf93ed9e894789561a85aeff06b003c0e3b
7
- data.tar.gz: b12d8275990f6f4c8111bbe2e97c29482fe36f17b8bb38ba5cf654bcc12cd34c0bd06b3ad52528e51d1cafc451d41cd466464b1027baff1c916584718b03c6c7
6
+ metadata.gz: b4ca13c71f6a52f2c24792106e641682dfa405206df2b0408dd72da70b5f55195ad2adb4cda311f0f2c1a099f0c90c64cca81ce181e9170cb22e2eca891fb25e
7
+ data.tar.gz: 79e45b1081a2e6606dcb090555cf3081e8a17294fb71eadf3bc8da5c411d898b840dcd71eae53de77fe2ffc289df033cdef5e5fdc376bc4f69028c50522a2fe7
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module EJSON
2
- VERSION = "1.0.2"
2
+ VERSION = "1.1.0"
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ejson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-31 00:00:00.000000000 Z
11
+ date: 2017-08-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Secret management by encrypting values in a JSON hash with a public/private
14
14
  keypair
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.4.5.1
53
+ rubygems_version: 2.6.10
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Asymmetric keywise encryption for JSON