ruby-client 1.0.2 → 1.0.3

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/Gemfile.lock +92 -91
  3. data/lib/nimiq/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a98306ce97d345f4991cf71e383485817adc6b5162697c519e1f2859c711e39c
4
- data.tar.gz: 3bfe5fb4352634a6a8c243459393c099bb9b7a1c5156e71b7b7ce00492effdb3
3
+ metadata.gz: 37ed52cd70b3f3385bb53d7e70a9e15e7215bbebd798eb67dd019159956dcb57
4
+ data.tar.gz: 22faca75fd2ba1d05354e6ee142f7bc83e648e1f020c2e957b40e358b56d930d
5
5
  SHA512:
6
- metadata.gz: 3d69bbd6a10fcf1b15010affe37072e6deeb4718b70fb3b790847539cb36aada3d1d015d3baf3ebc74dabadf0fd627ac21dd1de821b4cd9eb054d3a98bc0d851
7
- data.tar.gz: 645f28cfd002c73a67e910a1a885e4af89e300752c1c6afb37ac38c298d6b728c40f6bb9f2782db552a7af17c6ba6c63b8a7be6b1256bba74d5f6ef926047332
6
+ metadata.gz: ec3e4800845dcd71a8888a46b5556cb9344d1207944fadfaa4feb453fc7c7fa21df074c8f1d0bce3530eaacccba64722488093a63a0bc6a6eded10c7512054cc
7
+ data.tar.gz: a29e20541b01dc9888b6ae3ee17f9526c329b7b2fdf2822fb9d4531a1e3d0732db2e7f642c9fffd77a1b7fccee97b3071171453880edeb52fec41cc419fd2772
@@ -1,91 +1,92 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ruby-client (1.0.0)
5
- oj (~> 2.15)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (6.0.3.2)
11
- actionview (= 6.0.3.2)
12
- activesupport (= 6.0.3.2)
13
- rack (~> 2.0, >= 2.0.8)
14
- rack-test (>= 0.6.3)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (6.0.3.2)
18
- activesupport (= 6.0.3.2)
19
- builder (~> 3.1)
20
- erubi (~> 1.4)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activesupport (6.0.3.2)
24
- concurrent-ruby (~> 1.0, >= 1.0.2)
25
- i18n (>= 0.7, < 2)
26
- minitest (~> 5.1)
27
- tzinfo (~> 1.1)
28
- zeitwerk (~> 2.2, >= 2.2.2)
29
- builder (3.2.4)
30
- concurrent-ruby (1.1.6)
31
- crass (1.0.6)
32
- diff-lcs (1.4.4)
33
- erubi (1.9.0)
34
- i18n (1.8.3)
35
- concurrent-ruby (~> 1.0)
36
- loofah (2.6.0)
37
- crass (~> 1.0.2)
38
- nokogiri (>= 1.5.9)
39
- method_source (1.0.0)
40
- mini_portile2 (2.4.0)
41
- minitest (5.14.1)
42
- nokogiri (1.10.10-x64-mingw32)
43
- mini_portile2 (~> 2.4.0)
44
- oj (2.18.5)
45
- rack (2.2.3)
46
- rack-test (1.1.0)
47
- rack (>= 1.0, < 3)
48
- rails-dom-testing (2.0.3)
49
- activesupport (>= 4.2.0)
50
- nokogiri (>= 1.6)
51
- rails-html-sanitizer (1.3.0)
52
- loofah (~> 2.3)
53
- railties (6.0.3.2)
54
- actionpack (= 6.0.3.2)
55
- activesupport (= 6.0.3.2)
56
- method_source
57
- rake (>= 0.8.7)
58
- thor (>= 0.20.3, < 2.0)
59
- rake (13.0.1)
60
- rspec-core (3.9.2)
61
- rspec-support (~> 3.9.3)
62
- rspec-expectations (3.9.2)
63
- diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.9.0)
65
- rspec-mocks (3.9.1)
66
- diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.9.0)
68
- rspec-rails (3.9.1)
69
- actionpack (>= 3.0)
70
- activesupport (>= 3.0)
71
- railties (>= 3.0)
72
- rspec-core (~> 3.9.0)
73
- rspec-expectations (~> 3.9.0)
74
- rspec-mocks (~> 3.9.0)
75
- rspec-support (~> 3.9.0)
76
- rspec-support (3.9.3)
77
- thor (1.0.1)
78
- thread_safe (0.3.6)
79
- tzinfo (1.2.7)
80
- thread_safe (~> 0.1)
81
- zeitwerk (2.4.0)
82
-
83
- PLATFORMS
84
- x64-mingw32
85
-
86
- DEPENDENCIES
87
- rspec-rails (~> 3.5)
88
- ruby-client!
89
-
90
- BUNDLED WITH
91
- 2.1.4
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ruby-client (1.0.2)
5
+ oj (~> 2.15)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionpack (6.0.3.2)
11
+ actionview (= 6.0.3.2)
12
+ activesupport (= 6.0.3.2)
13
+ rack (~> 2.0, >= 2.0.8)
14
+ rack-test (>= 0.6.3)
15
+ rails-dom-testing (~> 2.0)
16
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
+ actionview (6.0.3.2)
18
+ activesupport (= 6.0.3.2)
19
+ builder (~> 3.1)
20
+ erubi (~> 1.4)
21
+ rails-dom-testing (~> 2.0)
22
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
+ activesupport (6.0.3.2)
24
+ concurrent-ruby (~> 1.0, >= 1.0.2)
25
+ i18n (>= 0.7, < 2)
26
+ minitest (~> 5.1)
27
+ tzinfo (~> 1.1)
28
+ zeitwerk (~> 2.2, >= 2.2.2)
29
+ builder (3.2.4)
30
+ concurrent-ruby (1.1.6)
31
+ crass (1.0.6)
32
+ diff-lcs (1.4.4)
33
+ erubi (1.9.0)
34
+ i18n (1.8.4)
35
+ concurrent-ruby (~> 1.0)
36
+ loofah (2.6.0)
37
+ crass (~> 1.0.2)
38
+ nokogiri (>= 1.5.9)
39
+ method_source (1.0.0)
40
+ mini_portile2 (2.4.0)
41
+ minitest (5.14.1)
42
+ nokogiri (1.10.10-x64-mingw32)
43
+ mini_portile2 (~> 2.4.0)
44
+ oj (2.18.5)
45
+ rack (2.2.3)
46
+ rack-test (1.1.0)
47
+ rack (>= 1.0, < 3)
48
+ rails-dom-testing (2.0.3)
49
+ activesupport (>= 4.2.0)
50
+ nokogiri (>= 1.6)
51
+ rails-html-sanitizer (1.3.0)
52
+ loofah (~> 2.3)
53
+ railties (6.0.3.2)
54
+ actionpack (= 6.0.3.2)
55
+ activesupport (= 6.0.3.2)
56
+ method_source
57
+ rake (>= 0.8.7)
58
+ thor (>= 0.20.3, < 2.0)
59
+ rake (13.0.1)
60
+ rspec-core (3.9.2)
61
+ rspec-support (~> 3.9.3)
62
+ rspec-expectations (3.9.2)
63
+ diff-lcs (>= 1.2.0, < 2.0)
64
+ rspec-support (~> 3.9.0)
65
+ rspec-mocks (3.9.1)
66
+ diff-lcs (>= 1.2.0, < 2.0)
67
+ rspec-support (~> 3.9.0)
68
+ rspec-rails (3.9.1)
69
+ actionpack (>= 3.0)
70
+ activesupport (>= 3.0)
71
+ railties (>= 3.0)
72
+ rspec-core (~> 3.9.0)
73
+ rspec-expectations (~> 3.9.0)
74
+ rspec-mocks (~> 3.9.0)
75
+ rspec-support (~> 3.9.0)
76
+ rspec-support (3.9.3)
77
+ thor (1.0.1)
78
+ thread_safe (0.3.6)
79
+ tzinfo (1.2.7)
80
+ thread_safe (~> 0.1)
81
+ zeitwerk (2.4.0)
82
+
83
+ PLATFORMS
84
+ x64-mingw32
85
+
86
+ DEPENDENCIES
87
+ minitest (~> 5.0)
88
+ rspec-rails (~> 3.5)
89
+ ruby-client!
90
+
91
+ BUNDLED WITH
92
+ 2.1.4
@@ -1,3 +1,3 @@
1
1
  module Nimiq # :nodoc: all
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - jxdv