sooth 2.2.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (9) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +64 -23
  3. data/Gemfile +6 -6
  4. data/Gemfile.lock +124 -66
  5. data/README.md +0 -1
  6. data/Rakefile +1 -1
  7. data/VERSION +1 -1
  8. data/sooth.gemspec +21 -30
  9. metadata +19 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d40a5043007438b4ea1c3823b6a276cefc6109f3e8c10ed44c1a8575b13dfb1
4
- data.tar.gz: 610cb9eddb80fccd4bb067483d7e002e8273b0284e5cb691dd7ed87c72065a9b
3
+ metadata.gz: b4059ec5cd827e5aa8ad7fa3050b00a7204a9034e3832f59d70e1d6eb8094a25
4
+ data.tar.gz: 2b8edd243e2bb3a2a216a35986fc2b3715f38249b1bc0721c431762837160e82
5
5
  SHA512:
6
- metadata.gz: 5512a3be810a6b9e1a18973b4564e08aa9230521b6ef953087364f809081366699ec1c343465e8d2c229a3f2215cc54b007a10308629dcb47d00cbe726d700da
7
- data.tar.gz: 4478dc82ebe7f96974a76c9cfa20de0b5af5f51beff01aaf7b35ab576ecd6d03d64730f24b2d1f89201399c8c7389c24bccdece1fb8d29defd4bd47a59211a03
6
+ metadata.gz: 2b6dab26cc5f7c5b91b304939a2ad5c015db83a7aa03bac1ea9748947c6a54be0f0901196e7b4816ff9fa3109f6f8afca19e304815ff26b109dbb7cdeb97c29a
7
+ data.tar.gz: 45918f34656aa1d6fe3f395b96f5203ed3aa44aed229707276c552d6cef40b9fd7bf255270526db47cffc9af5c0d6a960b53f548ab33276e35cf6a67a7518597
data/CHANGELOG.md CHANGED
@@ -1,36 +1,77 @@
1
- # Change Log
1
+ # Changelog
2
2
 
3
- ## [v2.1.0](https://github.com/jasonhutchens/sooth/tree/v2.1.0) (2017-04-17)
4
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v2.0.0...v2.1.0)
3
+ ## [v2.3.2](https://github.com/kranzky/sooth/tree/v2.3.2) (2022-03-23)
5
4
 
6
- ## [v2.0.0](https://github.com/jasonhutchens/sooth/tree/v2.0.0) (2016-04-06)
7
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v1.0.3...v2.0.0)
5
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.3.1...v2.3.2)
8
6
 
9
- ## [v1.0.3](https://github.com/jasonhutchens/sooth/tree/v1.0.3) (2015-10-03)
10
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v1.0.2...v1.0.3)
7
+ ## [v2.3.1](https://github.com/kranzky/sooth/tree/v2.3.1) (2021-07-20)
11
8
 
12
- ## [v1.0.2](https://github.com/jasonhutchens/sooth/tree/v1.0.2) (2015-05-26)
13
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v1.0.1...v1.0.2)
9
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.3.0...v2.3.1)
14
10
 
15
- ## [v1.0.1](https://github.com/jasonhutchens/sooth/tree/v1.0.1) (2015-05-26)
16
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v1.0.0...v1.0.1)
11
+ ## [v2.3.0](https://github.com/kranzky/sooth/tree/v2.3.0) (2021-01-04)
17
12
 
18
- ## [v1.0.0](https://github.com/jasonhutchens/sooth/tree/v1.0.0) (2014-12-17)
19
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.5.0...v1.0.0)
13
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.2.1...v2.3.0)
20
14
 
21
- ## [v0.5.0](https://github.com/jasonhutchens/sooth/tree/v0.5.0) (2014-12-16)
22
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.4.0...v0.5.0)
15
+ ## [v2.2.1](https://github.com/kranzky/sooth/tree/v2.2.1) (2019-10-23)
23
16
 
24
- ## [v0.4.0](https://github.com/jasonhutchens/sooth/tree/v0.4.0) (2014-12-16)
25
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.3.0...v0.4.0)
17
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.2.0...v2.2.1)
26
18
 
27
- ## [v0.3.0](https://github.com/jasonhutchens/sooth/tree/v0.3.0) (2014-12-11)
28
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.2.0...v0.3.0)
19
+ ## [v2.2.0](https://github.com/kranzky/sooth/tree/v2.2.0) (2018-03-19)
29
20
 
30
- ## [v0.2.0](https://github.com/jasonhutchens/sooth/tree/v0.2.0) (2014-12-10)
31
- [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.1.0...v0.2.0)
21
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.1.2...v2.2.0)
32
22
 
33
- ## [v0.1.0](https://github.com/jasonhutchens/sooth/tree/v0.1.0) (2014-12-10)
23
+ ## [v2.1.2](https://github.com/kranzky/sooth/tree/v2.1.2) (2018-03-15)
34
24
 
25
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.1.1...v2.1.2)
35
26
 
36
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
27
+ ## [v2.1.1](https://github.com/kranzky/sooth/tree/v2.1.1) (2017-04-17)
28
+
29
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.1.0...v2.1.1)
30
+
31
+ ## [v2.1.0](https://github.com/kranzky/sooth/tree/v2.1.0) (2017-04-17)
32
+
33
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v2.0.0...v2.1.0)
34
+
35
+ ## [v2.0.0](https://github.com/kranzky/sooth/tree/v2.0.0) (2016-04-06)
36
+
37
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v1.0.3...v2.0.0)
38
+
39
+ ## [v1.0.3](https://github.com/kranzky/sooth/tree/v1.0.3) (2015-10-03)
40
+
41
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v1.0.2...v1.0.3)
42
+
43
+ ## [v1.0.2](https://github.com/kranzky/sooth/tree/v1.0.2) (2015-05-26)
44
+
45
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v1.0.1...v1.0.2)
46
+
47
+ ## [v1.0.1](https://github.com/kranzky/sooth/tree/v1.0.1) (2015-05-26)
48
+
49
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v1.0.0...v1.0.1)
50
+
51
+ ## [v1.0.0](https://github.com/kranzky/sooth/tree/v1.0.0) (2014-12-17)
52
+
53
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v0.5.0...v1.0.0)
54
+
55
+ ## [v0.5.0](https://github.com/kranzky/sooth/tree/v0.5.0) (2014-12-16)
56
+
57
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v0.4.0...v0.5.0)
58
+
59
+ ## [v0.4.0](https://github.com/kranzky/sooth/tree/v0.4.0) (2014-12-16)
60
+
61
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v0.3.0...v0.4.0)
62
+
63
+ ## [v0.3.0](https://github.com/kranzky/sooth/tree/v0.3.0) (2014-12-11)
64
+
65
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v0.2.0...v0.3.0)
66
+
67
+ ## [v0.2.0](https://github.com/kranzky/sooth/tree/v0.2.0) (2014-12-10)
68
+
69
+ [Full Changelog](https://github.com/kranzky/sooth/compare/v0.1.0...v0.2.0)
70
+
71
+ ## [v0.1.0](https://github.com/kranzky/sooth/tree/v0.1.0) (2014-12-10)
72
+
73
+ [Full Changelog](https://github.com/kranzky/sooth/compare/7197af899f616b5efaefe035f925b2b2a22c6709...v0.1.0)
74
+
75
+
76
+
77
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/Gemfile CHANGED
@@ -1,12 +1,12 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  group :development do
4
- gem 'rspec', '~> 3.7'
4
+ gem 'rspec', '~> 3.11'
5
5
  gem 'yard', '~> 0.9'
6
- gem 'rdoc', '~> 6.0'
6
+ gem 'rdoc', '~> 6.4'
7
7
  gem 'juwelier', '~> 2.4'
8
- gem 'simplecov', '~> 0.15'
9
- gem 'byebug', '~> 11.0'
10
- gem 'rake-compiler', '~> 1.0'
11
- gem 'github_changelog_generator', '~> 1.14'
8
+ gem 'simplecov', '~> 0.21'
9
+ gem 'byebug', '~> 11.1'
10
+ gem 'rake-compiler', '~> 1.1'
11
+ gem 'github_changelog_generator', '~> 1.16'
12
12
  end
data/Gemfile.lock CHANGED
@@ -1,45 +1,87 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.0.0)
4
+ activesupport (7.0.2.3)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
- i18n (>= 0.7, < 2)
7
- minitest (~> 5.1)
8
- tzinfo (~> 1.1)
9
- zeitwerk (~> 2.1, >= 2.1.8)
10
- addressable (2.7.0)
6
+ i18n (>= 1.6, < 2)
7
+ minitest (>= 5.1)
8
+ tzinfo (~> 2.0)
9
+ addressable (2.8.0)
11
10
  public_suffix (>= 2.0.2, < 5.0)
12
- builder (3.2.3)
13
- byebug (11.0.1)
14
- concurrent-ruby (1.1.5)
11
+ async (1.30.1)
12
+ console (~> 1.10)
13
+ nio4r (~> 2.3)
14
+ timers (~> 4.1)
15
+ async-http (0.56.5)
16
+ async (>= 1.25)
17
+ async-io (>= 1.28)
18
+ async-pool (>= 0.2)
19
+ protocol-http (~> 0.22.0)
20
+ protocol-http1 (~> 0.14.0)
21
+ protocol-http2 (~> 0.14.0)
22
+ async-http-faraday (0.11.0)
23
+ async-http (~> 0.42)
24
+ faraday
25
+ async-io (1.33.0)
26
+ async
27
+ async-pool (0.3.9)
28
+ async (>= 1.25)
29
+ builder (3.2.4)
30
+ byebug (11.1.3)
31
+ concurrent-ruby (1.1.10)
32
+ console (1.14.0)
33
+ fiber-local
15
34
  descendants_tracker (0.0.4)
16
35
  thread_safe (~> 0.3, >= 0.3.1)
17
- diff-lcs (1.3)
18
- docile (1.3.2)
19
- faraday (0.17.0)
36
+ diff-lcs (1.5.0)
37
+ docile (1.4.0)
38
+ faraday (1.10.0)
39
+ faraday-em_http (~> 1.0)
40
+ faraday-em_synchrony (~> 1.0)
41
+ faraday-excon (~> 1.1)
42
+ faraday-httpclient (~> 1.0)
43
+ faraday-multipart (~> 1.0)
44
+ faraday-net_http (~> 1.0)
45
+ faraday-net_http_persistent (~> 1.0)
46
+ faraday-patron (~> 1.0)
47
+ faraday-rack (~> 1.0)
48
+ faraday-retry (~> 1.0)
49
+ ruby2_keywords (>= 0.0.4)
50
+ faraday-em_http (1.0.0)
51
+ faraday-em_synchrony (1.0.0)
52
+ faraday-excon (1.1.0)
53
+ faraday-http-cache (2.2.0)
54
+ faraday (>= 0.8)
55
+ faraday-httpclient (1.0.1)
56
+ faraday-multipart (1.0.3)
20
57
  multipart-post (>= 1.2, < 3)
21
- faraday-http-cache (2.0.0)
22
- faraday (~> 0.8)
23
- git (1.5.0)
24
- github_api (0.18.2)
58
+ faraday-net_http (1.0.1)
59
+ faraday-net_http_persistent (1.2.0)
60
+ faraday-patron (1.0.0)
61
+ faraday-rack (1.0.0)
62
+ faraday-retry (1.0.3)
63
+ fiber-local (1.0.0)
64
+ git (1.10.2)
65
+ rchardet (~> 1.8)
66
+ github_api (0.19.0)
25
67
  addressable (~> 2.4)
26
68
  descendants_tracker (~> 0.0.4)
27
- faraday (~> 0.8)
69
+ faraday (>= 0.8, < 2)
28
70
  hashie (~> 3.5, >= 3.5.2)
29
71
  oauth2 (~> 1.0)
30
- github_changelog_generator (1.14.3)
72
+ github_changelog_generator (1.16.4)
31
73
  activesupport
74
+ async (>= 1.25.0)
75
+ async-http-faraday
32
76
  faraday-http-cache
33
77
  multi_json
34
78
  octokit (~> 4.6)
35
- rainbow (>= 2.1)
79
+ rainbow (>= 2.2.1)
36
80
  rake (>= 10.0)
37
- retriable (~> 2.1)
38
81
  hashie (3.6.0)
39
82
  highline (2.0.3)
40
- i18n (1.7.0)
83
+ i18n (1.10.0)
41
84
  concurrent-ruby (~> 1.0)
42
- json (2.2.0)
43
85
  juwelier (2.4.9)
44
86
  builder
45
87
  bundler
@@ -52,73 +94,89 @@ GEM
52
94
  rake
53
95
  rdoc
54
96
  semver2
55
- jwt (2.2.1)
97
+ jwt (2.3.0)
56
98
  kamelcase (0.0.2)
57
99
  semver2 (~> 3)
58
- mini_portile2 (2.4.0)
59
- minitest (5.12.2)
60
- multi_json (1.14.1)
100
+ minitest (5.15.0)
101
+ multi_json (1.15.0)
61
102
  multi_xml (0.6.0)
62
103
  multipart-post (2.1.1)
63
- nokogiri (1.10.4)
64
- mini_portile2 (~> 2.4.0)
65
- oauth2 (1.4.2)
66
- faraday (>= 0.8, < 2.0)
104
+ nio4r (2.5.8)
105
+ nokogiri (1.13.3-arm64-darwin)
106
+ racc (~> 1.4)
107
+ oauth2 (1.4.9)
108
+ faraday (>= 0.17.3, < 3.0)
67
109
  jwt (>= 1.0, < 3.0)
68
110
  multi_json (~> 1.3)
69
111
  multi_xml (~> 0.5)
70
112
  rack (>= 1.2, < 3)
71
- octokit (4.14.0)
113
+ octokit (4.22.0)
114
+ faraday (>= 0.9)
72
115
  sawyer (~> 0.8.0, >= 0.5.3)
73
- psych (3.1.0)
74
- public_suffix (4.0.1)
75
- rack (2.0.7)
76
- rainbow (3.0.0)
77
- rake (13.0.0)
78
- rake-compiler (1.0.8)
116
+ protocol-hpack (1.4.2)
117
+ protocol-http (0.22.5)
118
+ protocol-http1 (0.14.2)
119
+ protocol-http (~> 0.22)
120
+ protocol-http2 (0.14.2)
121
+ protocol-hpack (~> 1.4)
122
+ protocol-http (~> 0.18)
123
+ psych (4.0.3)
124
+ stringio
125
+ public_suffix (4.0.6)
126
+ racc (1.6.0)
127
+ rack (2.2.3)
128
+ rainbow (3.1.1)
129
+ rake (13.0.6)
130
+ rake-compiler (1.1.9)
79
131
  rake
80
- rdoc (6.2.0)
81
- retriable (2.1.0)
82
- rspec (3.9.0)
83
- rspec-core (~> 3.9.0)
84
- rspec-expectations (~> 3.9.0)
85
- rspec-mocks (~> 3.9.0)
86
- rspec-core (3.9.0)
87
- rspec-support (~> 3.9.0)
88
- rspec-expectations (3.9.0)
132
+ rchardet (1.8.0)
133
+ rdoc (6.4.0)
134
+ psych (>= 4.0.0)
135
+ rspec (3.11.0)
136
+ rspec-core (~> 3.11.0)
137
+ rspec-expectations (~> 3.11.0)
138
+ rspec-mocks (~> 3.11.0)
139
+ rspec-core (3.11.0)
140
+ rspec-support (~> 3.11.0)
141
+ rspec-expectations (3.11.0)
89
142
  diff-lcs (>= 1.2.0, < 2.0)
90
- rspec-support (~> 3.9.0)
91
- rspec-mocks (3.9.0)
143
+ rspec-support (~> 3.11.0)
144
+ rspec-mocks (3.11.0)
92
145
  diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.9.0)
94
- rspec-support (3.9.0)
146
+ rspec-support (~> 3.11.0)
147
+ rspec-support (3.11.0)
148
+ ruby2_keywords (0.0.5)
95
149
  sawyer (0.8.2)
96
150
  addressable (>= 2.3.5)
97
151
  faraday (> 0.8, < 2.0)
98
152
  semver2 (3.4.2)
99
- simplecov (0.17.1)
153
+ simplecov (0.21.2)
100
154
  docile (~> 1.1)
101
- json (>= 1.8, < 3)
102
- simplecov-html (~> 0.10.0)
103
- simplecov-html (0.10.2)
155
+ simplecov-html (~> 0.11)
156
+ simplecov_json_formatter (~> 0.1)
157
+ simplecov-html (0.12.3)
158
+ simplecov_json_formatter (0.1.4)
159
+ stringio (3.0.1)
104
160
  thread_safe (0.3.6)
105
- tzinfo (1.2.5)
106
- thread_safe (~> 0.1)
107
- yard (0.9.20)
108
- zeitwerk (2.2.0)
161
+ timers (4.3.3)
162
+ tzinfo (2.0.4)
163
+ concurrent-ruby (~> 1.0)
164
+ webrick (1.7.0)
165
+ yard (0.9.27)
166
+ webrick (~> 1.7.0)
109
167
 
