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 +4 -4
- data/Gemfile.lock +1 -1
- data/hello_with_install.gemspec +2 -2
- data/lib/hello_with_install/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d2ea14ec869c4245e5a3cb77b6230dcbc8dafab871a84270b5e9fdc5bf7baec
|
|
4
|
+
data.tar.gz: 2f73ab776faa45edd89745628c16c5ed40bf2c4fb0489fdec4e5d5707adcd762
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81546758f833236863cc797dee24c1ce251c368955f599953411dea3dd9c20b877f85ca6fde9e83c54d9627325cc38e57e142c7696f603bf39807d8446cfe096
|
|
7
|
+
data.tar.gz: f95546c273caa0387373f7627dd640214523e5480924afec25d76e0b0f7b01f520ed08f61496da20fb3b0c4ceb299eec30f8029bb5915366aefd7d1350117421
|
data/Gemfile.lock
CHANGED
data/hello_with_install.gemspec
CHANGED
|
@@ -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{
|
|
13
|
-
spec.description = %q{
|
|
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
|
|
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.
|
|
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-
|
|
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:
|
|
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:
|
|
102
|
+
summary: post_installでできることを体感する
|
|
103
103
|
test_files: []
|