ped 0.1.0 → 0.2.1

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.
data/lib/ped/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ped
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ped
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Alexandrov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-19 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - igor.alexandrov@gmail.com
16
16
  executables: []
@@ -22,6 +22,7 @@ files:
22
22
  - ".github/workflows/rspec.yml"
23
23
  - ".github/workflows/rubocop.yml"
24
24
  - ".gitignore"
25
+ - ".idea/.gitignore"
25
26
  - ".mdlrc"
26
27
  - ".rspec"
27
28
  - ".rubocop-md.yml"
@@ -48,7 +49,7 @@ licenses:
48
49
  - MIT
49
50
  metadata:
50
51
  homepage_uri: https://github.com/igor-alexandrov/ped
51
- post_install_message:
52
+ post_install_message:
52
53
  rdoc_options: []
53
54
  require_paths:
54
55
  - lib
@@ -64,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
65
  version: '0'
65
66
  requirements: []
66
67
  rubygems_version: 3.1.4
67
- signing_key:
68
+ signing_key:
68
69
  specification_version: 4
69
70
  summary: PED – check you email domain over list of Public Email Domains. Based on
70
71
  data from this GIST https://gist.github.com/tbrianjones/5992856