terraformw 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: 2e391b476dac04ad46a2766f0dc9c3cb4c0bd82f56f6bd7284a35a09e1e38eab
4
- data.tar.gz: dec0dd1d995f4f16da0d56d6d014d6279188ea1de5736814df5d54811e367763
3
+ metadata.gz: acdae063b7d01a0cf9a3452333a2ecc26b1ab7b665aa6e6491e7cb42029d8218
4
+ data.tar.gz: fb12f5a02f03ac365860a1bc1b3ca0127ba4cd87a1a216939cc928252c29f3c7
5
5
  SHA512:
6
- metadata.gz: 4afe64b37c06f76d9126b53969d6004905e87a7636b9d215e3bfac682cd8fecf41919ec452a92cc52038261e7891501de2a597009f19672d9460b6037fd7036b
7
- data.tar.gz: 06a9d288d8b36cd7ff723fe226f047411a2bd5d43c4d9e07952b1ad279d949823b6428ce3845640df4dc533abf78774e4b2d7ade461ec8e045c612460354e6ae
6
+ metadata.gz: 985afdc8707b9273f665f0390060bcc69fd4b74f11bdda035ff9b24bae013fe4b37a5b8b9d03a89fd7a4a41363dca540371d8850417177cf303fc3fddb8c0aff
7
+ data.tar.gz: 64cf890ec77ce52246be89f4c8c475ae70a14b373d75f9498962f9f869d2af4ba58f75e6d24a17bb2bbcbeb21018da0d2f9d4672cf44d6f218319ff322c9b4f0
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.6
data/Gemfile.lock ADDED
@@ -0,0 +1,48 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ terraformw (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.5.0)
10
+ pastel (0.8.0)
11
+ tty-color (~> 0.5)
12
+ rake (12.3.3)
13
+ rspec (3.11.0)
14
+ rspec-core (~> 3.11.0)
15
+ rspec-expectations (~> 3.11.0)
16
+ rspec-mocks (~> 3.11.0)
17
+ rspec-core (3.11.0)
18
+ rspec-support (~> 3.11.0)
19
+ rspec-expectations (3.11.0)
20
+ diff-lcs (>= 1.2.0, < 2.0)
21
+ rspec-support (~> 3.11.0)
22
+ rspec-mocks (3.11.1)
23
+ diff-lcs (>= 1.2.0, < 2.0)
24
+ rspec-support (~> 3.11.0)
25
+ rspec-support (3.11.0)
26
+ tty-color (0.6.0)
27
+ tty-cursor (0.7.1)
28
+ tty-prompt (0.23.1)
29
+ pastel (~> 0.8)
30
+ tty-reader (~> 0.8)
31
+ tty-reader (0.9.0)
32
+ tty-cursor (~> 0.7)
33
+ tty-screen (~> 0.8)
34
+ wisper (~> 2.0)
35
+ tty-screen (0.8.1)
36
+ wisper (2.0.1)
37
+
38
+ PLATFORMS
39
+ ruby
40
+
41
+ DEPENDENCIES
42
+ rake (~> 12.0)
43
+ rspec (~> 3.0)
44
+ terraformw!
45
+ tty-prompt
46
+
47
+ BUNDLED WITH
48
+ 2.1.4
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Akira kure
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,36 +1,13 @@
1
1
  # Terraformw
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/terraformw`. To experiment with that code, run `bin/console` for an interactive prompt.
4
3
 
5
- TODO: Delete this and the text above, and describe your gem
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'terraformw'
7
+ ```sh
8
+ gem install terraformw
13
9
  ```
14
10
 
15
- And then execute:
16
-
17
- $ bundle install
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install terraformw
22
-
23
11
  ## Usage
24
12
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/terraformw.
36
13
 
@@ -1,3 +1,3 @@
1
1
  module Terraformw
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraformw
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
  - Akira Kure
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-06-19 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: tty-prompt
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  description: A CLI tool to switch terraform workspace.
14
28
  email:
15
29
  - kuredev@gmail.com
@@ -19,17 +33,16 @@ extensions: []
19
33
  extra_rdoc_files: []
20
34
  files:
21
35
  - ".gitignore"
22
- - ".rspec"
36
+ - ".ruby-version"
23
37
  - ".travis.yml"
24
38
  - Gemfile
39
+ - Gemfile.lock
40
+ - LICENSE
25
41
  - README.md
26
42
  - Rakefile
27
- - bin/console
28
- - bin/setup
29
43
  - exe/terraformw
30
44
  - lib/terraformw.rb
31
45
  - lib/terraformw/version.rb
32
- - terraformw.gemspec
33
46
  homepage: https://github.com/kuredev/terraformw
34
47
  licenses: []
35
48
  metadata:
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "terraformw"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/terraformw.gemspec DELETED
@@ -1,26 +0,0 @@
1
- require_relative 'lib/terraformw/version'
2
-
3
- Gem::Specification.new do |spec|
4
- spec.name = "terraformw"
5
- spec.version = Terraformw::VERSION
6
- spec.authors = ["Akira Kure"]
7
- spec.email = ["kuredev@gmail.com"]
8
-
9
- spec.summary = %q{A CLI tool to switch terraform workspace.}
10
- spec.description = %q{A CLI tool to switch terraform workspace.}
11
- spec.homepage = "https://github.com/kuredev/terraformw"
12
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
-
14
- spec.metadata["homepage_uri"] = spec.homepage
15
- spec.metadata["source_code_uri"] = "https://github.com/kuredev/terraformw"
16
- spec.metadata["changelog_uri"] = "https://github.com/kuredev/terraformw"
17
-
18
- # Specify which files should be added to the gem when it is released.
19
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
20
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
21
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
- end
23
- spec.bindir = "exe"
24
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
- spec.require_paths = ["lib"]
26
- end