cable_x 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 +4 -4
- data/README.md +8 -2
- data/lib/cable_x/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a00a68c2fd12c796e0c65e951579307e93edb3faa6467747dbc55a2abbd744d2
|
|
4
|
+
data.tar.gz: 7b7a074b2674f927807fed9861d482598ec03a44fbaff7197e58b96eacc99bf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf0a175541d6b23fc81b03445ef5d7ebf7f556f3ed5b179defb4ba0455979573b1bc3b83c4168f43b99871f2fa46a2ff0fd33e0dc0558db6ed55dd62bda23fe8
|
|
7
|
+
data.tar.gz: 977170bef821fc56a6f08b08887f09146cbd79f112d160cb1a98808d53e436ca9f8b063eb046bc3cf2352c572e296fc634219e57312513b81a3ac140698545b5
|
data/README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
[](https://codeclimate.com/github/Code-Vedas/rails-cable-x/maintainability)
|
|
2
|
+

|
|
3
|
+
[](https://badge.fury.io/rb/cable_x)
|
|
4
|
+
[](https://coveralls.io/github/Code-Vedas/rails-cable-x?branch=master)
|
|
5
|
+
[](https://travis-ci.com/code-vedas/rails-cable-x)
|
|
6
|
+
|
|
1
7
|
# CableX
|
|
2
|
-
|
|
8
|
+
Standard MVC over cable for realtime applications to enjoy seamless experience over cable. Use specialized clients for Android, IOS, Angular, React, JS
|
|
3
9
|
|
|
10
|
+
Clients for Android, IOS, Angular, React, JS coming soon.
|
|
4
11
|
## Usage
|
|
5
|
-
How to use my plugin.
|
|
6
12
|
|
|
7
13
|
## Installation
|
|
8
14
|
Add this line to your application's Gemfile:
|
data/lib/cable_x/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cable_x
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nitesh Purohit
|
|
@@ -14,14 +14,14 @@ dependencies:
|
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '5.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '5.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|