sooth 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +68 -26
  3. data/VERSION +1 -1
  4. data/sooth.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90bc41abd21d0ea01fe4d0b0545b7273d9e00c85f82ed6910bfda9d585b034c7
4
- data.tar.gz: 3caaae80b3c00b79d9b241a04f0f23a43cc2bb72bc86aaae4bc453c6c29ddd0f
3
+ metadata.gz: 5c3224ec93d2ffe574a622e8d52da2e1c24462314fb935cab6b9382f89cdd0aa
4
+ data.tar.gz: b173586c080c6fc9d905c16ab73a192f003203f4300c9a92a8245b1c0893c403
5
5
  SHA512:
6
- metadata.gz: 311093bd474955a2be8f836cd5d6cc09aa36679aa50f3464a53bb09ed853eca3626bb5f948f691d558e19d21d16813cb0f587de8ec7b4696926f64acb8e77b3b
7
- data.tar.gz: 37addfac68bd1f47af487a58eda05fd00bd43d7f6ecd91bd6b1432014313678a54d73109c1ccf03685b511acb636c32b0eb621522a180d4f63bcbdf075615118
6
+ metadata.gz: b80c93d0622c983af52e91c019136fec95fdfa1e4f94044c7c0608f46f4c5e877921edf7e8644259e5e5ab1f9adbd84186cc31f8cd9ca2100003f27fb339db46
7
+ data.tar.gz: bd16cbbb0fb6fa122709213303e5906a9aa193e85f0ef3e2da10a89d3ce815412abfbc66b24dce360b27f6bd787c91ec4169f14c6fa695781bce05544c83ef67
data/Gemfile.lock CHANGED
@@ -1,29 +1,62 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.1.0)
4
+ activesupport (6.1.4)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 1.6, < 2)
7
7
  minitest (>= 5.1)
8
8
  tzinfo (~> 2.0)
9
9
  zeitwerk (~> 2.3)
10
- addressable (2.7.0)
10
+ addressable (2.8.0)
11
11
  public_suffix (>= 2.0.2, < 5.0)
12
+ async (1.29.2)
13
+ console (~> 1.10)
14
+ nio4r (~> 2.3)
15
+ timers (~> 4.1)
16
+ async-http (0.56.5)
17
+ async (>= 1.25)
18
+ async-io (>= 1.28)
19
+ async-pool (>= 0.2)
20
+ protocol-http (~> 0.22.0)
21
+ protocol-http1 (~> 0.14.0)
22
+ protocol-http2 (~> 0.14.0)
23
+ async-http-faraday (0.11.0)
24
+ async-http (~> 0.42)
25
+ faraday
26
+ async-io (1.32.2)
27
+ async
28
+ async-pool (0.3.8)
29
+ async (>= 1.25)
12
30
  builder (3.2.4)
13
31
  byebug (11.1.3)
14
- concurrent-ruby (1.1.7)
32
+ concurrent-ruby (1.1.9)
33
+ console (1.13.1)
34
+ fiber-local
15
35
  descendants_tracker (0.0.4)
16
36
  thread_safe (~> 0.3, >= 0.3.1)
17
37
  diff-lcs (1.4.4)
18
- docile (1.3.4)
19
- faraday (1.3.0)
38
+ docile (1.4.0)
39
+ faraday (1.5.1)
40
+ faraday-em_http (~> 1.0)
41
+ faraday-em_synchrony (~> 1.0)
42
+ faraday-excon (~> 1.1)
43
+ faraday-httpclient (~> 1.0.1)
20
44
  faraday-net_http (~> 1.0)
45
+ faraday-net_http_persistent (~> 1.1)
46
+ faraday-patron (~> 1.0)
21
47
  multipart-post (>= 1.2, < 3)
22
- ruby2_keywords
48
+ ruby2_keywords (>= 0.0.4)
49
+ faraday-em_http (1.0.0)
50
+ faraday-em_synchrony (1.0.0)
51
+ faraday-excon (1.1.0)
23
52
  faraday-http-cache (2.2.0)
24
53
  faraday (>= 0.8)
25
- faraday-net_http (1.0.0)
26
- git (1.8.1)
54
+ faraday-httpclient (1.0.1)
55
+ faraday-net_http (1.0.1)
56
+ faraday-net_http_persistent (1.2.0)
57
+ faraday-patron (1.0.0)
58
+ fiber-local (1.0.0)
59
+ git (1.9.1)
27
60
  rchardet (~> 1.8)
28
61
  github_api (0.19.0)
29
62
  addressable (~> 2.4)
@@ -31,17 +64,18 @@ GEM
31
64
  faraday (>= 0.8, < 2)
32
65
  hashie (~> 3.5, >= 3.5.2)
33
66
  oauth2 (~> 1.0)
34
- github_changelog_generator (1.15.2)
67
+ github_changelog_generator (1.16.4)
35
68
  activesupport
69
+ async (>= 1.25.0)
70
+ async-http-faraday
36
71
  faraday-http-cache
