lux 1.1.2 → 1.1.3

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: a269c2150d11e90834382693432f1aabfd975afa
4
- data.tar.gz: 39b2c1028d4dbd42dc7027d7d7307b1d12128bab
3
+ metadata.gz: 9843ad34c05fb99fad76b64a4d253a45288127bf
4
+ data.tar.gz: aeaf2355718efc7150069bd2bf41c104a93f52c3
5
5
  SHA512:
6
- metadata.gz: '0792b22bc16d71aca5ae93c8febb6636db30515594dc99718806d7d9843dda21a9670828152d1642379d1f2c9639d3d94e5bed6a57b4b672a716d961c4583b8b'
7
- data.tar.gz: e5d8f23122fcc7dafd049558b847a1180c4ecf95c7949c478c444ce5aa47d943c011a44bf6c927fef017a63bfd933da11dc59214b117d06043625dd6eeed28f2
6
+ metadata.gz: b769fa43ac9c6e68ecfd4ba3df1a9b14ccf2ac8004809836d4420b4f4f079d05a39a3d431a1f30f6337c8f984e42b7bf2b04b4cd2b08194a03ff4262173776c0
7
+ data.tar.gz: be2293b63019cfb17fad5428e98a9abfe06ec33283d2513812c1992677add4cbdccf3d30966dfbafe58523d25aaba1fae6e021305d2a6639aa504f62b6d781f5
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ lux (1.1.3)
2
+
3
+ * Missed another &.
4
+
5
+ -- Nick Townsend <nick.townsend@mac.com> Fri, 13 Jan 2017 16:06:03 -0800
6
+
1
7
  lux (1.1.2)
2
8
 
3
9
  * Missed an &. in the fix for 1.1.1
@@ -58,7 +58,7 @@ module Lux
58
58
 
59
59
  def timestamp
60
60
  return Time.now if DISABLED
61
- if @image = Docker::Image.all.select{|i| i.info['RepoTags'].include? @imagename}.first
61
+ if @image = Docker::Image.all.select{|i| i.info['RepoTags']&.include? @imagename}.first
62
62
  Time.at(@image.info['Created'])
63
63
  else
64
64
  Rake::EARLY
@@ -1,3 +1,3 @@
1
1
  module Lux
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Townsend
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-13 00:00:00.000000000 Z
11
+ date: 2017-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor