apple_cert_monitor 0.3.0 → 0.3.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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/apple_cert_monitor.gemspec +2 -0
- data/lib/apple_cert_monitor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aef00afac306c91e6c0f43fb00e193b6d2bd537f
|
|
4
|
+
data.tar.gz: ddc36df0c3712fce79e858d9f9d1bb62163f9454
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3c290aec11c586b59c3e72170130bdf4ec4932c0e4df5f0146d96cb5f44cff8e11498d9ce0a01289a16ee776ed5cd03b701b4f05d130f73094039eb0716128f
|
|
7
|
+
data.tar.gz: 2df3369e83dacb6a64c366c5b349e9be44bc2ed427548873f019bdbfc281de7ddcd5708e285fc05a5e7e59c482ca79862fdd7f3da65c4f03f316b37a950e6324
|
data/README.md
CHANGED
|
@@ -22,6 +22,8 @@ And then execute:
|
|
|
22
22
|
Or install it yourself as:
|
|
23
23
|
|
|
24
24
|
$ gem install apple_cert_monitor
|
|
25
|
+
|
|
26
|
+
you may need run: `source ~/.bash_profile` or your own shell command language to take advantage of terminal's command prompt instantly.
|
|
25
27
|
|
|
26
28
|
## Usage
|
|
27
29
|
- pretty print all teams of an account on terminal
|
data/apple_cert_monitor.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apple_cert_monitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xiaozhu Yang
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
requirements:
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version:
|
|
111
|
+
version: 2.3.3
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - ">="
|