keikokuc 0.3 → 0.4
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.
@@ -6,7 +6,7 @@
|
|
6
6
|
#
|
7
7
|
# notification = Keikokuc::Notification.new(message: 'hello',
|
8
8
|
# severity: 'info',
|
9
|
-
#
|
9
|
+
# target_name: 'sunny-skies-42'
|
10
10
|
# producer_api_key: 'abcd')
|
11
11
|
# if notification.publish
|
12
12
|
# # persist notification
|
@@ -17,7 +17,8 @@
|
|
17
17
|
class Keikokuc::Notification
|
18
18
|
ATTRS = %w[message url severity
|
19
19
|
target_name account_email
|
20
|
-
producer_api_key remote_id
|
20
|
+
producer_api_key remote_id
|
21
|
+
errors read_at account_sequence].freeze
|
21
22
|
|
22
23
|
attr_accessor *ATTRS
|
23
24
|
|
@@ -85,6 +85,13 @@ class Keikokuc::NotificationList
|
|
85
85
|
self.size.zero?
|
86
86
|
end
|
87
87
|
|
88
|
+
# Internal: assigns notifications
|
89
|
+
#
|
90
|
+
# Allos notifications to be injected, useful in tests
|
91
|
+
def notifications=(new_notification)
|
92
|
+
@notifications = new_notification
|
93
|
+
end
|
94
|
+
|
88
95
|
private
|
89
96
|
def client # :nodoc:
|
90
97
|
@client ||= Client.new(user: user, password: password)
|
data/lib/keikokuc/version.rb
CHANGED
@@ -103,4 +103,14 @@ module Keikokuc
|
|
103
103
|
expect(notification_list.empty?).to be_false
|
104
104
|
end
|
105
105
|
end
|
106
|
+
|
107
|
+
describe NotificationList, '#notifications=' do
|
108
|
+
it 'assigns notifications' do
|
109
|
+
list = build(:notification_list)
|
110
|
+
list.notifications = [build(:notification, message: 'one'),
|
111
|
+
build(:notification, message: 'two')]
|
112
|
+
|
113
|
+
expect(list.map { |n| n.message }).to eq(%w[one two])
|
114
|
+
end
|
115
|
+
end
|
106
116
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: keikokuc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.4'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-10-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rest-client
|
16
|
-
requirement: &
|
16
|
+
requirement: &70278490000460 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70278490000460
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: yajl-ruby
|
27
|
-
requirement: &
|
27
|
+
requirement: &70278489999820 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70278489999820
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rspec
|
38
|
-
requirement: &
|
38
|
+
requirement: &70278489999380 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: '0'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70278489999380
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: factory_girl
|
49
|
-
requirement: &
|
49
|
+
requirement: &70278489998960 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ! '>='
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: '0'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70278489998960
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: sham_rack
|
60
|
-
requirement: &
|
60
|
+
requirement: &70278489998500 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ! '>='
|
@@ -65,7 +65,7 @@ dependencies:
|
|
65
65
|
version: '0'
|
66
66
|
type: :development
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70278489998500
|
69
69
|
description: Keikoku client
|
70
70
|
email:
|
71
71
|
- harold.gimenez@gmail.com
|