sn-collab-editor 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49de97f783331e2e553b985f416c595d7d55a103
4
- data.tar.gz: f2764ac59a5a37b1837405e6a7acc22438bceac1
3
+ metadata.gz: e66617a6b32dc30b622487df2bcf906ef27fa61d
4
+ data.tar.gz: fc244b8e30323fc415d58700fd1a3ec3e9b36dc4
5
5
  SHA512:
6
- metadata.gz: c2d722e15f7aa2bd7d71c955069dc66317e9b06e854929ec0b5e1e629788ab4f929eadfd092361011f0d43ab1a78aa5e469833f2345edd7e18d3caccbacad5d6
7
- data.tar.gz: 1d31c2fe4bbaa60d4e0ffe329f81363df4cab6cd597bf954e2faae7efb4cffcc0b7a9e0cd375f03dc9df2b2144543c80376e5568f890dd12307c64c94f9856a6
6
+ metadata.gz: 24d17316263c66a7b7ee0df149e11103a008968eee23f8d89271784b5419d93c461d809012392bbd587afa4c1b9aa0499797f4e4c1b7c6d80761450061f2c659
7
+ data.tar.gz: dde980b028b4805416ce1c64863a9d8d432398a4a44ab3cc7f3343756f247b617e201f6d598eca8c5f68f687f1ea1937e4546406de593f78eea69913880bd3f2
@@ -32,7 +32,7 @@ html, body {
32
32
  #editor {
33
33
  flex: 1;
34
34
  width: 100%;
35
- height: 100%:
35
+ height: 100%;
36
36
  resize: none;
37
37
  font-size: 16px;
38
38
  border: 1px solid rgb(226, 226, 226);
@@ -1,3 +1,3 @@
1
1
  module Collab
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sn-collab-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard Notes
@@ -54,7 +54,6 @@ files:
54
54
  - app/models/collab/document.rb
55
55
  - app/views/collab/documents/show.html.erb
56
56
  - app/views/layouts/collab/application.html.erb
57
- - config/cable.yml
58
57
  - config/initializers/assets.rb
59
58
  - config/routes.rb
60
59
  - db/migrate/20170222133537_create_collab_documents.rb
data/config/cable.yml DELETED
@@ -1,9 +0,0 @@
1
- development:
2
- adapter: async
3
-
4
- test:
5
- adapter: async
6
-
7
- production:
8
- adapter: redis
9
- url: redis://localhost:6379/1