hello_with_install 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 696f6e727da3ca7eb45210ff9579912c1ece8e0038c4a6395a3d68752f83e938
4
- data.tar.gz: 8321c9f6ea5a678f19d19b3198f37750841625bab20fef157e0dfd068de776d3
3
+ metadata.gz: 0d2ea14ec869c4245e5a3cb77b6230dcbc8dafab871a84270b5e9fdc5bf7baec
4
+ data.tar.gz: 2f73ab776faa45edd89745628c16c5ed40bf2c4fb0489fdec4e5d5707adcd762
5
5
  SHA512:
6
- metadata.gz: 60f69fcf46a01b3e7723182b635dc00513de4f691b768d1a03d69846cc53b610c5a71cfd480e1bb53979994cc38fc5767a0b38026ebe7afc97430358db49860d
7
- data.tar.gz: 2642f28ebd9d7860e2c7b3dc5c62c11f8e9c82164af6d4c504e7e5cd56a6a657c71e68f5f5f48560eec5338658e2a415d204e0639772646630d0067f598389aa
6
+ metadata.gz: 81546758f833236863cc797dee24c1ce251c368955f599953411dea3dd9c20b877f85ca6fde9e83c54d9627325cc38e57e142c7696f603bf39807d8446cfe096
7
+ data.tar.gz: f95546c273caa0387373f7627dd640214523e5480924afec25d76e0b0f7b01f520ed08f61496da20fb3b0c4ceb299eec30f8029bb5915366aefd7d1350117421
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hello_with_install (0.1.0)
4
+ hello_with_install (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["nishihata"]
10
10
  spec.email = ["nishihata@pepabo.com"]
11
11
 
12
- spec.summary = %q{gemは意外と怖い}
13
- spec.description = %q{post installは怖いぞ}
12
+ spec.summary = %q{post_installでできることを体感する}
13
+ spec.description = %q{post_installを使うとgemのインストール処理をフックしていろいろできることを体感する}
14
14
  spec.homepage = "https://jolantern.mugcup.xyz"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module HelloWithInstall
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_with_install
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nishihata
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: post installは怖いぞ
55
+ description: post_installを使うとgemのインストール処理をフックしていろいろできることを体感する
56
56
  email:
57
57
  - nishihata@pepabo.com
58
58
  executables: []
@@ -99,5 +99,5 @@ requirements: []
99
99
  rubygems_version: 3.0.1
100
100
  signing_key:
101
101
  specification_version: 4
102
- summary: gemは意外と怖い
102
+ summary: post_installでできることを体感する
103
103
  test_files: []