guessmail 0.3.0 → 1.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 372a27c73e9b4551a1a829601df8327b5756baa35c87048170d50c0eb8e1dd29
4
- data.tar.gz: 76079eb13a70adaab6e6fa8c8297133c9300b3a9149b3815530ff51cea7fea34
3
+ metadata.gz: 2dc9d57313f932e242d834520966f2d435a0a2eba64f1ad2589d24c75209b3fa
4
+ data.tar.gz: d2c8f0a1d6aef230c21efc5bb125b6e156c229765e5a5d72d5bee8928b58aa81
5
5
  SHA512:
6
- metadata.gz: d8cb64950b388523ce5a10a5482b7d0ab479a1582aaad7f0722968070e43a6676f90d40f43dd87fb46067f2fedfd6ebd09c5c346907445ecf661387c30fd2287
7
- data.tar.gz: 2f242f0e52a45cdae1324f1e5a66d47a35074c62f39f350e510e4f945d0a3ff8d7ae1c94ebfc5092b741640586f484c129142396651ed45bf9c7e46f6176a900
6
+ metadata.gz: 7855e90bbcf84463eb4e61169ac7e57657cf86ab016739ba8284f46ac6fcb75aaed962f1dc130b1f7144c2370ba779f87fc0271c4164f66b1206505600f133d2
7
+ data.tar.gz: d62c5a2e1f26ca16fb8d131e1cad27be424c17dfa915f2054098b347631233c86be2ba538e92fe12db6c6017aa66f1d9e62411bd363c28bc41aa573d082ecf68
@@ -4,7 +4,7 @@ on:
4
4
  pull_request:
5
5
 
6
6
  push:
7
- branches: [ develop, master ]
7
+ branches: [develop, master]
8
8
 
9
9
  env:
10
10
  GIT_COMMIT_SHA: ${{ github.sha }}
@@ -12,17 +12,16 @@ env:
12
12
  COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
13
13
 
14
14
  jobs:
15
-
16
15
  lint:
17
16
  runs-on: ubuntu-latest
18
17
  name: lint ${{ matrix.ruby }}
19
18
  strategy:
20
19
  fail-fast: false
21
20
  matrix:
22
- ruby: [ '2.6.9', '2.7.5', '3.0.3', '3.1.1' ]
21
+ ruby: ["3.4.1", "3.3.6", "3.2.6", "3.1.6", "3.0.7"]
23
22
 
24
23
  steps:
25
- - uses: actions/checkout@v2
24
+ - uses: actions/checkout@v4
26
25
  - uses: ruby/setup-ruby@v1
27
26
  with:
28
27
  ruby-version: ${{ matrix.ruby }}
@@ -33,16 +32,16 @@ jobs:
33
32
  run: bundle exec standardrb --parallel --format progress
34
33
 
35
34
  test:
36
- needs: [ lint ]
35
+ needs: [lint]
37
36
  runs-on: ubuntu-latest
38
37
  name: test ${{ matrix.ruby }}
39
38
  strategy:
40
39
  fail-fast: false
41
40
  matrix:
42
- ruby: [ '2.6.9', '2.7.5', '3.0.3', '3.1.1' ]
41
+ ruby: ["3.4.1", "3.3.6", "3.2.6", "3.1.6", "3.0.7"]
43
42
 
44
43
  steps:
45
- - uses: actions/checkout@v2
44
+ - uses: actions/checkout@v4
46
45
  - uses: ruby/setup-ruby@v1
47
46
  with:
48
47
  ruby-version: ${{ matrix.ruby }}
@@ -51,4 +50,3 @@ jobs:
51
50
  - name: Test
52
51
  continue-on-error: ${{ matrix.experimental }}
53
52
  run: bundle exec rake
54
-
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- ruby 3.1.1
1
+ ruby 3.4.1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Kerem Bozdas
3
+ Copyright (c) 2016-2025 Kerem Bozdas
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Guessmail 💌
2
2
 
3
- [![Build Status](https://img.shields.io/github/workflow/status/krmbzds/guessmail/Test/master)](https://github.com/krmbzds/guessmail/actions/workflows/test.yml)
3
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/krmbzds/guessmail/test.yml?branch=master)](https://github.com/krmbzds/guessmail/actions/workflows/test.yml)
4
4
  [![Coveralls](https://img.shields.io/coveralls/github/krmbzds/guessmail)](https://coveralls.io/github/krmbzds/guessmail)
5
5
  [![Maintainability](https://img.shields.io/codeclimate/maintainability/krmbzds/guessmail.svg)](https://codeclimate.com/github/krmbzds/guessmail/maintainability)
6
6
  [![Downloads](https://img.shields.io/gem/dt/guessmail.svg)](https://rubygems.org/gems/guessmail)
@@ -64,6 +64,16 @@ guessmail Yukihiro Matz Matsumoto ruby-lang.org
64
64
 
65
65
  Yes.
66
66
 
67
+ ## Support
68
+
69
+ This gem is tested against the following Ruby versions:
70
+
71
+ - ✅ `3.4.1` (stable)
72
+ - ✅ `3.3.6` (stable)
73
+ - ✅ `3.2.6` (stable)
74
+ - ⏳ `3.1.6` (security maintenance)
75
+ - 🪦 `3.0.7` (end of life)
76
+
67
77
  ## Installation
68
78
 
69
79
  Add this line to your application's Gemfile:
@@ -104,7 +114,7 @@ You can donate me at [Liberapay][Donation]. Thanks! ☕️
104
114
 
105
115
  ## License
106
116
 
107
- Copyright © 2016-2022 [Kerem Bozdas][Personal Webpage]
117
+ Copyright © 2016-2025 [Kerem Bozdas][Personal Webpage]
108
118
 
109
119
  This project is available under the terms of the [MIT License][License].
110
120
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Guessmail
4
- VERSION = "0.3.0"
4
+ VERSION = "1.4.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guessmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kerem Bozdas
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-03-15 00:00:00.000000000 Z
10
+ date: 2025-01-01 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: tate
@@ -102,7 +101,6 @@ executables:
102
101
  extensions: []
103
102
  extra_rdoc_files: []
104
103
  files:
105
- - ".github/workflows/publish.yml"
106
104
  - ".github/workflows/test.yml"
107
105
  - ".gitignore"
108
106
  - ".rspec"
@@ -121,7 +119,6 @@ files:
121
119
  homepage: https://github.com/krmbzds/guessmail
122
120
  licenses: []
123
121
  metadata: {}
124
- post_install_message:
125
122
  rdoc_options: []
126
123
  require_paths:
127
124
  - lib
@@ -136,8 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
133
  - !ruby/object:Gem::Version
137
134
  version: '0'
138
135
  requirements: []
139
- rubygems_version: 3.3.7
140
- signing_key:
136
+ rubygems_version: 3.6.2
141
137
  specification_version: 4
142
138
  summary: Find anyone's email address
143
139
  test_files: []
@@ -1,24 +0,0 @@
1
- name: Publish
2
-
3
- on:
4
- release:
5
- types: [published]
6
-
7
- jobs:
8
- build:
9
- name: Publish Packages
10
- runs-on: ubuntu-latest
11
-
12
- steps:
13
- - uses: actions/checkout@v2
14
-
15
- - name: Set up Ruby
16
- uses: ruby/setup-ruby@v1
17
- with:
18
- bundler-cache: true
19
-
20
- - name: Publish to RubyGems
21
- uses: dawidd6/action-publish-gem@v1
22
- with:
23
- api_key: ${{secrets.RUBYGEMS_AUTH_TOKEN}}
24
-