reactive-record 0.7.42 → 0.7.43

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66241cad77348e9437de2224f7930e774170fab5
4
- data.tar.gz: ca1302f9e593748bbdf5c282642b3697dad404f4
3
+ metadata.gz: 86d52b07368a6c876967105bd2fb568be5f096c4
4
+ data.tar.gz: 4c6d750fa88d8b911c49c82e71dc2b0dbd310f9a
5
5
  SHA512:
6
- metadata.gz: c80d381bfd3852f1250e53bb286d4fa879fbc066715e52aad2e34466970e05a8390ed8d4e1bf6f97e51a6709a5076ce38dca851f3ec9980e0cf3498e8417b5b6
7
- data.tar.gz: 37ac7b2a27cf7375b1a7714007bb98244b54b751fcd825a86eb4154cdc7ba4da4898e3343d1168e9fc09f890b69a59f7e4e3adad86469c8c91583437cee2b5d7
6
+ metadata.gz: cfeb1ad43df431279b4f5bf1ad111ebbc3bc46b490570b3a8851807e30ba017ecdd00ddc1304130fce24b357386a24924bbcbbd0acee54db413d0ff210861e5c
7
+ data.tar.gz: 0475c3f0213a39db32e12e4c1e471ca4dddbfd387d9e7b8641efc9839fbca37c221e887a3ae9bf3dd8b04846c5c5b99aaa4dae0818389900f5c93d8eaee2dd77
data/config/routes.rb CHANGED
@@ -2,4 +2,6 @@ ReactiveRecord::Engine.routes.draw do
2
2
  root :to => "reactive_record#fetch", via: :post
3
3
  match 'save', to: 'reactive_record#save', via: :post
4
4
  match 'destroy', to: 'reactive_record#destroy', via: :post
5
+ match 'syncromesh-subscribe', to: 'syncromesh#subscribe', via: :get
6
+ match 'syncromesh-read/:subscriber', to: 'syncromesh#read', via: :get
5
7
  end
@@ -1,3 +1,3 @@
1
1
  module ReactiveRecord
2
- VERSION = "0.7.42"
2
+ VERSION = "0.7.43"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reactive-record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.42
4
+ version: 0.7.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitch VanDuyn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-10 00:00:00.000000000 Z
11
+ date: 2016-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails