nuntium_api 0.18 → 0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/nuntium.rb +2 -2
  2. metadata +3 -3
data/lib/nuntium.rb CHANGED
@@ -112,7 +112,7 @@ class Nuntium
112
112
  raise Nuntium::Exception.new error.message if error
113
113
 
114
114
  channels = JSON.parse response.body
115
- channels.each do |channel|
115
+ channels.map! do |channel|
116
116
  read_configuration channel
117
117
  with_indifferent_access channel
118
118
  end
@@ -296,7 +296,7 @@ class Nuntium
296
296
  raise Nuntium::Exception.new error.message if error
297
297
 
298
298
  channels = JSON.parse response.body
299
- channels.each do |channel|
299
+ channels.map! do |channel|
300
300
  read_configuration channel
301
301
  with_indifferent_access channel
302
302
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nuntium_api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 18
9
- version: "0.18"
8
+ - 19
9
+ version: "0.19"
10
10
  platform: ruby
11
11
  authors:
12
12
  - InsTEDD