user-stream-receiver 0.2.0 → 0.3.0
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.
- data/README.rdoc +21 -4
- data/VERSION +1 -1
- data/user-stream-receiver.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
user-stream-receiver
|
|
2
|
-
====================
|
|
1
|
+
= user-stream-receiver
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
=====
|
|
3
|
+
== Usage
|
|
6
4
|
|
|
7
5
|
require 'user-stream-receiver'
|
|
8
6
|
require 'json'
|
|
@@ -11,6 +9,25 @@ usage
|
|
|
11
9
|
p JSON.parse(chunk)
|
|
12
10
|
}
|
|
13
11
|
|
|
12
|
+
== Run examples
|
|
13
|
+
|
|
14
|
+
% user-stream-receiver
|
|
15
|
+
|
|
16
|
+
This command dumps UserStream.
|
|
17
|
+
|
|
18
|
+
% user-stream-receiver-insert-mongo
|
|
19
|
+
|
|
20
|
+
This command dumps UserStream and inserts records to MongoDB.
|
|
21
|
+
|
|
22
|
+
== Requirement
|
|
23
|
+
|
|
24
|
+
* oauth-cli-twitter
|
|
25
|
+
* mongo (to run MongoDB example)
|
|
26
|
+
|
|
27
|
+
== Install
|
|
28
|
+
|
|
29
|
+
gem install user-stream-receiver
|
|
30
|
+
|
|
14
31
|
== Copyright
|
|
15
32
|
|
|
16
33
|
Copyright (c) 2011 hitode909. See LICENSE.txt for
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
-
-
|
|
7
|
+
- 3
|
|
8
8
|
- 0
|
|
9
|
-
version: 0.
|
|
9
|
+
version: 0.3.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- hitode909
|
|
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - ">="
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
hash:
|
|
145
|
+
hash: -2216448287747976916
|
|
146
146
|
segments:
|
|
147
147
|
- 0
|
|
148
148
|
version: "0"
|