hammer_cli_foreman_tasks 0.0.7 → 0.0.8

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTM3NGJlYWMwNTdjZDFjYzRhMDBkYWU5MzhjOTdkOWUyZjExYTY4ZA==
4
+ MTE2YmJkMGQ1NDY0OGJjMTc2ZTExYTVjOTM1NTc5ZWExMDFlNDgyZA==
5
5
  data.tar.gz: !binary |-
6
- Njc0NWI2NWMxN2ZjZGM4ZDE4OWExMTllZDBlNGU0ZTdiMTc1OTBmZg==
6
+ OTZiMmMwNmM0MGQ3ODU2ZmRiNDNhMTNlYTQ5MWQxNjYwNTRmZmU2MQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWZiY2YxNjUyYmQzOTY0ZjFjYzg5NTBjOGZiYjVmYWFiNjBmNGQxYjdiM2U2
10
- ZjJkY2E5MTUyMWNlNDYzZGVlOTg5YjA2MmJjY2Y0MjZmYWRjOGNiZjYxNjlm
11
- YTM1Y2IzNTJkNmZjMDAyNDIyZWVlYmZiODRlYWVlOTgwYWY1Y2Y=
9
+ MGI1NjQyNjgzMjAwMmQ0Y2Q0MWEwNjU1YTNlODE2ODM2YTk0MGM5YzU0YWQ3
10
+ ZWY4NjZkODkwM2ZkYTBhMjM5ODUwYmU5OGZlNjc0MWUxYTEyNDMwMDNmMGNj
11
+ ZmMzZDVkMGIzMWYxZDFiYWRjZjMzNDYwOTQzNDkxNWZjMzRkOTc=
12
12
  data.tar.gz: !binary |-
13
- ZjVmNTAzMjhjNjJjNjA2MDEwNzFmMTFkZjgxYTY2MGU2NTc1NWMwY2M5MTZh
14
- ZGE2ZjJkYzA4Yzc4NGY3M2MzMGFhZjVhNWFhNmI0Y2FmYTE3Zjg3YWQ1YTJl
15
- ZjEyN2E3NWQ0MzViYjc4Yzc4ODNlYWYwNTkxZDc2YmRkMzE4MzQ=
13
+ YjJiYTcyNWE3ZjE0Y2ExZjI3MmMyY2Q5ZTljNzcxMmE2MmNkMmM2MzQ3YmYx
14
+ MjA5NjgxYzA4M2M0NjA3NTM0MmI4ZmM4NzkyOGMwZjc4NDFkZGY2ZTVhZjUw
15
+ YTIzNzBmNzA4Y2IxZDAxYTczOWM4OTk1YWZiNzRmYjhiZDI4OTU=
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanTasks
2
2
  def self.version
3
- @version ||= Gem::Version.new('0.0.7')
3
+ @version ||= Gem::Version.new('0.0.8')
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-03 00:00:00.000000000 Z
11
+ date: 2015-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: powerbar
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 0.1.1
34
34
  - - <
35
35
  - !ruby/object:Gem::Version
36
- version: 0.4.0
36
+ version: 1.0.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.1.1
44
44
  - - <
45
45
  - !ruby/object:Gem::Version
46
- version: 0.4.0
46
+ version: 1.0.0
47
47
  description: ! 'Contains the code for showing of the tasks (results and progress)
48
48
  in the Hammer CLI.
49
49