mobius-client 0.6.2 → 0.7.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
- SHA1:
3
- metadata.gz: 1e15f0a8dca8abf4e1a0de2fdb45d93f38156ae9
4
- data.tar.gz: 81607fbea1d4aab9cf498295762fb2d96fa96f2c
2
+ SHA256:
3
+ metadata.gz: 2b6c744272a35e5231af269c91db94bf3055e1daf9f83a9da35dcd4704f4a4e7
4
+ data.tar.gz: 869b9b3fbffd30343545a06e5ac00f1ebfa2c4c1130819adf5352738dae5c683
5
5
  SHA512:
6
- metadata.gz: e0f80060f20543942cb2749383a3a69bfd01aefdd83ead7fb1181311f6872f860893796d3dd5f0267bfd6c581640b1a67f5a44975930213c9f8380bb3efbc9e3
7
- data.tar.gz: fa4659336dd66ed0c3cbb6a807fd81fae8a99c83da015fdc91c45478c4d4e266a8757c77d20f3b8ff12e5cf49604ae0cfa43c9ad94dba38f3e591717ca79c6aa
6
+ metadata.gz: 889c9e2144eb83bdf7ab8b64a9ec425f7e7f55cc654dd810120f8bdb6d8d7ce0708407ac64837454a56a6c3309f04ac25e48ddc82bc031ec5f05ce7edb672915
7
+ data.tar.gz: 28fffb64725fe6cf7d1b9fa67abaf351e56557eb2c4d583d28d45fe685a27fe21c78ca834846e6b46276415f7a5c31e7b4d48a8ae85d7695783379bcddd928bc
@@ -2,12 +2,17 @@ env:
2
2
  global:
3
3
  - CC_TEST_REPORTER_ID=b73e557e34c0841f1f534b98bb01a3346cdad5eb9913416dca9ec1350af6ac09
4
4
 
5
+ dist: xenial
5
6
  language: ruby
6
7
  rvm:
7
8
  - 2.3
8
9
  - 2.4
9
10
  - 2.5
10
11
  cache: bundler
12
+ addons:
13
+ apt:
14
+ packages:
15
+ - libsodium-dev
11
16
  before_install:
12
17
  - gem update --system && gem install --no-document bundler
13
18
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
@@ -18,5 +23,5 @@ after_script:
18
23
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
19
24
  script:
20
25
  - bundle exec rake
21
- - bundle exec bundle-audit check --update --ignore CVE-2016-10545
26
+ - bundle exec bundle-audit check --update
22
27
  - bundle exec rubocop
@@ -1,34 +1,34 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- mobius-client (0.5.0)
4
+ mobius-client (0.6.2)
5
5
  constructor_shortcut (~> 0.2.0)
6
6
  dry-initializer (~> 2.4)
7
- faraday (~> 0.14)
7
+ faraday (>= 0.14)
8
8
  faraday_middleware (~> 0.12, >= 0.12.2)
9
9
  jwt (~> 1.5, >= 1.5.6)
10
- stellar-sdk (~> 0.3)
10
+ stellar-sdk (~> 0.6)
11
11
  thor (~> 0.20)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activemodel (5.2.0)
17
- activesupport (= 5.2.0)
18
- activesupport (5.2.0)
16
+ activemodel (5.2.2)
17
+ activesupport (= 5.2.2)
18
+ activesupport (5.2.2)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
20
  i18n (>= 0.7, < 2)
21
21
  minitest (~> 5.1)
22
22
  tzinfo (~> 1.1)
23
23
  base32 (0.3.2)
24
24
  citrus (3.0.2)
25
- concurrent-ruby (1.0.5)
25
+ concurrent-ruby (1.1.3)
26
26
  constructor_shortcut (0.2.0)
27
27
  contracts (0.16.0)
28
28
  digest-crc (0.4.1)
29
- dry-initializer (2.4.0)
29
+ dry-initializer (2.5.0)
30
30
  excon (0.62.0)
31
- faraday (0.15.2)
31
+ faraday (0.15.4)
32
32
  multipart-post (>= 1.2, < 3)
33
33
  faraday-digestauth (0.3.0)
34
34
  faraday (~> 0.7)
@@ -45,20 +45,18 @@ GEM
45
45
  faraday_middleware
46
46
  net-http-digest_auth
47
47
  uri_template
48
- i18n (1.0.1)
48
+ i18n (1.1.1)
49
49
  concurrent-ruby (~> 1.0)
50
50
  jwt (1.5.6)
51
51
  minitest (5.11.3)
52
52
  multipart-post (2.0.0)
