seiton 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5fa7db4dbca098385daad98c7f1811f8f7949161d0769bfb1a4f80ef22d5dc2
4
- data.tar.gz: 818a821063394c85f225a5106c59fa07ce2dce1e12f1571b8002ba913c82f7e4
3
+ metadata.gz: f73db8242b517d0858ab9501c36942f9e069d95142c7d11c4b85e42738235096
4
+ data.tar.gz: d1d0d9a6420570d0d7b685602a1d6bfccdf58d2edd77d6378be47af09ded4248
5
5
  SHA512:
6
- metadata.gz: e81ea92a72a7069c200c3f29998291ebd44f4f48ffd6d7fa75c9dace87f31bec2ffd7bbcb61fdf8933456e7da75f832e73f2a804717368be56cf588b3e4ea828
7
- data.tar.gz: 4e11b1f5ec9b446fdab3273b9a70ddc7749a4eb72e8eb616efc85243fd992986fae27557a9e4c3f44062ca748fc2ecd42d8d0eb97f37763fa2369d4bf5d2fff3
6
+ metadata.gz: 96603e9a9eb54aa071d8aaca0fa56a245070cb6cc74aeec2b094db670516252b1be69ee935314cc46ecd325939fb20b1e8e55ccfd6f8324eb2fd3a006abd62e7
7
+ data.tar.gz: 69bb34f01e5446db1fb113e7295d04805603b6dc6ec80893fe929d7eeb96bc3d1a36d6e2aa7ab7c3709bfdf3c97bb885a4e128bcff907364cd870260f2607eb2
@@ -1,3 +1,3 @@
1
1
  module Seiton
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["inokappa"]
10
10
  spec.email = ["inokara@gmail.com"]
11
11
 
12
- spec.summary = %q{seiton is a command line tool that allows you to remove unused AWS resources.}
13
- spec.description = %q{seiton is a command line tool that allows you to remove unused AWS resources.}
14
- spec.homepage = "https://github.com/inokappa/seiton"
12
+ spec.summary = %q{The seiton (整頓) tidies up your AWS Resources.}
13
+ spec.description = %q{The seiton (整頓) tidies up your AWS Resources.}
14
+ spec.homepage = "https://github.com/oreno-tools/seiton"
15
15
 
16
16
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17
17
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|check)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seiton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - inokappa
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: seiton is a command line tool that allows you to remove unused AWS resources.
111
+ description: The seiton (整頓) tidies up your AWS Resources.
112
112
  email:
113
113
  - inokara@gmail.com
114
114
  executables:
@@ -136,7 +136,7 @@ files:
136
136
  - lib/seiton/sqs_check.rb
137
137
  - lib/seiton/version.rb
138
138
  - seiton.gemspec
139
- homepage: https://github.com/inokappa/seiton
139
+ homepage: https://github.com/oreno-tools/seiton
140
140
  licenses: []
141
141
  metadata: {}
142
142
  post_install_message:
@@ -157,5 +157,5 @@ requirements: []
157
157
  rubygems_version: 3.0.3
158
158
  signing_key:
159
159
  specification_version: 4
160
- summary: seiton is a command line tool that allows you to remove unused AWS resources.
160
+ summary: The seiton (整頓) tidies up your AWS Resources.
161
161
  test_files: []