foreign_office 0.10.0 → 0.10.1
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 +4 -4
- data/app/assets/javascripts/foreign_office.js +0 -15
- data/lib/foreign_office/version.rb +1 -1
- data/test/dummy/log/test.log +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 544dcb1bf6c6307ffc83e164d7c4f103a25825e5
|
|
4
|
+
data.tar.gz: 9e50ab2ada5f1cf343b88e48aaeca7c4ef75cc9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 559cc80feabda14dac478789dedbb4dc8aa13f4f22ec910b1949f3899ff3b18064812a07653df5a40326c85d4122f91cd51a554f0fdada38f6d3296aea0954ca
|
|
7
|
+
data.tar.gz: d8c64a7f945b85ecaf2b1fed9347e9ac4709727aea35d44e72ee3c21faf8c2c8babb2076d42d2811ff1c51a8a811e60bfa8b2617f9d4a5a969dd0d1a9a3a132b
|
|
@@ -212,18 +212,3 @@ function loadForeignOfficeClasses(){
|
|
|
212
212
|
window.any_time_manager.register('listener','addListener',foreign_office);
|
|
213
213
|
window.any_time_manager.load();
|
|
214
214
|
};
|
|
215
|
-
$(document).ready(function(){
|
|
216
|
-
if(typeof window.any_time_manager === "undefined" && typeof window.loading_any_time_manager === "undefined"){
|
|
217
|
-
window.loading_any_time_manager = true;
|
|
218
|
-
$.getScript("https://cdn.rawgit.com/edraut/anytime_manager/9f710d2280e68ea6156551728cb7e2d537a06ee6/anytime_manager.js",function(){
|
|
219
|
-
loadForeignOfficeClasses();
|
|
220
|
-
});
|
|
221
|
-
}else if(typeof window.any_time_manager === "undefined"){
|
|
222
|
-
if(typeof window.any_time_load_functions === 'undefined'){
|
|
223
|
-
window.any_time_load_functions = []
|
|
224
|
-
}
|
|
225
|
-
window.any_time_load_functions.push(loadForeignOfficeClasses);
|
|
226
|
-
}else{
|
|
227
|
-
loadForeignOfficeClasses();
|
|
228
|
-
}
|
|
229
|
-
});
|
data/test/dummy/log/test.log
CHANGED
|
@@ -9,3 +9,14 @@ ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMeAgain", :object=>{:
|
|
|
9
9
|
ForeignOffice.publish: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
|
10
10
|
ForeignOffice#publish! attempt: 1 message: {:channel=>"TestMe", :object=>{:this=>"is a test"}}
|
|
11
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"}}
|
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.10.
|
|
4
|
+
version: 0.10.1
|
|
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: 2016-01-
|
|
12
|
+
date: 2016-01-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|