veryfi 1.0.0 → 1.0.1

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
2
  SHA256:
3
- metadata.gz: 6a8a7ef98c7b70d163aa1913799e26981c1a3297e510cf561c1ad7295791c037
4
- data.tar.gz: 2fadf010651b719a5849c229f0db4ade66332dc93fc789e28ca7c76c4f53952a
3
+ metadata.gz: e76ca53e07b9d595cfb93471f80c3d50c30dbf825a70145455748da08360de06
4
+ data.tar.gz: 32c8da0659268914dbd9f8cc409ee99108ce6f06020fd7cfc35ad4186db4f83e
5
5
  SHA512:
6
- metadata.gz: a1c27daa4725f3e8c112fbbb49aee4f0b724aede5135152c5879ae4bcfd6c2747764dbf891a02e0199a64511b99ca0499d70315a64dfa1859153c53617f780e3
7
- data.tar.gz: e600661fdde8df1cfa89c7d804cb7a32a215a53e3d59522eeea8ed012a654c4f693ad85207efa532e5fc6d3f80efa32eda450d49c96fbd8510a8430027ef21a9
6
+ metadata.gz: 4d01d1effd328af56369a59d38b75189ce8e1627f3d20520e6f4306848dd33971745149c018708210702878aa48ffabaec156ebe1e170f154d6f5f6cde4c254d
7
+ data.tar.gz: 1c4d1f124435ebdce031cfccf1f9fafaa415f07ec981f5aa1807ebee561d9d5f332bda90e29e696de21d3c98c02df116e38bec545ca66bf5c0dfd177ba7e46e3
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veryfi (1.0.0)
4
+ veryfi (1.0.1)
5
5
  base64 (~> 0.1)
6
6
  faraday (~> 1.7)
7
- openssl (~> 2.2)
7
+ openssl (>= 2.2, < 3.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -13,15 +13,15 @@ GEM
13
13
  public_suffix (>= 2.0.2, < 5.0)
14
14
  ast (2.4.2)
15
15
  base64 (0.1.1)
16
- bundler-audit (0.9.0)
16
+ bundler-audit (0.9.1)
17
17
  bundler (>= 1.2.0, < 3)
18
18
  thor (~> 1.0)
19
19
  coderay (1.1.3)
20
20
  crack (0.4.5)
21
21
  rexml
22
- diff-lcs (1.4.4)
22
+ diff-lcs (1.5.0)
23
23
  docile (1.4.0)
24
- faraday (1.10.0)
24
+ faraday (1.10.1)
25
25
  faraday-em_http (~> 1.0)
26
26
  faraday-em_synchrony (~> 1.0)
27
27
  faraday-excon (~> 1.1)
@@ -37,46 +37,44 @@ GEM
37
37
  faraday-em_synchrony (1.0.0)
38
38
  faraday-excon (1.1.0)
39
39
  faraday-httpclient (1.0.1)
40
- faraday-multipart (1.0.3)
41
- multipart-post (>= 1.2, < 3)
40
+ faraday-multipart (1.0.4)
41
+ multipart-post (~> 2)
42
42
  faraday-net_http (1.0.1)
43
43
  faraday-net_http_persistent (1.2.0)
44
44
  faraday-patron (1.0.0)
45
45
  faraday-rack (1.0.0)
46
46
  faraday-retry (1.0.3)
47
47
  hashdiff (1.0.1)
48
- ipaddr (1.2.4)
49
48
  method_source (1.0.0)
50
- multipart-post (2.1.1)
51
- openssl (2.2.1)
52
- ipaddr
53
- parallel (1.20.1)
54
- parser (3.0.2.0)
49
+ multipart-post (2.2.3)
50
+ openssl (3.0.0)
51
+ parallel (1.22.1)
52
+ parser (3.1.2.1)
55
53
  ast (~> 2.4.1)
56
54
  pry (0.14.1)
57
55
  coderay (~> 1.1)
58
56
  method_source (~> 1.0)
59
- public_suffix (4.0.6)
60
- rainbow (3.0.0)
57
+ public_suffix (4.0.7)
58
+ rainbow (3.1.1)
61
59
  rake (13.0.6)
62
- regexp_parser (2.1.1)
60
+ regexp_parser (2.5.0)
63
61
  rexml (3.2.5)
64
- rspec (3.10.0)
65
- rspec-core (~> 3.10.0)
66
- rspec-expectations (~> 3.10.0)
67
- rspec-mocks (~> 3.10.0)
68
- rspec-core (3.10.1)
69
- rspec-support (~> 3.10.0)
70
- rspec-expectations (3.10.1)
62
+ rspec (3.11.0)
63
+ rspec-core (~> 3.11.0)
64
+ rspec-expectations (~> 3.11.0)
65
+ rspec-mocks (~> 3.11.0)
66
+ rspec-core (3.11.0)
67
+ rspec-support (~> 3.11.0)
68
+ rspec-expectations (3.11.0)
71
69
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.10.0)
70
+ rspec-support (~> 3.11.0)
73
71
  rspec-its (1.3.0)
74
72
  rspec-core (>= 3.0.0)
75
73
  rspec-expectations (>= 3.0.0)
76
- rspec-mocks (3.10.2)
74
+ rspec-mocks (3.11.1)
77
75
  diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.10.0)
79
- rspec-support (3.10.2)
76
+ rspec-support (~> 3.11.0)
77
+ rspec-support (3.11.0)
80
78
  rubocop (0.93.1)
81
79
  parallel (~> 1.10)
82
80
  parser (>= 2.7.1.5)
@@ -86,8 +84,8 @@ GEM
86
84
  rubocop-ast (>= 0.6.0)
87
85
  ruby-progressbar (~> 1.7)
88
86
  unicode-display_width (>= 1.4.0, < 2.0)
89
- rubocop-ast (1.11.0)
90
- parser (>= 3.0.1.1)
87
+ rubocop-ast (1.21.0)
88
+ parser (>= 3.1.1.0)
91
89
  rubocop-rspec (1.44.1)
92
90
  rubocop (~> 0.87)
93
91
  rubocop-ast (>= 0.7.1)
@@ -99,11 +97,11 @@ GEM
99
97
  simplecov_json_formatter (~> 0.1)
100
98
  simplecov-badge (2.0.2)
101
99
  simplecov-html (0.12.3)
102
- simplecov_json_formatter (0.1.3)
103
- thor (1.1.0)
104
- unicode-display_width (1.7.0)
105
- vcr (6.0.0)
106
- webmock (3.14.0)
100
+ simplecov_json_formatter (0.1.4)
101
+ thor (1.2.1)
102
+ unicode-display_width (1.8.0)
103
+ vcr (6.1.0)
104
+ webmock (3.17.1)
107
105
  addressable (>= 2.8.0)
108
106
  crack (>= 0.3.2)
109
107
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -129,4 +127,4 @@ DEPENDENCIES
129
127
  webmock (~> 3.14)
130
128
 
131
129
  BUNDLED WITH
132
- 2.2.26
130
+ 2.2.33
Binary file
data/lib/veryfi/error.rb CHANGED
@@ -2,44 +2,62 @@
2
2
 
3
3
  module Veryfi
4
4
  class Error
5
- def self.from_response(response)
6
- case response.status
5
+ def self.from_response(status, response)
6
+ if response.empty?
7
+ VeryfiError.new(format("%<code>d", code: status))
8
+ else
9
+ get_error(status, response)
10
+ end
11
+ end
12
+
13
+ def self.get_error(status, response)
14
+ case status
7
15
  when 400 then BadRequest
8
16
  when 401 then UnauthorizedAccessToken
17
+ when 404 then ResourceNotFound
9
18
  when 405 then UnexpectedHTTPMethod
10
19
  when 409 then AccessLimitReached
11
- else InternalError
20
+ when 500 then InternalError
21
+ else VeryfiError.new(format("%<code>d, %<message>s", code: status, message: response["error"]))
12
22
  end
13
23
  end
14
-
15
24
  class BadRequest < StandardError
16
25
  def to_s
17
- "Bad Request"
26
+ "400, Bad Request"
18
27
  end
19
28
  end
20
29
 
21
30
  class UnauthorizedAccessToken < StandardError
22
31
  def to_s
23
- "Unauthorized Access Token"
32
+ "401, Unauthorized Access Token"
33
+ end
34
+ end
35
+
36
+ class ResourceNotFound < StandardError
37
+ def to_s
38
+ "404, Resource not found"
24
39
  end
