livedata 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/live_data/version.rb +1 -1
- metadata +9 -20
data/lib/live_data/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: livedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 3
|
9
|
-
- 1
|
10
|
-
version: 0.3.1
|
4
|
+
prerelease:
|
5
|
+
version: 0.3.2
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Mohammed Siddick. E
|
@@ -15,7 +10,7 @@ autorequire: live_data
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date:
|
13
|
+
date: 2011-03-08 00:00:00 +05:30
|
19
14
|
default_executable:
|
20
15
|
dependencies: []
|
21
16
|
|
@@ -35,15 +30,15 @@ files:
|
|
35
30
|
- CHANGELOG
|
36
31
|
- lib/livedata.rb
|
37
32
|
- lib/live_data.rb
|
38
|
-
- lib/live_data/version.rb
|
39
|
-
- lib/live_data/group.rb
|
40
|
-
- lib/live_data/channel.rb
|
41
|
-
- lib/live_data/engine.rb
|
42
33
|
- lib/live_data/user.rb
|
34
|
+
- lib/live_data/channel.rb
|
35
|
+
- lib/live_data/version.rb
|
43
36
|
- lib/live_data/thread_watch.rb
|
44
|
-
-
|
37
|
+
- lib/live_data/engine.rb
|
38
|
+
- lib/live_data/group.rb
|
45
39
|
- test/test_helper.rb
|
46
40
|
- test/thread_watch_test.rb
|
41
|
+
- test/live_data_test.rb
|
47
42
|
- app/views/live_data/get.xml.erb
|
48
43
|
- app/controllers/live_data_controller.rb
|
49
44
|
- config/initializers/livedata_init.rb
|
@@ -63,23 +58,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
63
58
|
requirements:
|
64
59
|
- - ">="
|
65
60
|
- !ruby/object:Gem::Version
|
66
|
-
hash: 3
|
67
|
-
segments:
|
68
|
-
- 0
|
69
61
|
version: "0"
|
70
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
63
|
none: false
|
72
64
|
requirements:
|
73
65
|
- - ">="
|
74
66
|
- !ruby/object:Gem::Version
|
75
|
-
hash: 3
|
76
|
-
segments:
|
77
|
-
- 0
|
78
67
|
version: "0"
|
79
68
|
requirements: []
|
80
69
|
|
81
70
|
rubyforge_project:
|
82
|
-
rubygems_version: 1.
|
71
|
+
rubygems_version: 1.5.0
|
83
72
|
signing_key:
|
84
73
|
specification_version: 3
|
85
74
|
summary: Handle live data
|