g5deploy 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
  SHA1:
3
- metadata.gz: e4730e37792fad69e22b7a97b085f8f06bbffe61
4
- data.tar.gz: 56ad898ea0ed226af88225aa80efdf09b902ed49
3
+ metadata.gz: b16a0ec3392bf031a5bffe5d576f01aaa0a144f9
4
+ data.tar.gz: 43fdaba1041424a5b28ed0aa4d0022894326d264
5
5
  SHA512:
6
- metadata.gz: f7a48e9aa3c7d5c18897d559e56f63d49acd8207509dc6b9baf691f134034839688bacc590b500c8fdf9cb5e20f0f1b290f0d14c6da5e0301cc70ade6ee647e4
7
- data.tar.gz: 87b5db4f0d9c07381887ed7bf2abe241b75dd0bc868abdfc92cd94b8df4526989cfeafcf09946028206255476741e70311a0301a0f34cc450109a051050c223e
6
+ metadata.gz: 81c2a7e57df3f8a638fc14c90ef4013589e03cf1e55f32acf0325e5539e5a3494bcbada8e3687f056b3223f4653dbc6dc504210f31ca7b1983e545885b248740
7
+ data.tar.gz: 849d0d231c5f56a4634316e5402039d7d9850c45a0f0c7b0f24f8f800de8d46ec73b320fa0479b83cddad08656101de5d8b8ab53ba574eeb000b86a26bd1705e
@@ -1,3 +1,3 @@
1
1
  module G5deploy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g5deploy
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
  - Arman Jon Villalobos
@@ -70,9 +70,7 @@ description: Utilities for easier g5 deployment using Kubernetes
70
70
  email:
71
71
  - me@armanjon.com
72
72
  executables:
73
- - console
74
73
  - g5deploy
75
- - setup
76
74
  extensions: []
77
75
  extra_rdoc_files: []
78
76
  files:
@@ -84,9 +82,7 @@ files:
84
82
  - LICENSE.txt
85
83
  - README.md
86
84
  - Rakefile
87
- - bin/console
88
85
  - bin/g5deploy
89
- - bin/setup
90
86
  - g5deploy.gemspec
91
87
  - lib/g5deploy.rb
92
88
  - lib/g5deploy/cli.rb
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "g5deploy"
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
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