inits 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/inits.gemspec +1 -1
- data/lib/inits/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18bc57f5eaa84f3a05e5183445f4698f727a10f827a8dffce1f4795f6e670613
|
|
4
|
+
data.tar.gz: ec3278f9a1c8cdf144524d2258bcb0357d9e2228afec9c380a168d7e350be643
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a890f6db7fb78f11c1d0bbc898163e0f4cf992cf8bff970fa89cdc02a5e76fa01095b73298242550f4b4404f15b1f6d97ad7da03a736a53d8fce4642bf9bd57
|
|
7
|
+
data.tar.gz: a2ae0d19e03d980d920162c16dee31681500cb749d0b83627c4d883a39a26b23917216ed2649b777a368796134928fae198993ca6bc5560a030b912c5d3c1959
|
data/Gemfile.lock
CHANGED
data/inits.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = 'After logon to my pc, to install first step.'
|
|
13
13
|
spec.description = 'After logon to my pc, to install first step.(brew ect.)'
|
|
14
|
-
spec.homepage = 'https://
|
|
14
|
+
spec.homepage = 'https://github.com/ogasawaraShinnosuke/inits'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/lib/inits/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inits
|
|
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
|
- sin
|
|
@@ -104,7 +104,7 @@ files:
|
|
|
104
104
|
- lib/inits.rb
|
|
105
105
|
- lib/inits/cli.rb
|
|
106
106
|
- lib/inits/version.rb
|
|
107
|
-
homepage: https://
|
|
107
|
+
homepage: https://github.com/ogasawaraShinnosuke/inits
|
|
108
108
|
licenses:
|
|
109
109
|
- MIT
|
|
110
110
|
metadata: {}
|