apple_certs_info 0.1.5 → 0.1.6

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: 2118d6405e0a0a575a7d4e0d7df3926941ea4e416c3840621b436f4106016884
4
- data.tar.gz: e1b5edff1ae416471f37d99faaaa8189f4ad9cfc5581459d373c69b26a2e2bc1
3
+ metadata.gz: c31c885d87acfafec09d0e05c5394bdb8171cb0b7e8d0a8123fdba45fbe4e6cd
4
+ data.tar.gz: 1b32182ba8b37d81e9b046c231d21101c53bfe9195c305b4154e8e0321944e82
5
5
  SHA512:
6
- metadata.gz: a482ce9fe6c5495db9fb48aa617fd1c232fd805e5837aa4bb390539c1f6976d8c983563df9900e67b7b9958a65609316553a797e3f39b967eb8ed2a152d5f7d2
7
- data.tar.gz: 2568a6a3a46043bd9bfc140ac94888acf98b7df74803d7f12c06acc844b130291a2eeec0da3a2d9233abf69f1f8e7d3c72397bf641b220f0f3ac80ecab0772c4
6
+ metadata.gz: 6fd35aa677a7f1bf80a423c88e1f88ef76f83c9a0ca2805c3517863004cc91aa7342fed8bc0bf205c466c3d8ca18ff4e86b46bdd82db86fe53b9cc58faa847e8
7
+ data.tar.gz: 54c6186d19b49ca1b4ae87f61d6d8813b578ae69f6f0c9ba5cf55af80f8880da6591f488c08982bce63b3ceda82984e3e2e90e219b20db018c330c013ef520bb
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at toshiyuki.hirata@dena.com. All
58
+ reported by contacting the project team at tarappo@gmail.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- apple_certs_info (0.1.5)
4
+ apple_certs_info (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -30,10 +30,10 @@ AppleCertsInfo.provisioning_profile_list_limit_days_for(days: 10)
30
30
 
31
31
 
32
32
  ```
33
- # Development
33
+ # iPhone Developer / Apple Development
34
34
  AppleCertsInfo.certificate_development_list_limit_days_for(days: 10)
35
35
 
36
- # Distribution
36
+ # iPhone / Apple Distribution
37
37
  AppleCertsInfo.certificate_distribution_list_limit_days_for(days: 10)
38
38
  ```
39
39
 
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
4
4
  spec.name = "apple_certs_info"
5
5
  spec.version = AppleCertsInfo::VERSION
6
6
  spec.authors = ["Toshiyuki Hirata"]
7
- spec.email = ["toshiyuki.hirata@dena.com"]
7
+ spec.email = ["tarappo@gmail.com"]
8
8
 
9
9
  spec.summary = %q{Apple Certificate files and Provisioning Profile information.}
10
10
  spec.homepage = "https://github.com/tarappo/apple_certs_info"
@@ -1,3 +1,3 @@
1
1
  module AppleCertsInfo
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple_certs_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshiyuki Hirata
@@ -12,7 +12,7 @@ date: 2021-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
15
- - toshiyuki.hirata@dena.com
15
+ - tarappo@gmail.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []