lolcommits-tumblr 0.5.0 → 0.5.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: 4408b248dddb5998fd1f34b8a33700cbd64fba8ab72a26a3eedc99065bd3661a
4
- data.tar.gz: 6feb2dfc6960157600ec8b9e8b6430052bae9cc3f73012bac7ae2e651d414177
3
+ metadata.gz: f3a707d534f095ce7fab54dc773c1b8897dd75e2dcf58dfe700d2290f76d2377
4
+ data.tar.gz: cccfb490b45d0bc65a2eb2cc0b906cf55dee263f306ca732c5e11b4525f9c2d2
5
5
  SHA512:
6
- metadata.gz: 1b33cd5e2a684e246a4596d87459e9b8ec649dd6f6f0bca46d5a3d8f16c0bfbe808d2a2d98fbff32cbca128ca8ec2df008db7822fb3cbf9e3e2db2b23236ab4d
7
- data.tar.gz: c2c460ed764f94669c6335a9dda5333c074a1c1885c5dda7ec285f3e142ffe46d872c860fdf6fc7b26e90c224528c0e6fc4a000a4ffa923839bce9559e88b4cb
6
+ metadata.gz: e5d907e02eb2fdf7735b2e928441de5758fdaa922da75d0ba2803c6ffb39060850ceb54c502cd18e859a412905f2380ff06217a883252ae9904f990d7986672a
7
+ data.tar.gz: e039e75a37569b641b03481076e3e18e4bf9c6344685ba0f14aa2c165e2a4ebdbec93012e827ec5b5b2905a0bb958367267d0820798fa2f05e5d66f4e682d0d6
data/.travis.yml CHANGED
@@ -2,10 +2,10 @@ sudo: false
2
2
  language: ruby
3
3
  cache: bundler
4
4
  rvm:
5
- - 2.4.9
6
- - 2.5.7
7
- - 2.6.5
8
- - 2.7.0
5
+ - 2.5.8
6
+ - 2.6.6
7
+ - 2.7.2
8
+ - 3.0.0
9
9
  - ruby-head
10
10
 
11
11
  before_install:
data/CHANGELOG.md CHANGED
@@ -9,6 +9,10 @@ project adheres to [Semantic Versioning][Semver].
9
9
 
10
10
  - Your contribution here!
11
11
 
12
+ ## [0.5.1] - 2021-02-06
13
+ ## Added
14
+ - Support for Ruby 3.0 (ditch tumblr_client gem, use faraday with simple_oauth)
15
+
12
16
  ## [0.5.0] - 2020-01-24
13
17
  ### Removed
14
18
  - Support for Ruby < 2.4 (older rubies no longer supported)
@@ -71,7 +75,8 @@ project adheres to [Semantic Versioning][Semver].
71
75
  ### Changed
72
76
  - Initial release
73
77
 
74
- [Unreleased]: https://github.com/lolcommits/lolcommits-tumblr/compare/v0.5.0...HEAD
78
+ [Unreleased]: https://github.com/lolcommits/lolcommits-tumblr/compare/v0.5.1...HEAD
79
+ [0.5.1]: https://github.com/lolcommits/lolcommits-tumblr/compare/v0.5.0...v0.5.1
75
80
  [0.5.0]: https://github.com/lolcommits/lolcommits-tumblr/compare/v0.4.1...v0.5.0
76
81
  [0.4.1]: https://github.com/lolcommits/lolcommits-tumblr/compare/v0.4.0...v0.4.1
77
82
  [0.4.0]: https://github.com/lolcommits/lolcommits-tumblr/compare/v0.3.0...v0.4.0
data/README.md CHANGED
@@ -6,13 +6,12 @@
6
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/0c289196d8504223c31a/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/maintainability)
7
7
  [![Test Coverage](https://api.codeclimate.com/v1/badges/0c289196d8504223c31a/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/test_coverage)
8
8
 
9
- [lolcommits](https://lolcommits.github.io/) takes a snapshot with your
10
- webcam every time you git commit code, and archives a lolcat style image
11
- with it. Git blame has never been so much fun!
9
+ [lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam
10
+ every time you git commit code, and archives a lolcat style image with it. Git
11
+ blame has never been so much fun!
12
12
 
13
- This is a simple plugin to post lolcommits to your Tumblr. Configure it
14
- with a Tumblr access token and secret (the plugin will guide you through
15
- this process).
13
+ This is a simple plugin to post lolcommits to your Tumblr. Configure it with a
14
+ Tumblr access token and secret (the plugin will guide you through this process).
16
15
 
17
16
  ## Requirements
18
17
 
@@ -28,8 +27,8 @@ After installing the lolcommits gem, install this plugin with:
28
27
 
29
28
  $ gem install lolcommits-tumblr
30
29
 
31
- Then configure to enable. If this is your first time setting up, you'll
32
- be asked to visit Tumblr to authenticate and allow access.
30
+ Then configure to enable. If this is your first time setting up, you'll be asked
31
+ to visit Tumblr to authenticate and allow access.
33
32
 
34
33
  $ lolcommits --config -p tumblr
35
34
  # set enabled to `true`
@@ -38,16 +37,16 @@ be asked to visit Tumblr to authenticate and allow access.
38
37
  # optionally set a caption for each post (ERB friendly, see below)
39
38
  # optionally set the plugin to auto-open each created Tumblr post
40
39
 
41
- That's it! Your next lolcommit will automatically be posted to your
42
- Tumblr blog. To disable use:
40
+ That's it! Your next lolcommit will automatically be posted to your Tumblr blog.
41
+ To disable use:
43
42
 
44
43
  $ lolcommits --config -p tumblr
45
44
  # and set enabled to `false`
46
45
 
47
46
  ### ERB friendly captions
48
47
 
49
- When configuring this plugin, you may optionally set a caption string to for
50
- each Tumblr post. The ERB bind has these variables available:
48
+ You can optionally configure a caption string for each Tumblr post
49
+ `caption_erb`. The ERB bind has these variables available:
51
50
 
52
51
  * `message` - commit message string
53
52
  * `sha` - commit sha (shortened)
@@ -55,25 +54,24 @@ each Tumblr post. The ERB bind has these variables available:
55
54
  * `repo` - vcs respository name
56
55
  * `vcs_info` - [vcs_info](https://github.com/lolcommits/lolcommits/blob/master/lib/lolcommits/vcs_info.rb) instance (from lolcommits)
57
56
 
58
- Allowing you to set caption strings like this:
57
+ This allows you to set caption strings like this:
59
58
 
60
59
  Committed <%= sha %> in <%= repo %> on <%= branch %> - <%= message %>
61
60
 
62
61
  ## Development
63
62
 
64
- Check out this repo and run `bin/setup`, this will install all
65
- dependencies and generate docs. Use `bundle exec rake` to run all tests
66
- and generate a coverage report.
63
+ Check out this repo and run `bin/setup`, this will install all dependencies and
64
+ generate docs. Use `bundle exec rake` to run all tests and generate a coverage
65
+ report.
67
66
 
68
- You can also run `bin/console` for an interactive prompt that will allow
69
- you to experiment with the gem code.
67
+ You can also run `bin/console` for an interactive prompt that will allow you to
68
+ experiment with the gem code.
70
69
 
71
- This plugin uses the
72
- [tumblr-client](https://github.com/tumblr/tumblr_client) and
73
- [OAuth](https://rubygems.org/gems/oauth/versions/0.5.3) gems. A
70
+ This plugin uses the [tumblr-client](https://github.com/tumblr/tumblr_client)
71
+ and [OAuth](https://rubygems.org/gems/oauth/versions/0.5.3) gems. A
74
72
  [Webrick](https://rubygems.org/gems/webrick) server is started during
75
- configuration, to provide a responding `return_uri` for the OAuth flow
76
- to complete.
73
+ configuration, to provide a responding `return_uri` for the OAuth flow to
74
+ complete.
77
75
 
78
76
  ## Tests
79
77
 
@@ -90,27 +88,24 @@ Generate docs for this gem with:
90
88
  ## Troubles?
91
89
 
92
90
  If you think something is broken or missing, please raise a new
93
- [issue](https://github.com/lolcommits/lolcommits-tumblr/issues). Take a
94
- moment to check it hasn't been raised in the past (and possibly closed).
91
+ [issue](https://github.com/lolcommits/lolcommits-tumblr/issues). Take a moment
92
+ to check it hasn't been raised in the past (and possibly closed).
95
93
 
96
94
  ## Contributing
97
95
 
98
- Bug [reports](https://github.com/lolcommits/lolcommits-tumblr/issues)
99
- and [pull
100
- requests](https://github.com/lolcommits/lolcommits-tumblr/pulls) are
101
- welcome on GitHub.
96
+ Bug [reports](https://github.com/lolcommits/lolcommits-tumblr/issues) and [pull
97
+ requests](https://github.com/lolcommits/lolcommits-tumblr/pulls) are welcome on
98
+ GitHub.
102
99
 
103
- When submitting pull requests, remember to add tests covering any new
104
- behaviour, and ensure all tests are passing on [Travis
105
- CI](https://travis-ci.com/lolcommits/lolcommits-tumblr). Read the
106
- [contributing
100
+ When submitting pull requests, remember to add tests covering any new behaviour,
101
+ and ensure all tests are passing on [Travis
102
+ CI](https://travis-ci.com/lolcommits/lolcommits-tumblr). Read the [contributing
107
103
  guidelines](https://github.com/lolcommits/lolcommits-tumblr/blob/master/CONTRIBUTING.md)
108
104
  for more details.
109
105
 
110
- This project is intended to be a safe, welcoming space for
111
- collaboration, and contributors are expected to adhere to the
112
- [Contributor Covenant](http://contributor-covenant.org) code of conduct.
113
- See
106
+ This project is intended to be a safe, welcoming space for collaboration, and
107
+ contributors are expected to adhere to the [Contributor
108
+ Covenant](http://contributor-covenant.org) code of conduct. See
114
109
  [here](https://github.com/lolcommits/lolcommits-tumblr/blob/master/CODE_OF_CONDUCT.md)
115
110
  for more details.
116
111
 
@@ -1,20 +1,22 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'lolcommits/plugin/base'
4
- require 'lolcommits/cli/launcher'
5
- require 'oauth'
6
- require 'webrick'
7
- require 'cgi'
8
- require 'erb'
9
- require 'tumblr_client'
3
+ require "lolcommits/plugin/base"
4
+ require "lolcommits/cli/launcher"
5
+ require "oauth"
6
+ require "webrick"
7
+ require "cgi"
8
+ require "erb"
9
+ require "faraday"
10
+ require "faraday_middleware"
10
11
 
11
12
  module Lolcommits
12
13
  module Plugin
13
14
  class Tumblr < Base
14
15
 
15
- TUMBLR_API_ENDPOINT = 'https://www.tumblr.com'.freeze
16
- TUMBLR_CONSUMER_KEY = '2FtMEDpEPkxjoUdkpHh42h9wqTu9IVS7Ra0QyNZGixdCvhllN2'.freeze
17
- TUMBLR_CONSUMER_SECRET = 'qWuvxgFUR2YyWKtbWOkDTMAiBEbj7ZGaNLaNQPba0PI1N4JpBs'.freeze
16
+ TUMBLR_API_HOST = "api.tumblr.com".freeze
17
+ TUMBLR_API_ENDPOINT = "https://www.tumblr.com".freeze
18
+ TUMBLR_CONSUMER_KEY = "2FtMEDpEPkxjoUdkpHh42h9wqTu9IVS7Ra0QyNZGixdCvhllN2".freeze
19
+ TUMBLR_CONSUMER_SECRET = "qWuvxgFUR2YyWKtbWOkDTMAiBEbj7ZGaNLaNQPba0PI1N4JpBs".freeze
18
20
 
19
21
  ##
20
22
  # Post-capture hook, runs after lolcommits captures a snapshot.
@@ -24,23 +26,28 @@ module Lolcommits
24
26
  #
25
27
  def run_capture_ready
26
28
  if runner.capture_video && !runner.capture_gif
27
- debug "unable to post lolcommit videos, (gif's and jpgs only)"
29
+ debug "unable to post videos, (Tumblr API only supports images)"
28
30
  return
29
31
  end
30
32
 
31
33
  print "*** Posting to Tumblr ... "
32
- post = client.photo(
33
- configuration[:tumblr_name],
34
- data: image_path,
35
- caption: tumblr_caption
36
- )
34
+ response = tumblr_api.post do |req|
35
+ req.url "v2/blog/#{configuration[:tumblr_name]}/post"
36
+ req.body = {
37
+ caption: tumblr_caption,
38
+ type: "photo",
39
+ data: Faraday::FilePart.new(lolcommit_path, lolcommit_mime_type)
40
+ }
41
+ end
42
+
43
+ post = response.body["response"] || {}
37
44
 
38
45
  if post.key?('id')
39
46
  post_url = tumblr_post_url(post)
40
47
  open_url(post_url) if configuration[:open_url]
41
48
  print "done! #{post_url}\n"
42
49
  else
43
- print "Post FAILED! #{post.inspect}"
50
+ print "Post FAILED! #{response.inspect}"
44
51
  end
45
52
  rescue Faraday::Error => e
46
53
  print "Post FAILED! #{e.message}"
@@ -80,15 +87,47 @@ module Lolcommits
80
87
 
81
88
  private
82
89
 
83
- def image_path
90
+ def lolcommit_path
84
91
  runner.capture_image? ? runner.lolcommit_path : runner.lolcommit_gif_path
85
92
  end
86
93
 
94
+ def lolcommit_mime_type
95
+ runner.capture_image? ? "image/jpeg" : "image/gif"
96
+ end
97
+
98
+ def tumblr_api
99
+ # TODO: maybe remove faraday, just use Net::HTTP and simpler code for
100
+ # Oauth1.0 auth (so we can remove a few runtime deps)
101
+ @tumblr_api ||= Faraday.new(url: "https://#{TUMBLR_API_HOST}/", headers: api_headers) do |conn|
102
+ conn.request :oauth, api_oauth
103
+ conn.request :multipart
104
+ conn.request :url_encoded
105
+ conn.response :json, :content_type => /\bjson$/
106
+ conn.adapter Faraday.default_adapter
107
+ end
108
+ end
109
+
110
+ def api_headers
111
+ {
112
+ accept: "application/json",
113
+ user_agent: "lolcommits-tumblr/#{Lolcommits::Tumblr::VERSION}"
114
+ }
115
+ end
116
+
117
+ def api_oauth
118
+ {
119
+ consumer_key: TUMBLR_CONSUMER_KEY,
120
+ consumer_secret: TUMBLR_CONSUMER_SECRET,
121
+ token: configuration[:access_token],
122
+ token_secret: configuration[:secret]
123
+ }
124
+ end
125
+
87
126
  def configure_auth!
88
- puts ''
89
- puts '----------------------------------------'
90
- puts ' Need to grab Tumblr Oauth token '
91
- puts '----------------------------------------'
127
+ puts ""
128
+ puts "----------------------------------------"
129
+ puts " Need to grab Tumblr Oauth token "
130
+ puts "----------------------------------------"
92
131
 
93
132
  request_token = oauth_consumer.get_request_token(exclude_callback: true)
94
133
  puts "\nOpening this url to authorize lolcommits:"
@@ -96,9 +135,9 @@ module Lolcommits
96
135
  open_url(request_token.authorize_url)
97
136
  puts "\nLaunching local webbrick server to complete the OAuth process ...\n"
98
137
  begin
99
- trap('INT') { local_server.shutdown }
100
- trap('SIGTERM') { local_server.shutdown }
101
- local_server.mount_proc '/', server_callback
138
+ trap("INT") { local_server.shutdown }
139
+ trap("SIGTERM") { local_server.shutdown }
140
+ local_server.mount_proc "/", server_callback
102
141
  local_server.start
103
142
  debug "Requesting Tumblr OAuth Token with verifier: #{@verifier}"
104
143
  access_token = request_token.get_access_token(oauth_verifier: @verifier)
@@ -111,10 +150,10 @@ module Lolcommits
111
150
  end
112
151
  return unless access_token.token && access_token.secret
113
152
 
114
- puts ''
115
- puts '----------------------------------------'
116
- puts 'Thanks! Lolcommits Tumblr Auth Succeeded'
117
- puts '----------------------------------------'
153
+ puts ""
154
+ puts "----------------------------------------"
155
+ puts "Thanks! Lolcommits Tumblr Auth Succeeded"
156
+ puts "----------------------------------------"
118
157
 
119
158
  {
120
159
  access_token: access_token.token,
@@ -133,15 +172,6 @@ module Lolcommits
133
172
  { tumblr_name: tumblr_name, open_url: open_url, caption_erb: caption_erb }
134
173
  end
135
174
 
136
- def client
137
- @client ||= ::Tumblr.new(
138
- consumer_key: TUMBLR_CONSUMER_KEY,
139
- consumer_secret: TUMBLR_CONSUMER_SECRET,
140
- oauth_token: configuration[:access_token],
141
- oauth_token_secret: configuration[:secret]
142
- )
143
- end
144
-
145
175
  def oauth_consumer
146
176
  @oauth_consumer ||= OAuth::Consumer.new(
147
177
  TUMBLR_CONSUMER_KEY,
@@ -159,7 +189,7 @@ module Lolcommits
159
189
  end
160
190
 
161
191
  def tumblr_post_url(post)
162
- "https://#{configuration[:tumblr_name]}.tumblr.com/post/#{post['id']}"
192
+ "https://#{configuration[:tumblr_name]}.tumblr.com/post/#{post["id"]}"
163
193
  end
164
194
 
165
195
  def tumblr_caption
@@ -247,8 +277,8 @@ module Lolcommits
247
277
  query = req.request_uri.query
248
278
  query = CGI.parse(req.request_uri.query) if query
249
279
 
250
- if query && query['oauth_verifier']
251
- @verifier = query['oauth_verifier'][0]
280
+ if query && query["oauth_verifier"]
281
+ @verifier = query["oauth_verifier"][0]
252
282
  res.body = oauth_response(
253
283
  "Lolcommits Authorization Complete",
254
284
  "Please return to your console to complete the <a href=\"https://github.com/lolcommits/lolcommits-tumblr\">lolcommits-tumblr</a> plugin setup"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lolcommits
4
4
  module Tumblr
5
- VERSION = "0.5.0".freeze
5
+ VERSION = "0.5.1".freeze
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
- lib = File.expand_path('../lib', __FILE__)
1
+ lib = File.expand_path("../lib", __FILE__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'lolcommits/tumblr/version'
3
+ require "lolcommits/tumblr/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "lolcommits-tumblr"
@@ -32,10 +32,12 @@ Gem::Specification.new do |spec|
32
32
 
33
33
  spec.required_ruby_version = ">= 2.4"
34
34
 
35
- spec.add_runtime_dependency('tumblr_client')
36
- spec.add_runtime_dependency('webrick')
37
- spec.add_runtime_dependency('oauth')
38
35
  spec.add_runtime_dependency "lolcommits", ">= 0.14.2"
36
+ spec.add_runtime_dependency("faraday")
37
+ spec.add_runtime_dependency("faraday_middleware")
38
+ spec.add_runtime_dependency("simple_oauth")
39
+ spec.add_runtime_dependency("oauth")
40
+ spec.add_runtime_dependency("webrick")
39
41
 
40
42
  spec.add_development_dependency "bundler"
41
43
  spec.add_development_dependency "webmock"
@@ -51,7 +51,7 @@ describe Lolcommits::Plugin::Tumblr do
51
51
  in_repo do
52
52
  plugin.configuration = valid_enabled_config
53
53
 
54
- stub_request(:post, "https://api.tumblr.com/v2/blog/my-tumblr.tumblr.com/post").to_return(
54
+ stub_request(:post, "https://api.tumblr.com/v2/blog/my-tumblr/post").to_return(
55
55
  body: {
56
56
  "meta" => { "status" => 201, "msg" => "Created"},
57
57
  "response" => { "id" => 123456789 }
@@ -63,7 +63,7 @@ describe Lolcommits::Plugin::Tumblr do
63
63
  output = fake_io_capture { plugin.run_capture_ready }
64
64
  _(output).must_match "done! https://my-tumblr.tumblr.com/post/123456789"
65
65
 
66
- assert_requested :post, "https://api.tumblr.com/v2/blog/my-tumblr.tumblr.com/post", times: 1,
66
+ assert_requested :post, "https://api.tumblr.com/v2/blog/my-tumblr/post", times: 1,
67
67
  headers: { "Content-Type" => /multipart\/form-data/, "Accept" => "application/json" } do |req|
68
68
  _(req.body).must_match 'filename="lolcommit.jpg'
69
69
  end
metadata CHANGED
@@ -1,17 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-tumblr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Hutchinson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-24 00:00:00.000000000 Z
11
+ date: 2021-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: tumblr_client
14
+ name: lolcommits
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 0.14.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 0.14.2
27
+ - !ruby/object:Gem::Dependency
28
+ name: faraday
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
@@ -25,7 +39,21 @@ dependencies:
25
39
  - !ruby/object:Gem::Version
26
40
  version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
- name: webrick
42
+ name: faraday_middleware
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: simple_oauth
29
57
  requirement: !ruby/object:Gem::Requirement
30
58
  requirements:
31
59
  - - ">="
@@ -53,19 +81,19 @@ dependencies:
53
81
  - !ruby/object:Gem::Version
54
82
  version: '0'
55
83
  - !ruby/object:Gem::Dependency
56
- name: lolcommits
84
+ name: webrick
57
85
  requirement: !ruby/object:Gem::Requirement
58
86
  requirements:
59
87
  - - ">="
60
88
  - !ruby/object:Gem::Version
61
- version: 0.14.2
89
+ version: '0'
62
90
  type: :runtime
63
91
  prerelease: false
64
92
  version_requirements: !ruby/object:Gem::Requirement
65
93
  requirements:
66
94
  - - ">="
67
95
  - !ruby/object:Gem::Version
68
- version: 0.14.2
96
+ version: '0'
69
97
  - !ruby/object:Gem::Dependency
70
98
  name: bundler
71
99
  requirement: !ruby/object:Gem::Requirement
@@ -187,7 +215,7 @@ metadata:
187
215
  source_code_uri: https://github.com/lolcommits/lolcommits-tumblr
188
216
  bug_tracker_uri: https://github.com/lolcommits/lolcommits-tumblr/issues
189
217
  allowed_push_host: https://rubygems.org
190
- post_install_message:
218
+ post_install_message:
191
219
  rdoc_options: []
192
220
  require_paths:
193
221
  - lib
@@ -202,8 +230,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
230
  - !ruby/object:Gem::Version
203
231
  version: '0'
204
232
  requirements: []
205
- rubygems_version: 3.1.2
206
- signing_key:
233
+ rubygems_version: 3.2.3
234
+ signing_key:
207
235
  specification_version: 4
208
236
  summary: Post lolcommits to Tumblr
209
237
  test_files: