juju 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
- YzM5NjExZTdkNGI4ZWQwZTljMjQwZTliNDkxYmFmMmVhOTQyYTE5ZQ==
4
+ NWI1N2YyMTQ3MjA5MTE0NTllNWIzYjRlZTBhYjEzMjlhMTA4OWQzNg==
5
5
  data.tar.gz: !binary |-
6
- NDEzZDllNDZiNzBhNzRlNzc1MGJjNjJjZmJjMjcwYTBiOGMzNTU1OQ==
6
+ MDliNjliYTQ5OGJhODFiYTVjYWViZTdlNGE0YjEwYTQ0MTNkM2VkMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZDBiYTdjYzc2NTY2OWI0Y2Q5ODQ1YWY5MTg1YzAxYTA3MTJkM2RhOTJlMTUy
10
- OWQzOGNmMjMxZGQ0ZjZiNjYyMzk5MDNmZDliMzYwZWYwNWQ5MjNmMWFhMDhm
11
- NDQ2MDY3ZDcxYTY2NDJiZjkyYjdlYmQyODY5MDhiZGJlMDJiNTM=
9
+ OWVmYTI2NDY3YzVjM2UzY2JiZTYyYTc5ZDBkMmM5NzVjMWFmZGM0NjUyNWMy
10
+ MmY0NDJjNDcxM2I2YmQyNDBiZDlmZTkyOWYwMjVmMWUxMTNiMmQzYTkxYzNm
11
+ NDc1NTI1YjgyNDU5NzQyYTk2ODBlYjlmY2ExYzQzN2RiYWVlZjM=
12
12
  data.tar.gz: !binary |-
13
- MGU4MzE0M2I5NTMzOGVhMGE3MDY3NDg0YTZjZjdkNmMwOTEyNWNmNjIwMzEx
14
- ODRhMzdiYjA2MmE3MWY1MDQ3YmM0NTMyNmUyZDc5MDhmYWE2MjE3YjQxYzE5
15
- MGE5Y2I4ZWVhZTMxZGU5ZjI5ZjEwODg3OGY5YzdmZGQ3M2E0Yjg=
13
+ MTFhNzgxYzc1ZjBjM2U5ZGQ4ZGQzZGEzNDQ0MGMxODdmZGFjZDAwZDk1ZWVi
14
+ NWVhNjNmYjExODdmZTdlMWRhNGFkZjU5MDZmOTRjY2UxZmZjZGNkYWNlNzg3
15
+ NWZhMGNmMmRhNzUwZTIyYmE0ZGZjZTA3MzQ5ZjI2OGM3NTc4MDA=
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- juju (0.0.7)
4
+ juju (0.0.8)
5
5
  htmlentities
6
6
  rest-client
7
7
 
@@ -60,7 +60,7 @@ class JujuError < StandardError; end
60
60
  class JujuResult < Array
61
61
  attr_accessor :total, :start_index, :per_page
62
62
 
63
- def initialize(jobs_array, total = nil, start_index = nil, per_page = nil)
63
+ def initialize(jobs_array, total = 0, start_index = 0, per_page = 0)
64
64
  super(jobs_array)
65
65
  self.total = total.to_i
66
66
  self.start_index = start_index.to_i
@@ -1,4 +1,4 @@
1
1
  module Juju
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juju
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
  - Elena Burachevskaya