foreign_office 0.15.3 → 0.15.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreign_office/version.rb +1 -1
- metadata +5 -9
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +0 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8b724e87d76a84ac6d69d6813262301701e9fc8
|
4
|
+
data.tar.gz: cc937e48ae10e0d2a14abb2ef24b182afbc9cb41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 197850ea7e22c563a79d0ddcf18c633175b9173368ce33f9314b44c33ab6acbeffb8c624dfc6c46de83ef5823cbdf43a8aee2f12b61da977b34bdc1b3562fd1d
|
7
|
+
data.tar.gz: d9e6592467e06e40501332051a146be09e8e84c730448189b1218a12ac371206e820923cff6dba315036256e1bb3268a743b83976e3e0db0ef17ddb60373e2a0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreign_office
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-10-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -17,7 +17,7 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: '5.1'
|
21
21
|
- - "<"
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: '6.0'
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
requirements:
|
28
28
|
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version:
|
30
|
+
version: '5.1'
|
31
31
|
- - "<"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '6.0'
|
@@ -129,8 +129,6 @@ files:
|
|
129
129
|
- test/dummy/config/locales/en.yml
|
130
130
|
- test/dummy/config/routes.rb
|
131
131
|
- test/dummy/config/secrets.yml
|
132
|
-
- test/dummy/db/test.sqlite3
|
133
|
-
- test/dummy/log/test.log
|
134
132
|
- test/dummy/public/404.html
|
135
133
|
- test/dummy/public/422.html
|
136
134
|
- test/dummy/public/500.html
|
@@ -157,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
155
|
version: '0'
|
158
156
|
requirements: []
|
159
157
|
rubyforge_project:
|
160
|
-
rubygems_version: 2.
|
158
|
+
rubygems_version: 2.5.1
|
161
159
|
signing_key:
|
162
160
|
specification_version: 4
|
163
161
|
summary: A light framework that provides functionality for listeners on web clients
|
@@ -191,8 +189,6 @@ test_files:
|
|
191
189
|
- test/dummy/config/routes.rb
|
192
190
|
- test/dummy/config/secrets.yml
|
193
191
|
- test/dummy/config.ru
|
194
|
-
- test/dummy/db/test.sqlite3
|
195
|
-
- test/dummy/log/test.log
|
196
192
|
- test/dummy/public/404.html
|
197
193
|
- test/dummy/public/422.html
|
198
194
|
- test/dummy/public/500.html
|
data/test/dummy/db/test.sqlite3
DELETED
File without changes
|
data/test/dummy/log/test.log
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
2
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is another test"}}
|
3
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
4
|
-
ForeignOffice.publish: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
5
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
6
|
-
ForeignOffice.publish: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
7
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
8
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
9
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
10
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
11
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
12
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
13
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
14
|
-
ForeignOffice.publish: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
15
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
16
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is another test"}}
|
17
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
18
|
-
ForeignOffice.publish: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
19
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
20
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
21
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
22
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
23
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
24
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
25
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
26
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
27
|
-
ForeignOffice.publish: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
28
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
29
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is another test"}}
|
30
|
-
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
31
|
-
ForeignOffice.publish: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|
32
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
33
|
-
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMeAgain", :object=>{:this=>"is another test"}}
|