53
53
  mustermann (1.0.2)
54
54
  net-http-digest_auth (1.4.1)
55
- rack (2.0.5)
55
+ rack (2.0.6)
56
56
  rack-protection (2.0.3)
57
57
  rack
58
- rbnacl (5.0.0)
58
+ rbnacl (6.0.0)
59
59
  ffi
60
- rbnacl-libsodium (1.0.16)
61
- rbnacl (>= 3.0.1)
62
60
  sinatra (2.0.3)
63
61
  mustermann (~> 1.0)
64
62
  rack (~> 2.0)
@@ -67,32 +65,31 @@ GEM
67
65
  slim (3.0.9)
68
66
  temple (>= 0.7.6, < 0.9)
69
67
  tilt (>= 1.3.3, < 2.1)
70
- stellar-base (0.15.0)
71
- activesupport (>= 4.2.7)
68
+ stellar-base (0.18.0)
69
+ activesupport (>= 5.2.0)
72
70
  base32
73
71
  digest-crc
74
- rbnacl
75
- rbnacl-libsodium (~> 1.0.3)
76
- xdr (~> 2.0.0)
77
- stellar-sdk (0.4.0)
78
- activesupport (>= 4.2.7)
79
- contracts (~> 0.7)
72
+ rbnacl (>= 6.0)
73
+ xdr (~> 3.0.0)
74
+ stellar-sdk (0.6.0)
75
+ activesupport (>= 5.2.0)
76
+ contracts (~> 0.16)
80
77
  excon (~> 0.44, >= 0.44.4)
81
78
  hyperclient (~> 0.7)
82
- stellar-base (~> 0.13)
79
+ stellar-base (>= 0.18.0)
83
80
  toml-rb (~> 1.1, >= 1.1.1)
84
81
  temple (0.8.0)
85
- thor (0.20.0)
82
+ thor (0.20.3)
86
83
  thread_safe (0.3.6)
87
84
  tilt (2.0.8)
88
- toml-rb (1.1.1)
85
+ toml-rb (1.1.2)
89
86
  citrus (~> 3.0, > 3.0)
90
87
  tzinfo (1.2.5)
91
88
  thread_safe (~> 0.1)
92
89
  uri_template (0.7.0)
93
- xdr (2.0.0)
94
- activemodel (>= 4.2.7)
95
- activesupport (>= 4.2.7)
90
+ xdr (3.0.0)
91
+ activemodel (>= 5.2.0)
92
+ activesupport (>= 5.2.0)
96
93
 
97
94
  PLATFORMS
98
95
  ruby
@@ -103,4 +100,4 @@ DEPENDENCIES
103
100
  slim
104
101
 
105
102
  BUNDLED WITH
106
- 1.16.0
103
+ 1.16.5
@@ -1,5 +1,5 @@
1
1
  module Mobius
2
2
  module Client
3
- VERSION = "0.6.2".freeze
3
+ VERSION = "0.7.0".freeze
4
4
  end
5
5
  end
@@ -44,6 +44,6 @@ Gem::Specification.new do |spec|
44
44
  spec.add_dependency "faraday", ">= 0.14"
45
45
  spec.add_dependency "faraday_middleware", "~> 0.12", ">= 0.12.2"
46
46
  spec.add_dependency "jwt", "~> 1.5", ">= 1.5.6"
47
- spec.add_dependency "stellar-sdk", "~> 0.3"
47
+ spec.add_dependency "stellar-sdk", "~> 0.6"
48
48
  spec.add_dependency "thor", "~> 0.20"
49
49
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobius-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Viktor Sokolov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-12 00:00:00.000000000 Z
11
+ date: 2018-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -304,14 +304,14 @@ dependencies:
304
304
  requirements:
305
305
  - - "~>"
306
306
  - !ruby/object:Gem::Version
307
- version: '0.3'
307
+ version: '0.6'
308
308
  type: :runtime
309
309
  prerelease: false
310
310
  version_requirements: !ruby/object:Gem::Requirement
311
311
  requirements:
312
312
  - - "~>"
313
313
  - !ruby/object:Gem::Version
314
- version: '0.3'
314
+ version: '0.6'
315
315
  - !ruby/object:Gem::Dependency
316
316
  name: thor
317
317
  requirement: !ruby/object:Gem::Requirement
@@ -392,7 +392,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
392
392
  version: '0'
393
393
  requirements: []
394
394
  rubyforge_project:
395
- rubygems_version: 2.6.13
395
+ rubygems_version: 2.7.6
396
396
  signing_key:
397
397
  specification_version: 4
398
398
  summary: Mobius Ruby Client