unimatrix 2.5.3 → 2.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/unimatrix/version.rb +2 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82a97a23a5f990e3c66518da9f796ce72ec91cd3
4
- data.tar.gz: 0fc1219ba5c83a6b3c177713221ccd237444cfa5
3
+ metadata.gz: c5237721628c1c334a122d2ade3d739aa4bac9b3
4
+ data.tar.gz: 69a6dd9d78f7792a5239f0c88dd10bbe08ec1274
5
5
  SHA512:
6
- metadata.gz: 3f083798634f03b500c4d2693dc87e4c85f679fbfa138b2cde30e61a575dda8ef0043be1e1f38397f379e052c7947da75522a677c440bd0e7412579ecc097c65
7
- data.tar.gz: 185fe9a34ddc0c7ce197a3aaeaadf63d1a9c81215691f0a164d84518c2a5d6691b9b920e4bf7338fd4581430675296b87fba2ae422dfac71a369ec329e7e5dda
6
+ metadata.gz: 2f474195e5629aa6819bf81659a13d88c3d0a5fa0bcfcedb8d58bc60d4032635464624cd5c2b6cf46438ee12aaf3f1078a790ed40dd6f409e99ca82609d3d56c
7
+ data.tar.gz: 24061257e59907f941f6e4e86d68c899a45f762ffb0c87b8e435c104bd4e6be284ceb335ab2dcfe3be0f2d5e687cd428479787a8378d03645d43f4e34259c610
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.3
1
+ 2.5.4
@@ -1,6 +1,8 @@
1
+ require 'pry'
1
2
  module Unimatrix
2
3
  VERSION = begin
3
4
  version = File.read( File.join( __dir__, "../../VERSION" ) )
5
+ version.scan( /\A.*/ ).first
4
6
  rescue
5
7
  raise "Error: The Unimatrix SDK VERSION file is missing or invalid."
6
8
  exit( 1 )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unimatrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.3
4
+ version: 2.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jackson Souza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-20 00:00:00.000000000 Z
11
+ date: 2018-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  requirements: []
201
201
  rubyforge_project:
202
- rubygems_version: 2.4.8
202
+ rubygems_version: 2.6.8
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: Unimatrix is used to communicate with Unimatrix APIs.