25
40
  end
26
41
 
27
42
  class UnexpectedHTTPMethod < StandardError
28
43
  def to_s
29
- "Unexpected HTTP Method"
44
+ "405, Unexpected HTTP Method"
30
45
  end
31
46
  end
32
47
 
33
48
  class AccessLimitReached < StandardError
34
49
  def to_s
35
- "Access Limit Reached"
50
+ "409, Access Limit Reached"
36
51
  end
37
52
  end
38
53
 
39
54
  class InternalError < StandardError
40
55
  def to_s
41
- "Internal Server Error"
56
+ "500, Internal Server Error"
42
57
  end
43
58
  end
59
+
60
+ class VeryfiError < StandardError
61
+ end
44
62
  end
45
63
  end
@@ -56,11 +56,12 @@ module Veryfi
56
56
  headers = generate_headers(params)
57
57
 
58
58
  response = conn.public_send(http_verb, url, body, headers)
59
+ json_response = process_response(response)
59
60
 
60
61
  if response.success?
61
- process_response(http_verb, response)
62
+ json_response
62
63
  else
63
- raise Veryfi::Error.from_response(response)
64
+ raise Veryfi::Error.from_response(response.status, json_response)
64
65
  end
65
66
  end
66
67
 
@@ -102,8 +103,8 @@ module Veryfi
102
103
  Veryfi::Signature.new(client_secret, params, timestamp).to_base64
103
104
  end
104
105
 
105
- def process_response(_http_verb, response)
106
- # return response if http_verb == :delete
106
+ def process_response(response)
107
+ return {} if response.body.empty?
107
108
 
108
109
  JSON.parse(response.body)
109
110
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Veryfi
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
data/veryfi.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.license = "MIT"
24
24
 
25
25
  spec.add_dependency "base64", "~> 0.1"
26
- spec.add_dependency "openssl", "~> 2.2"
26
+ spec.add_dependency "openssl", ">= 2.2", "< 3.1"
27
27
 
28
28
  spec.add_dependency "faraday", "~> 1.7"
29
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veryfi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Veryfi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-05 00:00:00.000000000 Z
11
+ date: 2022-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -28,16 +28,22 @@ dependencies:
28
28
  name: openssl
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.2'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '3.1'
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '2.2'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '3.1'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: faraday
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -249,8 +255,6 @@ files:
249
255
  - coverage/coverage-badge.png
250
256
  - docs/.gitignore
251
257
  - docs/404.html
252
- - docs/Gemfile
253
- - docs/Gemfile.lock
254
258
  - docs/_config.yml
255
259
  - docs/_includes/footer.html
256
260
  - docs/_includes/header.html
data/docs/Gemfile DELETED
@@ -1,30 +0,0 @@
1
- source "https://rubygems.org"
2
- # Hello! This is where you manage which Jekyll version is used to run.
3
- # When you want to use a different version, change it below, save the
4
- # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5
- #
6
- # bundle exec jekyll serve
7
- #
8
- # This will help ensure the proper Jekyll version is running.
9
- # Happy Jekylling!
10
- gem "jekyll", "3.9.0"
11
- # This is the default theme for new Jekyll sites. You may change this to anything you like.
12
- gem "minima", "~> 2.5"
13
- # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14
- # uncomment the line below. To upgrade, run `bundle update github-pages`.
15
- gem "github-pages", "~> 219", group: :jekyll_plugins
16
- # If you have any plugins, put them here!
17
- # group :jekyll_plugins do
18
- # gem "jekyll-feed", "~> 0.12"
19
- # end
20
-
21
- # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22
- # and associated library.
23
- platforms :mingw, :x64_mingw, :mswin, :jruby do
24
- gem "tzinfo", "~> 1.2"
25
- gem "tzinfo-data"
26
- end
27
-
28
- # Performance-booster for watching directories on Windows
29
- gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30
-
data/docs/Gemfile.lock DELETED
@@ -1,282 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- activesupport (6.0.4.1)
5
- concurrent-ruby (~> 1.0, >= 1.0.2)
6
- i18n (>= 0.7, < 2)
7
- minitest (~> 5.1)
8
- tzinfo (~> 1.1)
9
- zeitwerk (~> 2.2, >= 2.2.2)
10
- addressable (2.8.0)
11
- public_suffix (>= 2.0.2, < 5.0)
12
- coffee-script (2.4.1)
13
- coffee-script-source
14
- execjs
15
- coffee-script-source (1.11.1)
16
- colorator (1.1.0)
17
- commonmarker (0.17.13)
18
- ruby-enum (~> 0.5)
19
- concurrent-ruby (1.1.9)
20
- dnsruby (1.61.7)
21
- simpleidn (~> 0.1)
22
- em-websocket (0.5.2)
23
- eventmachine (>= 0.12.9)
24
- http_parser.rb (~> 0.6.0)
25
- ethon (0.14.0)
26
- ffi (>= 1.15.0)
27
- eventmachine (1.2.7)
28
- execjs (2.8.1)
29
- faraday (1.7.1)
30
- faraday-em_http (~> 1.0)
31
- faraday-em_synchrony (~> 1.0)
32
- faraday-excon (~> 1.1)
33
- faraday-httpclient (~> 1.0.1)
34
- faraday-net_http (~> 1.0)
35
- faraday-net_http_persistent (~> 1.1)
36
- faraday-patron (~> 1.0)
37
- faraday-rack (~> 1.0)
38
- multipart-post (>= 1.2, < 3)
39
- ruby2_keywords (>= 0.0.4)
40
- faraday-em_http (1.0.0)
41
- faraday-em_synchrony (1.0.0)
42
- faraday-excon (1.1.0)
43
- faraday-httpclient (1.0.1)
44
- faraday-net_http (1.0.1)
45
- faraday-net_http_persistent (1.2.0)
46
- faraday-patron (1.0.0)
47
- faraday-rack (1.0.0)
48
- ffi (1.15.3)
49
- forwardable-extended (2.6.0)
50
- gemoji (3.0.1)
51
- github-pages (219)
52
- github-pages-health-check (= 1.17.7)
53
- jekyll (= 3.9.0)
54
- jekyll-avatar (= 0.7.0)
55
- jekyll-coffeescript (= 1.1.1)
56
- jekyll-commonmark-ghpages (= 0.1.6)
57
- jekyll-default-layout (= 0.1.4)
58
- jekyll-feed (= 0.15.1)
59
- jekyll-gist (= 1.5.0)
60
- jekyll-github-metadata (= 2.13.0)
61
- jekyll-mentions (= 1.6.0)
62
- jekyll-optional-front-matter (= 0.3.2)
63
- jekyll-paginate (= 1.1.0)
64
- jekyll-readme-index (= 0.3.0)
65
- jekyll-redirect-from (= 0.16.0)
66
- jekyll-relative-links (= 0.6.1)
67
- jekyll-remote-theme (= 0.4.3)
68
- jekyll-sass-converter (= 1.5.2)
69
- jekyll-seo-tag (= 2.7.1)
70
- jekyll-sitemap (= 1.4.0)
71
- jekyll-swiss (= 1.0.0)
72
- jekyll-theme-architect (= 0.2.0)
73
- jekyll-theme-cayman (= 0.2.0)
74
- jekyll-theme-dinky (= 0.2.0)
75
- jekyll-theme-hacker (= 0.2.0)
76
- jekyll-theme-leap-day (= 0.2.0)
77
- jekyll-theme-merlot (= 0.2.0)
78
- jekyll-theme-midnight (= 0.2.0)
79
- jekyll-theme-minimal (= 0.2.0)
80
- jekyll-theme-modernist (= 0.2.0)
81
- jekyll-theme-primer (= 0.6.0)
82
- jekyll-theme-slate (= 0.2.0)
83
- jekyll-theme-tactile (= 0.2.0)
84
- jekyll-theme-time-machine (= 0.2.0)
85
- jekyll-titles-from-headings (= 0.5.3)
86
- jemoji (= 0.12.0)
87
- kramdown (= 2.3.1)
88
- kramdown-parser-gfm (= 1.1.0)
89
- liquid (= 4.0.3)
90
- mercenary (~> 0.3)
91
- minima (= 2.5.1)
92
- nokogiri (>= 1.10.4, < 2.0)
93
- rouge (= 3.26.0)
94
- terminal-table (~> 1.4)
95
- github-pages-health-check (1.17.7)
96
- addressable (~> 2.3)
97
- dnsruby (~> 1.60)
98
- octokit (~> 4.0)
99
- public_suffix (>= 3.0, < 5.0)
100
- typhoeus (~> 1.3)
101
- html-pipeline (2.14.0)
102
- activesupport (>= 2)
103
- nokogiri (>= 1.4)
104
- http_parser.rb (0.6.0)
105
- i18n (0.9.5)
106
- concurrent-ruby (~> 1.0)
107
- jekyll (3.9.0)
108
- addressable (~> 2.4)
109
- colorator (~> 1.0)
110
- em-websocket (~> 0.5)
111
- i18n (~> 0.7)
112
- jekyll-sass-converter (~> 1.0)
113
- jekyll-watch (~> 2.0)
114
- kramdown (>= 1.17, < 3)
115
- liquid (~> 4.0)
116
- mercenary (~> 0.3.3)
117
- pathutil (~> 0.9)
118
- rouge (>= 1.7, < 4)
119
- safe_yaml (~> 1.0)
120
- jekyll-avatar (0.7.0)
121
- jekyll (>= 3.0, < 5.0)
122
- jekyll-coffeescript (1.1.1)
123
- coffee-script (~> 2.2)
124
- coffee-script-source (~> 1.11.1)
125
- jekyll-commonmark (1.3.1)
126
- commonmarker (~> 0.14)
127
- jekyll (>= 3.7, < 5.0)
128
- jekyll-commonmark-ghpages (0.1.6)
129
- commonmarker (~> 0.17.6)
130
- jekyll-commonmark (~> 1.2)
131
- rouge (>= 2.0, < 4.0)
132
- jekyll-default-layout (0.1.4)
133
- jekyll (~> 3.0)
134
- jekyll-feed (0.15.1)
135
- jekyll (>= 3.7, < 5.0)
136
- jekyll-gist (1.5.0)
137
- octokit (~> 4.2)
138
- jekyll-github-metadata (2.13.0)
139
- jekyll (>= 3.4, < 5.0)
140
- octokit (~> 4.0, != 4.4.0)
141
- jekyll-mentions (1.6.0)
142
- html-pipeline (~> 2.3)
143
- jekyll (>= 3.7, < 5.0)
144
- jekyll-optional-front-matter (0.3.2)
145
- jekyll (>= 3.0, < 5.0)
146
- jekyll-paginate (1.1.0)
147
- jekyll-readme-index (0.3.0)
148
- jekyll (>= 3.0, < 5.0)
149
- jekyll-redirect-from (0.16.0)
150
- jekyll (>= 3.3, < 5.0)
151
- jekyll-relative-links (0.6.1)
152
- jekyll (>= 3.3, < 5.0)
153
- jekyll-remote-theme (0.4.3)
154
- addressable (~> 2.0)
155
- jekyll (>= 3.5, < 5.0)
156
- jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
157
- rubyzip (>= 1.3.0, < 3.0)
158
- jekyll-sass-converter (1.5.2)
159
- sass (~> 3.4)
160
- jekyll-seo-tag (2.7.1)
161
- jekyll (>= 3.8, < 5.0)
162
- jekyll-sitemap (1.4.0)
163
- jekyll (>= 3.7, < 5.0)
164
- jekyll-swiss (1.0.0)
165
- jekyll-theme-architect (0.2.0)
166
- jekyll (> 3.5, < 5.0)
167
- jekyll-seo-tag (~> 2.0)
168
- jekyll-theme-cayman (0.2.0)
169
- jekyll (> 3.5, < 5.0)
170
- jekyll-seo-tag (~> 2.0)
171
- jekyll-theme-dinky (0.2.0)
172
- jekyll (> 3.5, < 5.0)
173
- jekyll-seo-tag (~> 2.0)
174
- jekyll-theme-hacker (0.2.0)
175
- jekyll (> 3.5, < 5.0)
176
- jekyll-seo-tag (~> 2.0)
177
- jekyll-theme-leap-day (0.2.0)
178
- jekyll (> 3.5, < 5.0)
179
- jekyll-seo-tag (~> 2.0)
180
- jekyll-theme-merlot (0.2.0)
181
- jekyll (> 3.5, < 5.0)
182
- jekyll-seo-tag (~> 2.0)
183
- jekyll-theme-midnight (0.2.0)
184
- jekyll (> 3.5, < 5.0)
185
- jekyll-seo-tag (~> 2.0)
186
- jekyll-theme-minimal (0.2.0)
187
- jekyll (> 3.5, < 5.0)
188
- jekyll-seo-tag (~> 2.0)
189
- jekyll-theme-modernist (0.2.0)
190
- jekyll (> 3.5, < 5.0)
191
- jekyll-seo-tag (~> 2.0)
192
- jekyll-theme-primer (0.6.0)
193
- jekyll (> 3.5, < 5.0)
194
- jekyll-github-metadata (~> 2.9)
195
- jekyll-seo-tag (~> 2.0)
196
- jekyll-theme-slate (0.2.0)
197
- jekyll (> 3.5, < 5.0)
198
- jekyll-seo-tag (~> 2.0)
199
- jekyll-theme-tactile (0.2.0)
200
- jekyll (> 3.5, < 5.0)
201
- jekyll-seo-tag (~> 2.0)
202
- jekyll-theme-time-machine (0.2.0)
203
- jekyll (> 3.5, < 5.0)
204
- jekyll-seo-tag (~> 2.0)
205
- jekyll-titles-from-headings (0.5.3)
206
- jekyll (>= 3.3, < 5.0)
207
- jekyll-watch (2.2.1)
208
- listen (~> 3.0)
209
- jemoji (0.12.0)
210
- gemoji (~> 3.0)
211
- html-pipeline (~> 2.2)
212
- jekyll (>= 3.0, < 5.0)
213
- kramdown (2.3.1)
214
- rexml
215
- kramdown-parser-gfm (1.1.0)
216
- kramdown (~> 2.0)
217
- liquid (4.0.3)
218
- listen (3.7.0)
219
- rb-fsevent (~> 0.10, >= 0.10.3)
220
- rb-inotify (~> 0.9, >= 0.9.10)
221
- mercenary (0.3.6)
222
- minima (2.5.1)
223
- jekyll (>= 3.5, < 5.0)
224
- jekyll-feed (~> 0.9)
225
- jekyll-seo-tag (~> 2.1)
226
- minitest (5.14.4)
227
- multipart-post (2.1.1)
228
- nokogiri (1.12.4-x86_64-darwin)
229
- racc (~> 1.4)
230
- octokit (4.21.0)
231
- faraday (>= 0.9)
232
- sawyer (~> 0.8.0, >= 0.5.3)
233
- pathutil (0.16.2)
234
- forwardable-extended (~> 2.6)
235
- public_suffix (4.0.6)
236
- racc (1.5.2)
237
- rb-fsevent (0.11.0)
238
- rb-inotify (0.10.1)
239
- ffi (~> 1.0)
240
- rexml (3.2.5)
241
- rouge (3.26.0)
242
- ruby-enum (0.9.0)
243
- i18n
244
- ruby2_keywords (0.0.5)
245
- rubyzip (2.3.2)
246
- safe_yaml (1.0.5)
247
- sass (3.7.4)
248
- sass-listen (~> 4.0.0)
249
- sass-listen (4.0.0)
250
- rb-fsevent (~> 0.9, >= 0.9.4)
251
- rb-inotify (~> 0.9, >= 0.9.7)
252
- sawyer (0.8.2)
253
- addressable (>= 2.3.5)
254
- faraday (> 0.8, < 2.0)
255
- simpleidn (0.2.1)
256
- unf (~> 0.1.4)
257
- terminal-table (1.8.0)
258
- unicode-display_width (~> 1.1, >= 1.1.1)
259
- thread_safe (0.3.6)
260
- typhoeus (1.4.0)
261
- ethon (>= 0.9.0)
262
- tzinfo (1.2.9)
263
- thread_safe (~> 0.1)
264
- unf (0.1.4)
265
- unf_ext
266
- unf_ext (0.0.7.7)
267
- unicode-display_width (1.7.0)
268
- zeitwerk (2.4.2)
269
-
270
- PLATFORMS
271
- x86_64-darwin-19
272
-
273
- DEPENDENCIES
274
- github-pages (~> 219)
275
- jekyll (= 3.9.0)
276
- minima (~> 2.5)
277
- tzinfo (~> 1.2)
278
- tzinfo-data
279
- wdm (~> 0.1.1)
280
-
281
- BUNDLED WITH
282
- 2.2.26