methodfinder 2.2.4 → 2.2.5

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: 60a53dfb0ed92260ece6d823b14bf913ce8c1ccc5cedaca06a4d657959e17c7f
4
- data.tar.gz: de867f859a3131529bb476f79edb0a2fd613279575f2f6218f0d02102d277137
3
+ metadata.gz: 4880f6b6a48cd921e8f7b0124eb090007b92d4ab3d36759826be3c3ea182cd00
4
+ data.tar.gz: 34f0bd666f85d8e380c6c0eb9e89b4bf05dbd34b17676c9117d666ca12e82910
5
5
  SHA512:
6
- metadata.gz: 45c69e28874c5fe6eb8d20a442f74b44b5d91f1605f54bbcb930b0073fbf2a16942a708d57a11e15837c6c0eb2573bf7c7744a72743281ebbcd6219a254b29d8
7
- data.tar.gz: 36907469a0fc84a5b6688642dd78d70b1f2c397f3b5693df2c63aa4579fc86fcf3c74119b873a536d30dc7514dcbfb873b4b98dd23bc0f02cdce846bb5fd785b
6
+ metadata.gz: 964f6acb7bc9ac74bcbd7710c56db87c580b6a8c9b4c80413679e94aef95270ee46480a40e1df747d630f0aebdcd8d51d75523e0d5925797175f17ab7c58c8b1
7
+ data.tar.gz: b29c4b0149f7148710a6f97dc7b41c95397a00678de5be11ce8b2d16113401e9632937269f7029a9e8f78664ecaf7eedf1c4663666fb773f45d8839bfa9a2ff3
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MethodFinder
2
2
 
3
- ![Build](https://github.com/citizen428/methodfinder/workflows/Build/badge.svg)
3
+ [![builds.sr.ht status](https://builds.sr.ht/~citizen428/methodfinder.svg)](https://builds.sr.ht/~citizen428/methodfinder?)
4
4
  [![Gem Version](https://img.shields.io/gem/v/methodfinder.svg)](https://rubygems.org/gems/methodfinder)
5
5
 
6
6
  <!-- toc -->
@@ -192,8 +192,10 @@ git commits and tags, and push the `.gem` file to
192
192
 
193
193
  ## CONTRIBUTING
194
194
 
195
- Bug reports and pull requests are welcome on GitHub at
196
- https://github.com/citizen428/methodfinder.
195
+ Development happens primarily on [Sourcehut](https://sr.ht/~citizen428/methodfinder/) where you can
196
+ [file bugs](https://sr.ht/~citizen428/methodfinder/trackers), [discuss on the mailing list](https://sr.ht/~citizen428/methodfinder/lists) or [send patches](https://git.sr.ht/~citizen428/methodfinder/send-email).
197
+
198
+ If you really have to you can also contribute via https://github.com/citizen428/methodfinder, but I really prefer Sourcehut.
197
199
 
198
200
  ## SEE ALSO
199
201
 
@@ -203,7 +205,7 @@ https://github.com/citizen428/methodfinder.
203
205
 
204
206
  ### Misc
205
207
 
206
- - [Other Implementations](https://github.com/citizen428/methodfinder/wiki/Other-Implementations) - a list of related projects in Ruby and other languages
208
+ - [Other Implementations](https://man.sr.ht/~citizen428/MethodFinder/) - a list of related projects in Ruby and other languages
207
209
 
208
210
  ## VERSION
209
211
 
@@ -211,7 +213,7 @@ https://github.com/citizen428/methodfinder.
211
213
 
212
214
  ## AUTHOR
213
215
 
214
- - [Michael Kohl](https://github.com/citizen428)
216
+ - [Michael Kohl](https://citizen428.net/)
215
217
 
216
218
  ## LICENSE
217
219
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MethodFinder
4
- VERSION = '2.2.4'
4
+ VERSION = '2.2.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: methodfinder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4
4
+ version: 2.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kohl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,12 +91,14 @@ files:
91
91
  - README.md
92
92
  - lib/methodfinder.rb
93
93
  - lib/methodfinder/version.rb
94
- homepage: http://citizen428.github.com/methodfinder/
94
+ homepage: https://sr.ht/~citizen428/methodfinder/
95
95
  licenses:
96
96
  - MIT
97
97
  metadata:
98
- bug_tracker_uri: https://github.com/citizen428/methodfinder/issues
99
- source_code_uri: https://github.com/citizen428/methodfinder
98
+ bug_tracker_uri: https://todo.sr.ht/~citizen428/methodfinder
99
+ source_code_uri: https://git.sr.ht/~citizen428/methodfinder/tree
100
+ mailing_list_uri: https://lists.sr.ht/~citizen428/public-inbox
101
+ wiki_uri: https://man.sr.ht/~citizen428/MethodFinder/
100
102
  post_install_message:
101
103
  rdoc_options: []
102
104
  require_paths:
@@ -112,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
114
  - !ruby/object:Gem::Version
113
115
  version: '0'
114
116
  requirements: []
115
- rubygems_version: 3.3.7
117
+ rubygems_version: 3.3.17
116
118
  signing_key:
117
119
  specification_version: 4
118
120
  summary: A Smalltalk-like Method Finder for Ruby