37
72
  multi_json
38
73
  octokit (~> 4.6)
39
74
  rainbow (>= 2.2.1)
40
75
  rake (>= 10.0)
41
- retriable (~> 3.0)
42
76
  hashie (3.6.0)
43
77
  highline (2.0.3)
44
- i18n (1.8.7)
78
+ i18n (1.8.10)
45
79
  concurrent-ruby (~> 1.0)
46
80
  juwelier (2.4.9)
47
81
  builder
@@ -55,37 +89,44 @@ GEM
55
89
  rake
56
90
  rdoc
57
91
  semver2
58
- jwt (2.2.2)
92
+ jwt (2.2.3)
59
93
  kamelcase (0.0.2)
60
94
  semver2 (~> 3)
61
- mini_portile2 (2.5.0)
62
- minitest (5.14.2)
95
+ mini_portile2 (2.5.3)
96
+ minitest (5.14.4)
63
97
  multi_json (1.15.0)
64
98
  multi_xml (0.6.0)
65
99
  multipart-post (2.1.1)
66
- nokogiri (1.11.0)
100
+ nio4r (2.5.7)
101
+ nokogiri (1.11.7)
67
102
  mini_portile2 (~> 2.5.0)
68
103
  racc (~> 1.4)
69
- oauth2 (1.4.4)
104
+ oauth2 (1.4.7)
70
105
  faraday (>= 0.8, < 2.0)
71
106
  jwt (>= 1.0, < 3.0)
72
107
  multi_json (~> 1.3)
73
108
  multi_xml (~> 0.5)
74
109
  rack (>= 1.2, < 3)
75
- octokit (4.20.0)
110
+ octokit (4.21.0)
76
111
  faraday (>= 0.9)
77
112
  sawyer (~> 0.8.0, >= 0.5.3)
78
- psych (3.3.0)
113
+ protocol-hpack (1.4.2)
114
+ protocol-http (0.22.5)
115
+ protocol-http1 (0.14.1)
116
+ protocol-http (~> 0.22)
117
+ protocol-http2 (0.14.2)
118
+ protocol-hpack (~> 1.4)
119
+ protocol-http (~> 0.18)
120
+ psych (4.0.1)
79
121
  public_suffix (4.0.6)
80
122
  racc (1.5.2)
81
123
  rack (2.2.3)
82
124
  rainbow (3.0.0)
83
- rake (13.0.3)
125
+ rake (13.0.6)
84
126
  rake-compiler (1.1.1)
85
127
  rake
86
128
  rchardet (1.8.0)
87
- rdoc (6.3.0)
88
- retriable (3.1.2)
129
+ rdoc (6.3.2)
89
130
  rspec (3.10.0)
90
131
  rspec-core (~> 3.10.0)
91
132
  rspec-expectations (~> 3.10.0)
@@ -95,22 +136,23 @@ GEM
95
136
  rspec-expectations (3.10.1)
96
137
  diff-lcs (>= 1.2.0, < 2.0)
97
138
  rspec-support (~> 3.10.0)
98
- rspec-mocks (3.10.1)
139
+ rspec-mocks (3.10.2)
99
140
  diff-lcs (>= 1.2.0, < 2.0)
100
141
  rspec-support (~> 3.10.0)
101
- rspec-support (3.10.1)
102
- ruby2_keywords (0.0.2)
142
+ rspec-support (3.10.2)
143
+ ruby2_keywords (0.0.5)
103
144
  sawyer (0.8.2)
104
145
  addressable (>= 2.3.5)
105
146
  faraday (> 0.8, < 2.0)
106
147
  semver2 (3.4.2)
107
- simplecov (0.21.0)
148
+ simplecov (0.21.2)
108
149
  docile (~> 1.1)
109
150
  simplecov-html (~> 0.11)
110
151
  simplecov_json_formatter (~> 0.1)
111
152
  simplecov-html (0.12.3)
112
- simplecov_json_formatter (0.1.2)
153
+ simplecov_json_formatter (0.1.3)
113
154
  thread_safe (0.3.6)
155
+ timers (4.3.3)
114
156
  tzinfo (2.0.4)
115
157
  concurrent-ruby (~> 1.0)
116
158
  yard (0.9.26)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0
1
+ 2.3.1
data/sooth.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: sooth 2.3.0 ruby lib
5
+ # stub: sooth 2.3.1 ruby lib
6
6
  # stub: ext/sooth_native/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "sooth".freeze
10
- s.version = "2.3.0"
10
+ s.version = "2.3.1"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib".freeze]
14
14
  s.authors = ["Jason Hutchens".freeze]
15
- s.date = "2021-01-04"
15
+ s.date = "2021-07-20"
16
16
  s.description = "Sooth is a simple stochastic predictive model.".freeze
17
17
  s.email = "jasonhutchens@gmail.com".freeze
18
18
  s.extensions = ["ext/sooth_native/extconf.rb".freeze]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sooth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Hutchens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-04 00:00:00.000000000 Z
11
+ date: 2021-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec