megahal 2.3.0 → 2.3.1

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +71 -29
  3. data/VERSION +1 -1
  4. data/megahal.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58f2fe588db7aefcccca3c46e04c5e9e4c3951e780ba8b32e0ea586b666bea54
4
- data.tar.gz: 96b46712bbaabe8ac310d59a199a995b73f2f1913aa07ab553c619b4cde753e2
3
+ metadata.gz: c402f7e57762edb943c28c1a09f3e08718f1ab475f99ac4a37efa7fc139d3248
4
+ data.tar.gz: 568f83bb3b98452784b23bab747d4a180f85e6e3d2e48f14c239d231a1f9e191
5
5
  SHA512:
6
- metadata.gz: 3fdbc98aa8e3155af74dc3063c1445a04041682efc5544febbf978dfb046a161fe7b6ddb675a4438d739b5ff4a5f7640f5a6587981d809d53cebd245e99c0620
7
- data.tar.gz: 1e3ef6b5dd6879bbfcdad235f4b471ff5d3b1169b2aa7dbd5c5550dfd3de4f7b3ad94142ae0f835a094213acea4fce6b453148a61c4fac0f29c1a2a766892c56
6
+ metadata.gz: af85537579c6092e25c5c420b1f9fa753ba17fde05ff261006e61bb456b92692b3b23f3e112a9fb765ae89883fca1ce6ea79c94f1275e2ac991fbf9ca9d4bff5
7
+ data.tar.gz: 6a7663b53ff1583d478c76d33d478788fdbf28cfc2a12b6cab486b4463c4c3fd9027cad5f0ae628176b35b43e734edb86dda9749f3a8f387a76b57c337c3da1a
data/Gemfile.lock CHANGED
@@ -1,32 +1,65 @@
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
32
  cld (0.8.0)
15
33
  ffi
16
- concurrent-ruby (1.1.7)
34
+ concurrent-ruby (1.1.9)
35
+ console (1.13.1)
36
+ fiber-local
17
37
  descendants_tracker (0.0.4)
18
38
  thread_safe (~> 0.3, >= 0.3.1)
19
39
  diff-lcs (1.4.4)
20
- docile (1.3.4)
21
- faraday (1.3.0)
40
+ docile (1.4.0)
41
+ faraday (1.5.1)
42
+ faraday-em_http (~> 1.0)
43
+ faraday-em_synchrony (~> 1.0)
44
+ faraday-excon (~> 1.1)
45
+ faraday-httpclient (~> 1.0.1)
22
46
  faraday-net_http (~> 1.0)
47
+ faraday-net_http_persistent (~> 1.1)
48
+ faraday-patron (~> 1.0)
23
49
  multipart-post (>= 1.2, < 3)
24
- ruby2_keywords
50
+ ruby2_keywords (>= 0.0.4)
51
+ faraday-em_http (1.0.0)
52
+ faraday-em_synchrony (1.0.0)
53
+ faraday-excon (1.1.0)
25
54
  faraday-http-cache (2.2.0)
26
55
  faraday (>= 0.8)
27
- faraday-net_http (1.0.0)
28
- ffi (1.14.2)
29
- git (1.8.1)
56
+ faraday-httpclient (1.0.1)
57
+ faraday-net_http (1.0.1)
58
+ faraday-net_http_persistent (1.2.0)
59
+ faraday-patron (1.0.0)
60
+ ffi (1.15.3)
61
+ fiber-local (1.0.0)
62
+ git (1.9.1)
30
63
  rchardet (~> 1.8)
31
64
  github_api (0.19.0)
32
65
  addressable (~> 2.4)
@@ -34,17 +67,18 @@ GEM
34
67
  faraday (>= 0.8, < 2)
35
68
  hashie (~> 3.5, >= 3.5.2)
36
69
  oauth2 (~> 1.0)
37
- github_changelog_generator (1.15.2)
70
+ github_changelog_generator (1.16.4)
38
71
  activesupport
72
+ async (>= 1.25.0)
73
+ async-http-faraday
39
74
  faraday-http-cache
40
75
  multi_json
41
76
  octokit (~> 4.6)
42
77
  rainbow (>= 2.2.1)
43
78
  rake (>= 10.0)
44
- retriable (~> 3.0)
45
79
  hashie (3.6.0)
46
80
  highline (2.0.3)
47
- i18n (1.8.7)
81
+ i18n (1.8.10)
48
82
  concurrent-ruby (~> 1.0)
49
83
  juwelier (2.4.9)
50
84
  builder
@@ -58,35 +92,42 @@ GEM
58
92
  rake
59
93
  rdoc
60
94
  semver2
61
- jwt (2.2.2)
95
+ jwt (2.2.3)
62
96
  kamelcase (0.0.2)
63
97
  semver2 (~> 3)
64
- mini_portile2 (2.5.0)
65
- minitest (5.14.2)
98
+ mini_portile2 (2.5.3)
99
+ minitest (5.14.4)
66
100
  multi_json (1.15.0)
67
101
  multi_xml (0.6.0)
68
102
  multipart-post (2.1.1)
69
- nokogiri (1.11.0)
103
+ nio4r (2.5.7)
104
+ nokogiri (1.11.7)
70
105
  mini_portile2 (~> 2.5.0)
71
106
  racc (~> 1.4)
72
- oauth2 (1.4.4)
107
+ oauth2 (1.4.7)
73
108
  faraday (>= 0.8, < 2.0)
74
109
  jwt (>= 1.0, < 3.0)
75
110
  multi_json (~> 1.3)
76
111
  multi_xml (~> 0.5)
77
112
  rack (>= 1.2, < 3)
78
- octokit (4.20.0)
113
+ octokit (4.21.0)
79
114
  faraday (>= 0.9)
80
115
  sawyer (~> 0.8.0, >= 0.5.3)
81
- psych (3.3.0)
116
+ protocol-hpack (1.4.2)
117
+ protocol-http (0.22.5)
118
+ protocol-http1 (0.14.1)
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.1)
82
124
  public_suffix (4.0.6)
83
125
  racc (1.5.2)
84
126
  rack (2.2.3)
85
127
  rainbow (3.0.0)
86
- rake (13.0.3)
128
+ rake (13.0.6)
87
129
  rchardet (1.8.0)
88
- rdoc (6.3.0)
89
- retriable (3.1.2)
130
+ rdoc (6.3.2)
90
131
  rspec (3.10.0)
91
132
  rspec-core (~> 3.10.0)
92
133
  rspec-expectations (~> 3.10.0)
@@ -96,25 +137,26 @@ GEM
96
137
  rspec-expectations (3.10.1)
97
138
  diff-lcs (>= 1.2.0, < 2.0)
98
139
  rspec-support (~> 3.10.0)
99
- rspec-mocks (3.10.1)
140
+ rspec-mocks (3.10.2)
100
141
  diff-lcs (>= 1.2.0, < 2.0)
101
142
  rspec-support (~> 3.10.0)
102
- rspec-support (3.10.1)
143
+ rspec-support (3.10.2)
103
144
  ruby-progressbar (1.11.0)
104
- ruby2_keywords (0.0.2)
105
- rubyzip (2.3.0)
145
+ ruby2_keywords (0.0.5)
146
+ rubyzip (2.3.2)
106
147
  sawyer (0.8.2)
107
148
  addressable (>= 2.3.5)
108
149
  faraday (> 0.8, < 2.0)
109
150
  semver2 (3.4.2)
110
- simplecov (0.21.0)
151
+ simplecov (0.21.2)
111
152
  docile (~> 1.1)
112
153
  simplecov-html (~> 0.11)
113
154
  simplecov_json_formatter (~> 0.1)
114
155
  simplecov-html (0.12.3)
115
- simplecov_json_formatter (0.1.2)
116
- sooth (2.3.0)
156
+ simplecov_json_formatter (0.1.3)
157
+ sooth (2.3.1)
117
158
  thread_safe (0.3.6)
159
+ timers (4.3.3)
118
160
  tzinfo (2.0.4)
119
161
  concurrent-ruby (~> 1.0)
120
162
  yard (0.9.26)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0
1
+ 2.3.1
data/megahal.gemspec CHANGED
@@ -2,16 +2,16 @@
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: megahal 2.3.0 ruby lib
5
+ # stub: megahal 2.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "megahal".freeze
9
- s.version = "2.3.0"
9
+ s.version = "2.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Jason Hutchens".freeze]
14
- s.date = "2021-01-04"
14
+ s.date = "2021-07-20"
15
15
  s.description = "Have a weird conversation with a computer.".freeze
16
16
  s.email = "jasonhutchens@gmail.com".freeze
17
17
  s.executables = ["megahal".freeze]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: megahal
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: sooth