ec2-host 0.5.4 → 0.5.5

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
  SHA1:
3
- metadata.gz: 3b7d6280530844f177bffe3fb56b25cf79cd3559
4
- data.tar.gz: 92be8e05ef52d54aa68e69cef73d3f20035266f6
3
+ metadata.gz: 72f07456fd9d5767dcfe65289026c7bd155668c3
4
+ data.tar.gz: 40ec6abf1370af50c30050d46c1a623847674c71
5
5
  SHA512:
6
- metadata.gz: 85621d795fa491c5b9501fc3253f4cd7c0f03b138e2006a8fe5656586a9c3794c96177da31317c1ae20a87bfebeb27e5d109d0c209d1973bd30fd17b343448f4
7
- data.tar.gz: ee5bee41bebc34f67b4e4c98dd45dc654d6a4f1534da94704582537a19bcfb3d86c4216f949f95172dd7a0e2cb69f75fedc47206c045f6081e2b6b613693812d
6
+ metadata.gz: 1dcb06eacb936885d8e0ad479c58207e350378067db2cd1fde1efc119384849aabc80aa5a3e5f0b1f60d7426ddae1e2f6fb6a9c772439adc36d21d49bd07f6de
7
+ data.tar.gz: ca5c99ed0fd74e7b705d31337e41453f99638132ffae68a2c4f7e6f1f3c0474292a598bca12680fffb82e86bef252e4647642f5a51006f580eda4f9895a66b3e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.5.5 (2017/01/20)
2
+
3
+ Enhancements:
4
+
5
+ * cil: sort_by hostname
6
+
1
7
  # 0.5.4 (2017/01/19)
2
8
 
3
9
  Enhancements:
data/lib/ec2/host/cli.rb CHANGED
@@ -103,7 +103,7 @@ class EC2
103
103
  end
104
104
 
105
105
  def run
106
- hosts = EC2::Host.new(condition)
106
+ hosts = EC2::Host.new(condition).sort_by {|host| host.hostname }
107
107
  if options[:info]
108
108
  hosts.each do |host|
109
109
  $stdout.puts host.info
@@ -1,5 +1,5 @@
1
1
  class EC2
2
2
  class Host
3
- VERSION = '0.5.4'
3
+ VERSION = '0.5.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2-host
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naotoshi Seo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-19 00:00:00.000000000 Z
11
+ date: 2017-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk