sn-collab-editor 0.2.1 → 0.2.2

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: 17bb747e82dfd61946e7446b7820f5c6533126c8
4
- data.tar.gz: d18d1f58a65aa1d29318fd1e2f864f9903aab88f
3
+ metadata.gz: cb8e0571a85bf0ea7a4b0aaebf1071fc4337a0c6
4
+ data.tar.gz: 06126daef55a76ee32d5285e2e286314977978fd
5
5
  SHA512:
6
- metadata.gz: 62d8e068c443f11024917823b7c20a07aafac4111374d56565209ad606d63f5a950bec65fe21c38d505fae52df843a2d027db6b09de2d7fd38bef6b4013f2b2b
7
- data.tar.gz: 759c318696613667d4c2d26ea3d367d3c7838d49a4b414d1e8bbdb3b1bc4c6417424c4163cff5e46c9d568ac262d3c2e1c20d64c60ee0744ce73bdaf5a36ac4b
6
+ metadata.gz: eb90203fc2900d5b9fad7cc3ca95304287141e74c8df248dda35605b1516f92c6ac87fceada175fdad97f4c7006e3c1114f284e37e5ea50b26ed76eb5dc295b7
7
+ data.tar.gz: e21765f8ed8ee88f4885eb2a7710e54a96dce58c7980e6f86e03a5a267891cd5d858b602e65921d7210a4e7271f94827cbbc0b54f3247aa84dd3975cfb7ee541
data/README.md CHANGED
@@ -1,28 +1 @@
1
- # Collab
2
- Short description and motivation.
3
-
4
- ## Usage
5
- How to use my plugin.
6
-
7
- ## Installation
8
- Add this line to your application's Gemfile:
9
-
10
- ```ruby
11
- gem 'collab'
12
- ```
13
-
14
- And then execute:
15
- ```bash
16
- $ bundle
17
- ```
18
-
19
- Or install it yourself as:
20
- ```bash
21
- $ gem install collab
22
- ```
23
-
24
- ## Contributing
25
- Contribution directions go here.
26
-
27
- ## License
28
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
1
+ More info [here](http://localhost:3002/extensions/collaborative-editor)
@@ -24,7 +24,8 @@
24
24
  <span class="label">Encryption status: end-to-end.</span>
25
25
  </div>
26
26
  <div id="more-info" class="url-wrapper faded">
27
- <a class="label" href="https://standardnotes.org/extensions/collaborative-editor" target="_blank">More info</a>
27
+ <a class="label" href="https://standardnotes.org/extensions/collaborative-editor" target="_blank">More Info</a>
28
+ <a class="label" style="margin-left: 4px;" href="https://github.com/standardnotes/collab-editor" target="_blank">Source</a>
28
29
  </div>
29
30
  </div>
30
31
  <% else %>
@@ -1,3 +1,3 @@
1
1
  module Collab
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sn-collab-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard Notes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-25 00:00:00.000000000 Z
11
+ date: 2017-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails