esi 0.1.11 → 0.1.12

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: d2d3b6281bc6e2faa06eb052674b093a62d4fa51
4
- data.tar.gz: 2ce75ec76250352d6806c3fb6e6f1ff2fa648cb2
3
+ metadata.gz: 22b288a325e01df281cd9a15652eb6af0ec105df
4
+ data.tar.gz: bb9640b9a7e643662d6cdf026b1b7611c6f6d3c3
5
5
  SHA512:
6
- metadata.gz: bff14fcf0b201c6b9e6d81c37f730b4983f3dd7b80be8aa72ce5cfd6ea0adc3235a09d9dd32e14a7ce6114ee84326fe6a2e4d489948185ce71c9d4ec5e29aaec
7
- data.tar.gz: 2665eba4937f52cd92c731eea93456a9965027152ce261ff595d475b6fb5a4f4959d0ecc7452880c280038377ff1de1f2841064fbd2017f9686fda9d8254f13d
6
+ metadata.gz: 2c6be5dfcacbd17ea24f67c501809abb56cb20bda45aefec7ead0bedb083abb263898aa8c3a1147c8a05961a406724de3217d9100bc354d7e0ce9a52047dde54
7
+ data.tar.gz: 8ad30f6d9a1ddb6f264eb38b70f9eafa8347f8015ce51f3c1350dea1238dbbcaabb013c01f89711eb6e59c0aa4b53fb46c6a099e5dc96988eb8f93e5a72ee7b8
@@ -149,7 +149,7 @@ module Esi
149
149
  self.scope = 'esi-industry.read_character_jobs.v1'
150
150
  self.cache_duration = 300
151
151
 
152
- def initialize(character_id, with_completed: false)
152
+ def initialize(character_id, with_completed: true)
153
153
  @path = "/characters/#{character_id}/industry/jobs"
154
154
  @params = { with_completed: with_completed }
155
155
  end
@@ -159,8 +159,8 @@ module Esi
159
159
  self.scope = 'esi-industry.read_corporation_jobs.v1'
160
160
  self.cache_duration = 300
161
161
 
162
- def initialize(character_id, with_completed: false)
163
- @path = "/corporations/#{character_id}/industry/jobs"
162
+ def initialize(corporation_id, with_completed: true)
163
+ @path = "/corporations/#{corporation_id}/industry/jobs"
164
164
  @params = { with_completed: with_completed }
165
165
  end
166
166
  end
@@ -1,3 +1,3 @@
1
1
  module Esi
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Hiemstra