foreign_office 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39014ee85a43adfb36779a7c4607a8d25491f095
4
- data.tar.gz: 3b1a1ac7de39313b28c3c8ff7572b1e9116e8e9d
3
+ metadata.gz: 544dcb1bf6c6307ffc83e164d7c4f103a25825e5
4
+ data.tar.gz: 9e50ab2ada5f1cf343b88e48aaeca7c4ef75cc9d
5
5
  SHA512:
6
- metadata.gz: 8cad6c0b813df4700c253236fff63c61d4fc5359e3e7df1dfd6987ebbbaca25815be8935bec6f015e6c763db664ab193725299c08d6936e7638d387e2c497525
7
- data.tar.gz: 593d11078b1bb90c428bc46ecaf870cf0a808f2a15323312a17c12e904ffd250a4a8242bae12bf4e637a7bc8dbee13e300db9e4cb1239ce2d7306f0d87209fd1
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
- });
@@ -1,3 +1,3 @@
1
1
  module ForeignOffice
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
@@ -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.0
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-24 00:00:00.000000000 Z
12
+ date: 2016-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails