hotdog 0.19.0 → 0.19.1

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: 872d3fc9b9a8db571e76a8ecd479302eb3320182
4
- data.tar.gz: e5f2a0a7fca123a5895cbb6b0938588e3fb82383
3
+ metadata.gz: 37eb71d2d0f9378b0f7cab0fdcf3217b318f572f
4
+ data.tar.gz: 55022bd85ce5b4b6dc04157b6d4ff63bdca60dbe
5
5
  SHA512:
6
- metadata.gz: 12b4a016471a39f25e02214122d5a4baed9c57f40dd1527a5823cf32650cafce216bfa45d6d2680dda0885775851fec40944faf815d84444cc5184a994d9777c
7
- data.tar.gz: fe92243179aa734f40a63a06848e026ba6cc9b315db6aa0cd5efd8ad8cfda4331af8af9f58bb64ee0453f0a2b91347e2d861f77008e62f1ad354129d79adeeeb
6
+ metadata.gz: 828d9d0ba9c433c4131218c439e77b334d997e0883045e3a962f1451f8063fb39b18a518d62fec441d6f968e734e4ffcd3989e1c8d492818aa3b58da4138b2cf
7
+ data.tar.gz: 2bd5a8dc6a5af665edf13df21cf9ae8bf1c13e06717e56388831ad78b80c69c0e46bcf9c783c411ffd2feba8b58b055013ba99318f946c70f6f8e357ec1ba582
@@ -131,7 +131,7 @@ module Hotdog
131
131
  when 1
132
132
  get_hosts_field(host_ids, fields.first, options)
133
133
  else
134
- [host_ids.map { |host_id| get_host_fields(host_id, fields, options) }.map { |result, fields| result }, fields]
134
+ [host_ids.sort.map { |host_id| get_host_fields(host_id, fields, options) }.map { |result, fields| result }, fields]
135
135
  end
136
136
  end
137
137
 
@@ -1,3 +1,3 @@
1
1
  module Hotdog
2
- VERSION = "0.19.0"
2
+ VERSION = "0.19.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yamashita Yuu