elastip 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/exe/elastip +2 -2
  3. data/lib/elastip/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 71b572c3688c118ed0f3fac34c6ae818cc8d7067
4
- data.tar.gz: 334a927e586c2df5c93455103416a7a767e34a32
2
+ SHA256:
3
+ metadata.gz: 99c86c3a304d48a5616313fca10450e1e6772ab8873d28713eb54b66d7f296a4
4
+ data.tar.gz: beba537fab2e6b567b2bd40a731a42544ff5466c281b8074497e1eb232b2d952
5
5
  SHA512:
6
- metadata.gz: a137ed38d4163fc1bb73430e6eb70ab665d04dd7c6ac8d186378a529ca90fe224c45a2fbeecf98151acf3dd7166fb2b1a5c826e9128eac7b70e8029a95c2cb2e
7
- data.tar.gz: '0118daa3fde71beeea16db8fbc7166596a5d55bab1475d8a29bc52fbeb6af5feb769051c1cde1a8743d802c16482576d83ac4f471860e62263bcb2ca8b57d4a6'
6
+ metadata.gz: deecc8142b15e46352a53176e602127120beba2d69fdee4a6f340ea0ff2fd2202b290ebe80aa6b900cc133bb38ce53850a14ba75f668ec959bc60a642acfdfe3
7
+ data.tar.gz: f4270132c0234cb50a86c48682e594d8dd62382ff5b7895fa7fca836200f32796ad4dac1797098994ff9128ea5b2ee4daa40d0cb5ddb65d8a69b73b9bcf9764a
@@ -2,10 +2,10 @@
2
2
 
3
3
  require 'elastip'
4
4
 
5
- project, env, options = ARGV
5
+ project, env, *options = ARGV
6
6
  options ||= []
7
7
  if !project or !env
8
- abort "Usage: elastip <project name regexp> <environnement (e.g staging production)> [--all]\n" \
8
+ abort "Usage: elastip <project name regexp> <environnement (e.g staging production)> [--all] [--inactive] [--terminate]\n" \
9
9
  "Example: elastip 'my_pro*ect' production"
10
10
  end
11
11
 
@@ -1,3 +1,3 @@
1
1
  module Elastip
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - pcboy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-29 00:00:00.000000000 Z
11
+ date: 2018-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.6.14
138
+ rubygems_version: 2.7.7
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: Elastip helps you find the ip addresses of your elastic beanstalk instances