110
168
  PLATFORMS
111
- ruby
169
+ arm64-darwin-21
112
170
 
113
171
  DEPENDENCIES
114
- byebug (~> 11.0)
115
- github_changelog_generator (~> 1.14)
172
+ byebug (~> 11.1)
173
+ github_changelog_generator (~> 1.16)
116
174
  juwelier (~> 2.4)
117
- rake-compiler (~> 1.0)
118
- rdoc (~> 6.0)
119
- rspec (~> 3.7)
120
- simplecov (~> 0.15)
175
+ rake-compiler (~> 1.1)
176
+ rdoc (~> 6.4)
177
+ rspec (~> 3.11)
178
+ simplecov (~> 0.21)
121
179
  yard (~> 0.9)
122
180
 
123
181
  BUNDLED WITH
124
- 1.17.3
182
+ 2.3.9
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/sooth.svg)](http://badge.fury.io/rb/sooth)
2
- [![Dependency Status](https://gemnasium.com/kranzky/sooth.png)](https://gemnasium.com/kranzky/sooth)
3
2
  [![Codeship Status for jasonhutchens/sooth](https://codeship.com/projects/24d68130-e5b3-0132-369b-0addec64e5bc/status?branch=master)](https://codeship.com/projects/82075)
4
3
 
5
4
  Sooth
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ Juwelier::Tasks.new do |gem|
21
21
  gem.description = %Q{Sooth is a simple stochastic predictive model.}
22
22
  gem.email = "jasonhutchens@gmail.com"
23
23
  gem.authors = ["Jason Hutchens"]
24
- gem.required_ruby_version = "~> 2.1"
24
+ gem.required_ruby_version = ">= 2.1"
25
25
  # dependencies defined in Gemfile
26
26
  end
27
27
  Juwelier::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.3.2
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.2.1 ruby lib
5
+ # stub: sooth 2.3.2 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.2.1"
10
+ s.version = "2.3.2"
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 = "2019-10-23"
15
+ s.date = "2022-03-23"
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]
@@ -42,41 +42,32 @@ Gem::Specification.new do |s|
42
42
  ]
43
43
  s.homepage = "http://github.com/jasonhutchens/sooth".freeze
44
44
  s.licenses = ["UNLICENSE".freeze]
45
- s.required_ruby_version = Gem::Requirement.new("~> 2.1".freeze)
46
- s.rubygems_version = "3.0.6".freeze
45
+ s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze)
46
+ s.rubygems_version = "3.2.32".freeze
47
47
  s.summary = "Sooth is a simple stochastic predictive model.".freeze
48
48
 
49
49
  if s.respond_to? :specification_version then
50
50
  s.specification_version = 4
51
+ end
51
52
 
52
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
53
- s.add_development_dependency(%q<rspec>.freeze, ["~> 3.7"])
54
- s.add_development_dependency(%q<yard>.freeze, ["~> 0.9"])
55
- s.add_development_dependency(%q<rdoc>.freeze, ["~> 6.0"])
56
- s.add_development_dependency(%q<juwelier>.freeze, ["~> 2.4"])
57
- s.add_development_dependency(%q<simplecov>.freeze, ["~> 0.15"])
58
- s.add_development_dependency(%q<byebug>.freeze, ["~> 11.0"])
59
- s.add_development_dependency(%q<rake-compiler>.freeze, ["~> 1.0"])
60
- s.add_development_dependency(%q<github_changelog_generator>.freeze, ["~> 1.14"])
61
- else
62
- s.add_dependency(%q<rspec>.freeze, ["~> 3.7"])
63
- s.add_dependency(%q<yard>.freeze, ["~> 0.9"])
64
- s.add_dependency(%q<rdoc>.freeze, ["~> 6.0"])
65
- s.add_dependency(%q<juwelier>.freeze, ["~> 2.4"])
66
- s.add_dependency(%q<simplecov>.freeze, ["~> 0.15"])
67
- s.add_dependency(%q<byebug>.freeze, ["~> 11.0"])
68
- s.add_dependency(%q<rake-compiler>.freeze, ["~> 1.0"])
69
- s.add_dependency(%q<github_changelog_generator>.freeze, ["~> 1.14"])
70
- end
53
+ if s.respond_to? :add_runtime_dependency then
54
+ s.add_development_dependency(%q<rspec>.freeze, ["~> 3.11"])
55
+ s.add_development_dependency(%q<yard>.freeze, ["~> 0.9"])
56
+ s.add_development_dependency(%q<rdoc>.freeze, ["~> 6.4"])
57
+ s.add_development_dependency(%q<juwelier>.freeze, ["~> 2.4"])
58
+ s.add_development_dependency(%q<simplecov>.freeze, ["~> 0.21"])
59
+ s.add_development_dependency(%q<byebug>.freeze, ["~> 11.1"])
60
+ s.add_development_dependency(%q<rake-compiler>.freeze, ["~> 1.1"])
61
+ s.add_development_dependency(%q<github_changelog_generator>.freeze, ["~> 1.16"])
71
62
  else
72
- s.add_dependency(%q<rspec>.freeze, ["~> 3.7"])
63
+ s.add_dependency(%q<rspec>.freeze, ["~> 3.11"])
73
64
  s.add_dependency(%q<yard>.freeze, ["~> 0.9"])
74
- s.add_dependency(%q<rdoc>.freeze, ["~> 6.0"])
65
+ s.add_dependency(%q<rdoc>.freeze, ["~> 6.4"])
75
66
  s.add_dependency(%q<juwelier>.freeze, ["~> 2.4"])
76
- s.add_dependency(%q<simplecov>.freeze, ["~> 0.15"])
77
- s.add_dependency(%q<byebug>.freeze, ["~> 11.0"])
78
- s.add_dependency(%q<rake-compiler>.freeze, ["~> 1.0"])
79
- s.add_dependency(%q<github_changelog_generator>.freeze, ["~> 1.14"])
67
+ s.add_dependency(%q<simplecov>.freeze, ["~> 0.21"])
68
+ s.add_dependency(%q<byebug>.freeze, ["~> 11.1"])
69
+ s.add_dependency(%q<rake-compiler>.freeze, ["~> 1.1"])
70
+ s.add_dependency(%q<github_changelog_generator>.freeze, ["~> 1.16"])
80
71
  end
81
72
  end
82
73
 
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.2.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Hutchens
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.7'
19
+ version: '3.11'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.7'
26
+ version: '3.11'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: yard
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '6.0'
47
+ version: '6.4'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '6.0'
54
+ version: '6.4'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: juwelier
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -72,56 +72,56 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.15'
75
+ version: '0.21'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.15'
82
+ version: '0.21'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: byebug
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '11.0'
89
+ version: '11.1'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '11.0'
96
+ version: '11.1'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rake-compiler
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '1.0'
103
+ version: '1.1'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '1.0'
110
+ version: '1.1'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: github_changelog_generator
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '1.14'
117
+ version: '1.16'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '1.14'
124
+ version: '1.16'
125
125
  description: Sooth is a simple stochastic predictive model.
126
126
  email: jasonhutchens@gmail.com
127
127
  executables: []
@@ -153,13 +153,13 @@ homepage: http://github.com/jasonhutchens/sooth
153
153
  licenses:
154
154
  - UNLICENSE
155
155
  metadata: {}
156
- post_install_message:
156
+ post_install_message:
157
157
  rdoc_options: []
158
158
  require_paths:
159
159
  - lib
160
160
  required_ruby_version: !ruby/object:Gem::Requirement
161
161
  requirements:
162
- - - "~>"
162
+ - - ">="
163
163
  - !ruby/object:Gem::Version
164
164
  version: '2.1'
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -168,8 +168,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.0.6
172
- signing_key:
171
+ rubygems_version: 3.2.32
172
+ signing_key:
173
173
  specification_version: 4
174
174
  summary: Sooth is a simple stochastic predictive model.
175
175
  test_files: []