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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d84756ec60629d068111216f00bd371f14dd995c79fb09b56a88648753819494
4
- data.tar.gz: a36bd6d3f0453250d091af831446a291c02525f7cefaf7033b6631d86cb22b88
3
+ metadata.gz: 18bc57f5eaa84f3a05e5183445f4698f727a10f827a8dffce1f4795f6e670613
4
+ data.tar.gz: ec3278f9a1c8cdf144524d2258bcb0357d9e2228afec9c380a168d7e350be643
5
5
  SHA512:
6
- metadata.gz: 1887f30c7eed864c65a3bebbe87d97abfecb3cd49f23828015594291d28abe3265f4a17ea772b1cadd4a30e873ae855e3b75226f0e3674afc3984d8b6ae3b076
7
- data.tar.gz: 8925e203c12fe0b82c8b4f87625a928bb161889c9e000445f0dfac449fafa65fc47827415451c40647a47164e516f859cbb071c623023e5ff1575d0da73fe6fa
6
+ metadata.gz: 8a890f6db7fb78f11c1d0bbc898163e0f4cf992cf8bff970fa89cdc02a5e76fa01095b73298242550f4b4404f15b1f6d97ad7da03a736a53d8fce4642bf9bd57
7
+ data.tar.gz: a2ae0d19e03d980d920162c16dee31681500cb749d0b83627c4d883a39a26b23917216ed2649b777a368796134928fae198993ca6bc5560a030b912c5d3c1959
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- inits (0.1.0)
4
+ inits (0.1.1)
5
5
  pry (~> 0)
6
6
  thor (~> 0)
7
7
 
@@ -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://s.orgsin.com/index.html'
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'
@@ -1,3 +1,3 @@
1
1
  module Inits
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
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.0
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://s.orgsin.com/index.html
107
+ homepage: https://github.com/ogasawaraShinnosuke/inits
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}