email_data 1602274654 → 1603224590

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.
@@ -1127,6 +1127,7 @@ solutions
1127
1127
  song
1128
1128
  sony
1129
1129
  soy
1130
+ spa
1130
1131
  space
1131
1132
  sport
1132
1133
  spot
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fnando/email_data",
3
3
  "description": "This project is a compilation of datasets related to emails. Includes disposable emails, disposable domains, and free email services.",
4
- "version": "1602274654.0.0",
4
+ "version": "1603224590.0.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_data
3
3
  version: !ruby/object:Gem::Version
4
- version: '1602274654'
4
+ version: '1603224590'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-09 00:00:00.000000000 Z
11
+ date: 2020-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -173,12 +173,13 @@ extensions: []
173
173
  extra_rdoc_files: []
174
174
  files:
175
175
  - ".github/FUNDING.yml"
176
+ - ".github/workflows/tests.yml"
176
177
  - ".gitignore"
177
178
  - ".rubocop.yml"
178
179
  - ".tool-versions"
179
- - ".travis.yml"
180
180
  - CODE_OF_CONDUCT.md
181
181
  - Gemfile
182
+ - Gemfile.lock
182
183
  - LICENSE.txt
183
184
  - README.md
184
185
  - Rakefile
@@ -228,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
229
  - !ruby/object:Gem::Version
229
230
  version: '0'
230
231
  requirements: []
231
- rubygems_version: 3.1.2
232
+ rubygems_version: 3.1.4
232
233
  signing_key:
233
234
  specification_version: 4
234
235
  summary: This project is a compilation of datasets related to emails. Includes disposable
@@ -1,6 +0,0 @@
1
- ---
2
- language: ruby
3
- cache: bundler
4
- rvm:
5
- - 2.7.1
6
- before_install: gem install bundler -v 2.1.4