domain_expiry 1.0.2 → 1.0.3

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: 00a53c054debec4b9c8857aff9643a706ccf1f2d9274f5fe27fa5e95aa766438
4
- data.tar.gz: 82141d1465a818ea93f53b66955a82c0fc3b2e650c5b7fce00f733c36518ca55
3
+ metadata.gz: 34c3c9e8fec13df7a964ca37c30bae620c372bea2f757649168a9de3f3d557ef
4
+ data.tar.gz: d77c736106feb3d63c0b9f91e678eab73656c450537399799fee6ba50024eb47
5
5
  SHA512:
6
- metadata.gz: a0574570e50781a3ec51dea5a9d56d8568548463e4a101c16381b00abf92d3227b6aeda1f136106c403d7caf55994da12e53227b814bea7f0e410664bd6cadab
7
- data.tar.gz: 4035b35f1a1a2101ed10bda875edf5b1b2c90ec8dee1955c08435968e2b4d69b6052f37d1e212007318ebe8faf9e9e5e49241ac4cf3b47fa23af7e2f24b3d2d2
6
+ metadata.gz: 67962ee8f5cd7027d8bce3e0eb2bc7999069905080980ef63fd1534744929a6af4478d19a171d14d56b265f7b17da99e103378130853cfe434cb797dc166a065
7
+ data.tar.gz: a1d96aeacf43e5cc8e5e06d84af2d6d8fb8c9214cad9aa6ce618da607fc69b47b2be11ccaf6a833237fda0ca48e3d58671274ce13063a9c9f97a1224c1560e3e
@@ -1,29 +1,29 @@
1
1
  matrix:
2
2
  include:
3
3
  - language: ruby
4
- name: "Bundler (rvm 2.4.4 & bundler 1.17.3)"
5
- rvm: 2.4.4
4
+ name: "Bundler (rvm 2.4 & bundler 1.17.3)"
5
+ rvm: 2.4
6
6
  before_install:
7
7
  - gem install bundler -v 1.17.3
8
8
  - language: ruby
9
- name: "Bundler (rvm 2.4.4 & bundler 2.0.1)"
10
- rvm: 2.4.4
9
+ name: "Bundler (rvm 2.4 & bundler 2.0.1)"
10
+ rvm: 2.4
11
11
  before_install:
12
12
  - gem install bundler -v 2.0.1
13
13
  - language: ruby
14
- name: "Bundler (rvm 2.5.3 & bundler 2.0.1)"
15
- rvm: 2.5.3
14
+ name: "Bundler (rvm 2.5 & bundler 2.0.1)"
15
+ rvm: 2.5
16
16
  before_install:
17
17
  - gem install bundler -v 2.0.1
18
18
  - language: ruby
19
- name: "Bundler (rvm 2.6.1 & bundler 2.0.1)"
20
- rvm: 2.6.1
19
+ name: "Bundler (rvm 2.6 & bundler 2.0.1)"
20
+ rvm: 2.6
21
21
  before_install:
22
22
  - gem install bundler -v 2.0.1
23
23
  - language: ruby
24
- name: "Rubocop (rvm 2.4.4)"
24
+ name: "Rubocop (rvm 2.4)"
25
25
  env: SKIP_INTERPRETER=true
26
- rvm: 2.4.4
26
+ rvm: 2.4
27
27
  before_install:
28
28
  - git clone https://github.com/TravisToolbox/rubocop-travis.git
29
29
  install:
@@ -31,9 +31,9 @@ matrix:
31
31
  script:
32
32
  - ./rubocop-travis/scan.sh
33
33
  - language: ruby
34
- name: "Rubocop (rvm 2.5.3)"
34
+ name: "Rubocop (rvm 2.5)"
35
35
  env: SKIP_INTERPRETER=true
36
- rvm: 2.5.3
36
+ rvm: 2.5
37
37
  before_install:
38
38
  - git clone https://github.com/TravisToolbox/rubocop-travis.git
39
39
  install:
@@ -41,9 +41,9 @@ matrix:
41
41
  script:
42
42
  - ./rubocop-travis/scan.sh
43
43
  - language: ruby
44
- name: "Rubocop (rvm 2.6.1)"
44
+ name: "Rubocop (rvm 2.6)"
45
45
  env: SKIP_INTERPRETER=true
46
- rvm: 2.6.1
46
+ rvm: 2.6
47
47
  before_install:
48
48
  - git clone https://github.com/TravisToolbox/rubocop-travis.git
49
49
  install:
@@ -51,8 +51,9 @@ matrix:
51
51
  script:
52
52
  - ./rubocop-travis/scan.sh
53
53
  - language: ruby
54
- name: "Link Checker (rvm 2.6.1)"
55
- rvm: 2.6.1
54
+ name: "Link Checker (rvm 2.6)"
55
+ rvm: 2.6
56
+ env: WHITELIST="https://github.com/TGWolf,https://github.com/AntiPhotonltd"
56
57
  before_install:
57
58
  - mkdir travis
58
59
  - git clone https://github.com/TravisToolbox/awesomebot-travis.git travis/awesomebot
@@ -1,18 +1,41 @@
1
- ## 1.0.2 (June 28, 2019)
1
+ # Domain Expiry Changelog
2
2
 
