qb 0.1.79 → 0.1.80

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: 0001a7094623f25dbaa5ab6cd524374cf7418a2e
4
- data.tar.gz: dc0cfc042d82c54751e8e76e85134d5c6fe98d26
3
+ metadata.gz: bf03e970df417441d4a76b74959bdcdcb3529083
4
+ data.tar.gz: 178dc4067ed6526dae586a5768148009c713cd1a
5
5
  SHA512:
6
- metadata.gz: caa86f9abc0bd4bd35153b80b9f904d9fff989e4dd7f21f3f392df1a5982d68fa33aba28de96c29590b798b8221e501b1aa71d40d3cfdaddf96d2351ba5dc39e
7
- data.tar.gz: c219853d974723d1c0835eaa01c700bb7e66dab7bb96125183d0131a6229d3bd09b69d8a9e366767ba5afb4e0c74b62c20ae1a3e01c805d935e10c5e410dcc92
6
+ metadata.gz: 49011243189114d15ce05087b5c8c168df517678240310ede118a9360765089e7a40260b7b283513f8df5568bf0ae3bccc782321e91daac80da74b4502a70051
7
+ data.tar.gz: d63066f007fad95b6cdf6152b23888dbd8a60cb189bd0a800507ea59c43475923eb8a8720fcad616fd7a71ed4f47b2654f54ebabc00537cd285fc4b4bdcf918a
@@ -148,10 +148,10 @@ module QB
148
148
  # @return [QB::Package::Version]
149
149
  #
150
150
  def self.from_string string
151
- if string.include? '-'
152
- self.from_npm_version string
153
- elsif string.include? '_'
151
+ if string.include? '_'
154
152
  self.from_docker_tag string
153
+ elsif string.include? '-'
154
+ self.from_npm_version string
155
155
  else
156
156
  self.from_gem_version Gem::Version.new(string)
157
157
  end
@@ -4,7 +4,7 @@ module QB
4
4
 
5
5
  GEM_NAME = 'qb'
6
6
 
7
- VERSION = "0.1.79"
7
+ VERSION = "0.1.80"
8
8
 
9
9
  MIN_ANSIBLE_VERSION = Gem::Version.new '2.1.2'
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.79
4
+ version: 0.1.80
5
5
  platform: ruby
6
6
  authors:
7
7
  - nrser
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-20 00:00:00.000000000 Z
11
+ date: 2017-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler