ejson 1.0.1 → 1.0.2

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: 47364a68c0a5a24c48d931d9a61d87ad7bb78fb0
4
- data.tar.gz: 449ab02070c1bb9b88da845109e589ccac2c59e4
3
+ metadata.gz: 6e503f60c541eedc4d58df023e710cadbda7eab3
4
+ data.tar.gz: 87089d44e2726846a5781d72a062da856ff7a952
5
5
  SHA512:
6
- metadata.gz: 329df50b74428c89c3bdcf135b0767efdc03c9412c1ee02f27b0ffb7ab60ee8f8a6d36fc0b67b34b7a4901775b824cbba579e4cb2570999d302cfcccce07f656
7
- data.tar.gz: 33f0e7db09cb80b9d5396aef51c1aedfec8f8b39cb3e62b7a759c53b98cb1c9c33cc561fec67b35f328ae2de86396a0dfa92a56935e105c9517f4110a2262dda
6
+ metadata.gz: e7ec5f7682acb1d77c0b1ebba74dd540ca6fabdb3fbf5fe9031818d95f2b68443bccce940095d3251e14c2aef37adbf93ed9e894789561a85aeff06b003c0e3b
7
+ data.tar.gz: b12d8275990f6f4c8111bbe2e97c29482fe36f17b8bb38ba5cf654bcc12cd34c0bd06b3ad52528e51d1cafc451d41cd466464b1027baff1c916584718b03c6c7
data/bin/ejson CHANGED
@@ -5,7 +5,7 @@ dir = case platform
5
5
  when /^Darwin/ ; "darwin-amd64"
6
6
  when /^Linux.*64/ ; "linux-amd64"
7
7
  else
8
- puts "Ejson is not supported on your platform."
8
+ abort "Ejson is not supported on your platform."
9
9
  end
10
10
 
11
11
  bindir = File.expand_path("../../build/#{dir}", __FILE__)
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module EJSON
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-09 00:00:00.000000000 Z
11
+ date: 2016-10-31 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.2.2
53
+ rubygems_version: 2.4.5.1
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Asymmetric keywise encryption for JSON