3
- IMPROVEMENTS:
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ For further info see our [changelogs](https://github.com/AntiPhotonltd/changelogs) guide.
8
+
9
+ ## [Unreleased]
10
+
11
+ ## [v1.0.3] - December 12 2019
12
+
13
+ Documentation:
14
+
15
+ * Updated the badges in the README to be a little more on brand and relevant. ([@TGWolf][])
16
+ * Updated the CHANGELOG to use the new standard. ([@TGWolf][])
17
+
18
+ ## [v1.0.2] - June 28 2019
19
+
20
+ Chores:
4
21
 
5
22
  * Clean up tweaks based on updates to rubocop. ([@TGWolf][])
6
23
 
7
- ## 1.0.1 (March 13, 2019)
24
+ ## [v1.0.1] March 13 2019
8
25
 
9
- IMPROVEMENTS:
26
+ Chores:
10
27
 
11
28
  * Updated the gemspec to handle multiple versions of bundler. ([@TGWolf][])
12
29
  * Updated the travis job file to use newer versions of ruby. ([@TGWolf][])
13
30
 
14
- ## 1.0.0 (February 21, 2019)
31
+ ## [v1.0.0] - February 21 2019
15
32
 
16
33
  * Initial Release ([@TGWolf][])
17
34
 
18
35
  [@TGWolf]: https://github.com/TGWolf
36
+
37
+ [unreleased]: https://github.com/AntiPhotonltd/domain_expiry/compare/v1.0.3...HEAD
38
+ [v1.0.3]: https://github.com/AntiPhotonltd/domain_expiry/compare/v1.0.2...v1.0.3
39
+ [v1.0.2]: https://github.com/AntiPhotonltd/domain_expiry/compare/v1.0.1...v1.0.2
40
+ [v1.0.1]: https://github.com/AntiPhotonltd/domain_expiry/compare/v1.0.0...v1.0.1
41
+ [v1.0.0]: https://github.com/AntiPhotonltd/domain_expiry/releases/tag/v1.0.0
data/README.md CHANGED
@@ -1,10 +1,8 @@
1
- [![Build Status](https://img.shields.io/travis/AntiPhotonltd/domain_expiry/master.svg)](https://travis-ci.org/AntiPhotonltd/domain_expiry)
2
- [![Software License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
3
- [![Release](https://img.shields.io/github/release/AntiPhotonltd/domain_expiry.svg)](https://github.com/AntiPhotonltd/domain_expiry/releases/latest)
4
- [![Gem Version](https://badge.fury.io/rb/domain_expiry.svg)](https://badge.fury.io/rb/domain_expiry)
5
- [![Github commits (since latest release)](https://img.shields.io/github/commits-since/AntiPhotonltd/domain_expiry/latest.svg)](https://github.com/AntiPhotonltd/domain_expiry/commits)
6
- [![GitHub repo size in bytes](https://img.shields.io/github/repo-size/AntiPhotonltd/domain_expiry.svg)](https://github.com/AntiPhotonltd/domain_expiry)
7
- [![GitHub contributors](https://img.shields.io/github/contributors/AntiPhotonltd/domain_expiry.svg)](https://github.com/AntiPhotonltd/domain_expiry)
1
+ [![Build Status](https://img.shields.io/travis/AntiPhotonltd/domain_expiry/master?style=for-the-badge&logo=travis)](https://travis-ci.org/AntiPhotonltd/domain_expiry)
2
+ [![Release](https://img.shields.io/github/release/AntiPhotonltd/domain_expiry?color=blueviolet&style=for-the-badge&logo=github)](https://github.com/AntiPhotonltd/domain_expiry/releases/latest)
3
+ [![Github commits (since latest release)](https://img.shields.io/github/commits-since/AntiPhotonltd/domain_expiry/latest?color=blueviolet&style=for-the-badge&logo=github)](https://github.com/AntiPhotonltd/domain_expiry/commits)
4
+ [![Software License](https://img.shields.io/badge/license-MIT-blueviolet?style=for-the-badge)](LICENSE.md)
5
+ [![Wolf](https://img.shields.io/badge/Created%20By-Wolf-blueviolet?style=for-the-badge)](https://github.com/TGWolf)
8
6
 
9
7
  # DomainExpiry
10
8
 
@@ -64,7 +64,7 @@ module DomainExpiry
64
64
  delim = '-' * width
65
65
 
66
66
  puts(delim)
67
- printf(" %-30s | %s\n", 'Domain', 'Status')
67
+ printf(" %-30<header1>s | %<header2>s\n", header1: 'Domain', header2: 'Status')
68
68
  puts(delim)
69
69
 
70
70
  results.each do |domain, details|
@@ -73,7 +73,7 @@ module DomainExpiry
73
73
  else
74
74
  format('expires on %<expires_in>s (in %<expires_on>s days)', expires_in: details['expires_on'], expires_on: details['expires_in'])
75
75
  end
76
- printf(" %-30s | %s\n", domain, status)
76
+ printf(" %-30<header1>s | %<header2>s\n", header1: domain, header2: status)
77
77
  end
78
78
  puts(delim)
79
79
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DomainExpiry
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domain_expiry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Gurney aka Wolf
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-28 00:00:00.000000000 Z
11
+ date: 2019-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -160,7 +160,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  - !ruby/object:Gem::Version
161
161
  version: '0'
162
162
  requirements: []
163
- rubygems_version: 3.0.2
163
+ rubyforge_project:
164
+ rubygems_version: 2.7.10
164
165
  signing_key:
165
166
  specification_version: 4
166
167
  summary: A simple gem checking for domain expiry.