realtime_change 0.1.1 → 0.1.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 +4 -4
- data/lib/realtime_change/version.rb +1 -1
- data/realtime_change.gemspec +3 -3
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88a2e06b21883aafb903e98f11a4fe00b55d5b7b
|
4
|
+
data.tar.gz: 10be1d4d2b766c9cf8e400a8d5cd2c2263e442b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50afde9f7203418465631fa15c358828a188c2c79b1c775c8be775a66dda0b988ca7160ab5c561b1adaebae96dfadbb3dcb34f89d9f41cc1a9abf96bda625369
|
7
|
+
data.tar.gz: f3a34179b0f34ffebb881593a2e0e2629dbd52e0ce2018b1513ce177fc626115b360ebafb8333dd294303de2bebbd69ea3974588cc12ddf69e39d9a96e10d352
|
data/realtime_change.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Emeson Santana"]
|
10
10
|
spec.email = ["emesonsantana@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{Gem for realtime client-server communication. Created to work with communication-socket.}
|
13
|
-
spec.description = %q{Gem for realtime client-server communication. Created to work with communication-socket.}
|
12
|
+
spec.summary = %q{Gem for realtime client-server communication. Created to work with communication-socket node.js application (https://github.com/emesonsantana/communication-socket).}
|
13
|
+
spec.description = %q{Gem for realtime client-server communication. Created to work with communication-socket node.js application (https://github.com/emesonsantana/communication-socket).}
|
14
14
|
spec.homepage = "https://github.com/emesonsantana/realtime_change"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
|
|
21
21
|
|
22
22
|
spec.add_development_dependency "bundler", "~> 1.11"
|
23
23
|
spec.add_development_dependency "rake", "~> 10.0"
|
24
|
-
spec.add_development_dependency "redis"
|
24
|
+
spec.add_development_dependency "redis", "~> 3.3"
|
25
25
|
spec.add_development_dependency "rspec", "~> 3.2"
|
26
26
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: realtime_change
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Emeson Santana
|
@@ -42,16 +42,16 @@ dependencies:
|
|
42
42
|
name: redis
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '3.3'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '3.3'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rspec
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,7 +66,8 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '3.2'
|
69
|
-
description: Gem for realtime client-server communication. Created to work with communication-socket
|
69
|
+
description: Gem for realtime client-server communication. Created to work with communication-socket
|
70
|
+
node.js application (https://github.com/emesonsantana/communication-socket).
|
70
71
|
email:
|
71
72
|
- emesonsantana@gmail.com
|
72
73
|
executables: []
|
@@ -111,5 +112,6 @@ rubyforge_project:
|
|
111
112
|
rubygems_version: 2.4.8
|
112
113
|
signing_key:
|
113
114
|
specification_version: 4
|
114
|
-
summary: Gem for realtime client-server communication. Created to work with communication-socket
|
115
|
+
summary: Gem for realtime client-server communication. Created to work with communication-socket
|
116
|
+
node.js application (https://github.com/emesonsantana/communication-socket).
|
115
117
|
test_files: []
|