twitter-jruby 0.9.5.2010050701 → 0.9.5.2010052501
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/Rakefile +1 -0
- data/VERSION.yml +1 -1
- data/lib/twitter.rb +1 -0
- metadata +252 -240
data/Rakefile
CHANGED
@@ -13,6 +13,7 @@ Jeweler::Tasks.new do |gem|
|
|
13
13
|
gem.add_dependency("hashie", "~> 0.2.0")
|
14
14
|
gem.add_dependency("httparty", "~> 0.5.0")
|
15
15
|
gem.add_dependency("json-jruby")
|
16
|
+
gem.add_dependency("jruby-openssl")
|
16
17
|
|
17
18
|
gem.add_development_dependency("shoulda", "~> 2.10.0")
|
18
19
|
gem.add_development_dependency("jnunemaker-matchy", "~> 0.4.0")
|
data/VERSION.yml
CHANGED
data/lib/twitter.rb
CHANGED
metadata
CHANGED
@@ -3,133 +3,145 @@ name: twitter-jruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
version: 0.9.5.
|
6
|
+
- 0
|
7
|
+
- 9
|
8
|
+
- 5
|
9
|
+
- 2010052501
|
10
|
+
version: 0.9.5.2010052501
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
-
- John Nunemaker
|
14
|
-
- Wynn Netherland
|
15
|
-
- Koichi Fujikawa
|
13
|
+
- John Nunemaker
|
14
|
+
- Wynn Netherland
|
15
|
+
- Koichi Fujikawa
|
16
16
|
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-05-
|
20
|
+
date: 2010-05-25 00:00:00 +09:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
|
-
- !ruby/object:Gem::Dependency
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
- !ruby/object:Gem::Dependency
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
- !ruby/object:Gem::Dependency
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
- !ruby/object:Gem::Dependency
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
- !ruby/object:Gem::Dependency
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
23
|
+
- !ruby/object:Gem::Dependency
|
24
|
+
name: oauth
|
25
|
+
prerelease: false
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
+
requirements:
|
28
|
+
- - ">="
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
- 3
|
33
|
+
- 5
|
34
|
+
version: 0.3.5
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id001
|
37
|
+
- !ruby/object:Gem::Dependency
|
38
|
+
name: hashie
|
39
|
+
prerelease: false
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ~>
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
segments:
|
45
|
+
- 0
|
46
|
+
- 2
|
47
|
+
- 0
|
48
|
+
version: 0.2.0
|
49
|
+
type: :runtime
|
50
|
+
version_requirements: *id002
|
51
|
+
- !ruby/object:Gem::Dependency
|
52
|
+
name: httparty
|
53
|
+
prerelease: false
|
54
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
55
|
+
requirements:
|
56
|
+
- - ~>
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
segments:
|
59
|
+
- 0
|
60
|
+
- 5
|
61
|
+
- 0
|
62
|
+
version: 0.5.0
|
63
|
+
type: :runtime
|
64
|
+
version_requirements: *id003
|
65
|
+
- !ruby/object:Gem::Dependency
|
66
|
+
name: json-jruby
|
67
|
+
prerelease: false
|
68
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
69
|
+
requirements:
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
segments:
|
73
|
+
- 0
|
74
|
+
version: "0"
|
75
|
+
type: :runtime
|
76
|
+
version_requirements: *id004
|
77
|
+
- !ruby/object:Gem::Dependency
|
78
|
+
name: jruby-openssl
|
79
|
+
prerelease: false
|
80
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
81
|
+
requirements:
|
82
|
+
- - ">="
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
segments:
|
85
|
+
- 0
|
86
|
+
version: "0"
|
87
|
+
type: :runtime
|
88
|
+
version_requirements: *id005
|
89
|
+
- !ruby/object:Gem::Dependency
|
90
|
+
name: shoulda
|
91
|
+
prerelease: false
|
92
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ~>
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
segments:
|
97
|
+
- 2
|
98
|
+
- 10
|
99
|
+
- 0
|
100
|
+
version: 2.10.0
|
101
|
+
type: :development
|
102
|
+
version_requirements: *id006
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: jnunemaker-matchy
|
105
|
+
prerelease: false
|
106
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ~>
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
segments:
|
111
|
+
- 0
|
112
|
+
- 4
|
113
|
+
- 0
|
114
|
+
version: 0.4.0
|
115
|
+
type: :development
|
116
|
+
version_requirements: *id007
|
117
|
+
- !ruby/object:Gem::Dependency
|
118
|
+
name: mocha
|
119
|
+
prerelease: false
|
120
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ~>
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
segments:
|
125
|
+
- 0
|
126
|
+
- 9
|
127
|
+
- 0
|
128
|
+
version: 0.9.0
|
129
|
+
type: :development
|
130
|
+
version_requirements: *id008
|
131
|
+
- !ruby/object:Gem::Dependency
|
132
|
+
name: fakeweb
|
133
|
+
prerelease: false
|
134
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - ~>
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
segments:
|
139
|
+
- 1
|
140
|
+
- 2
|
141
|
+
- 0
|
142
|
+
version: 1.2.0
|
143
|
+
type: :development
|
144
|
+
version_requirements: *id009
|
133
145
|
description:
|
134
146
|
email: fujibee@gmail.com
|
135
147
|
executables: []
|
@@ -137,118 +149,118 @@ executables: []
|
|
137
149
|
extensions: []
|
138
150
|
|
139
151
|
extra_rdoc_files:
|
140
|
-
- README.rdoc
|
152
|
+
- README.rdoc
|
141
153
|
files:
|
142
|
-
- History
|
143
|
-
- License
|
144
|
-
- Notes
|
145
|
-
- README.rdoc
|
146
|
-
- Rakefile
|
147
|
-
- VERSION.yml
|
148
|
-
- examples/connect.rb
|
149
|
-
- examples/friendship_existance.rb
|
150
|
-
- examples/helpers/config_store.rb
|
151
|
-
- examples/httpauth.rb
|
152
|
-
- examples/ids.rb
|
153
|
-
- examples/lists.rb
|
154
|
-
- examples/oauth.rb
|
155
|
-
- examples/search.rb
|
156
|
-
- examples/timeline.rb
|
157
|
-
- examples/tumblr.rb
|
158
|
-
- examples/unauthorized.rb
|
159
|
-
- examples/update.rb
|
160
|
-
- examples/user.rb
|
161
|
-
- lib/twitter.rb
|
162
|
-
- lib/twitter/base.rb
|
163
|
-
- lib/twitter/httpauth.rb
|
164
|
-
- lib/twitter/local_trends.rb
|
165
|
-
- lib/twitter/oauth.rb
|
166
|
-
- lib/twitter/request.rb
|
167
|
-
- lib/twitter/search.rb
|
168
|
-
- lib/twitter/trends.rb
|
169
|
-
- test/fixtures/blocking.json
|
170
|
-
- test/fixtures/firehose.json
|
171
|
-
- test/fixtures/follower_ids.json
|
172
|
-
- test/fixtures/followers.json
|
173
|
-
- test/fixtures/friend_ids.json
|
174
|
-
- test/fixtures/friends_timeline.json
|
175
|
-
- test/fixtures/friendship.json
|
176
|
-
- test/fixtures/friendship_exists.json
|
177
|
-
- test/fixtures/home_timeline.json
|
178
|
-
- test/fixtures/ids.json
|
179
|
-
- test/fixtures/list.json
|
180
|
-
- test/fixtures/list_statuses.json
|
181
|
-
- test/fixtures/list_statuses_1_1.json
|
182
|
-
- test/fixtures/list_statuses_2_1.json
|
183
|
-
- test/fixtures/list_subscriptions.json
|
184
|
-
- test/fixtures/list_users.json
|
185
|
-
- test/fixtures/lists.json
|
186
|
-
- test/fixtures/memberships.json
|
187
|
-
- test/fixtures/mentions.json
|
188
|
-
- test/fixtures/not_found.json
|
189
|
-
- test/fixtures/people_search.json
|
190
|
-
- test/fixtures/rate_limit_exceeded.json
|
191
|
-
- test/fixtures/report_spam.json
|
192
|
-
- test/fixtures/retweet.json
|
193
|
-
- test/fixtures/retweeted_by_me.json
|
194
|
-
- test/fixtures/retweeted_to_me.json
|
195
|
-
- test/fixtures/retweeters_of_tweet.json
|
196
|
-
- test/fixtures/retweets.json
|
197
|
-
- test/fixtures/retweets_of_me.json
|
198
|
-
- test/fixtures/sample-image.png
|
199
|
-
- test/fixtures/saved_search.json
|
200
|
-
- test/fixtures/saved_searches.json
|
201
|
-
- test/fixtures/search.json
|
202
|
-
- test/fixtures/search_from_jnunemaker.json
|
203
|
-
- test/fixtures/status.json
|
204
|
-
- test/fixtures/status_show.json
|
205
|
-
- test/fixtures/trends_available.json
|
206
|
-
- test/fixtures/trends_current.json
|
207
|
-
- test/fixtures/trends_current_exclude.json
|
208
|
-
- test/fixtures/trends_daily.json
|
209
|
-
- test/fixtures/trends_daily_date.json
|
210
|
-
- test/fixtures/trends_daily_exclude.json
|
211
|
-
- test/fixtures/trends_location.json
|
212
|
-
- test/fixtures/trends_weekly.json
|
213
|
-
- test/fixtures/trends_weekly_date.json
|
214
|
-
- test/fixtures/trends_weekly_exclude.json
|
215
|
-
- test/fixtures/unauthorized.json
|
216
|
-
- test/fixtures/update_profile_background_image.json
|
217
|
-
- test/fixtures/update_profile_image.json
|
218
|
-
- test/fixtures/user.json
|
219
|
-
- test/fixtures/user_timeline.json
|
220
|
-
- test/fixtures/users.json
|
221
|
-
- test/test_helper.rb
|
222
|
-
- test/twitter/base_test.rb
|
223
|
-
- test/twitter/httpauth_test.rb
|
224
|
-
- test/twitter/oauth_test.rb
|
225
|
-
- test/twitter/request_test.rb
|
226
|
-
- test/twitter/search_test.rb
|
227
|
-
- test/twitter/trends_test.rb
|
228
|
-
- test/twitter_test.rb
|
154
|
+
- History
|
155
|
+
- License
|
156
|
+
- Notes
|
157
|
+
- README.rdoc
|
158
|
+
- Rakefile
|
159
|
+
- VERSION.yml
|
160
|
+
- examples/connect.rb
|
161
|
+
- examples/friendship_existance.rb
|
162
|
+
- examples/helpers/config_store.rb
|
163
|
+
- examples/httpauth.rb
|
164
|
+
- examples/ids.rb
|
165
|
+
- examples/lists.rb
|
166
|
+
- examples/oauth.rb
|
167
|
+
- examples/search.rb
|
168
|
+
- examples/timeline.rb
|
169
|
+
- examples/tumblr.rb
|
170
|
+
- examples/unauthorized.rb
|
171
|
+
- examples/update.rb
|
172
|
+
- examples/user.rb
|
173
|
+
- lib/twitter.rb
|
174
|
+
- lib/twitter/base.rb
|
175
|
+
- lib/twitter/httpauth.rb
|
176
|
+
- lib/twitter/local_trends.rb
|
177
|
+
- lib/twitter/oauth.rb
|
178
|
+
- lib/twitter/request.rb
|
179
|
+
- lib/twitter/search.rb
|
180
|
+
- lib/twitter/trends.rb
|
181
|
+
- test/fixtures/blocking.json
|
182
|
+
- test/fixtures/firehose.json
|
183
|
+
- test/fixtures/follower_ids.json
|
184
|
+
- test/fixtures/followers.json
|
185
|
+
- test/fixtures/friend_ids.json
|
186
|
+
- test/fixtures/friends_timeline.json
|
187
|
+
- test/fixtures/friendship.json
|
188
|
+
- test/fixtures/friendship_exists.json
|
189
|
+
- test/fixtures/home_timeline.json
|
190
|
+
- test/fixtures/ids.json
|
191
|
+
- test/fixtures/list.json
|
192
|
+
- test/fixtures/list_statuses.json
|
193
|
+
- test/fixtures/list_statuses_1_1.json
|
194
|
+
- test/fixtures/list_statuses_2_1.json
|
195
|
+
- test/fixtures/list_subscriptions.json
|
196
|
+
- test/fixtures/list_users.json
|
197
|
+
- test/fixtures/lists.json
|
198
|
+
- test/fixtures/memberships.json
|
199
|
+
- test/fixtures/mentions.json
|
200
|
+
- test/fixtures/not_found.json
|
201
|
+
- test/fixtures/people_search.json
|
202
|
+
- test/fixtures/rate_limit_exceeded.json
|
203
|
+
- test/fixtures/report_spam.json
|
204
|
+
- test/fixtures/retweet.json
|
205
|
+
- test/fixtures/retweeted_by_me.json
|
206
|
+
- test/fixtures/retweeted_to_me.json
|
207
|
+
- test/fixtures/retweeters_of_tweet.json
|
208
|
+
- test/fixtures/retweets.json
|
209
|
+
- test/fixtures/retweets_of_me.json
|
210
|
+
- test/fixtures/sample-image.png
|
211
|
+
- test/fixtures/saved_search.json
|
212
|
+
- test/fixtures/saved_searches.json
|
213
|
+
- test/fixtures/search.json
|
214
|
+
- test/fixtures/search_from_jnunemaker.json
|
215
|
+
- test/fixtures/status.json
|
216
|
+
- test/fixtures/status_show.json
|
217
|
+
- test/fixtures/trends_available.json
|
218
|
+
- test/fixtures/trends_current.json
|
219
|
+
- test/fixtures/trends_current_exclude.json
|
220
|
+
- test/fixtures/trends_daily.json
|
221
|
+
- test/fixtures/trends_daily_date.json
|
222
|
+
- test/fixtures/trends_daily_exclude.json
|
223
|
+
- test/fixtures/trends_location.json
|
224
|
+
- test/fixtures/trends_weekly.json
|
225
|
+
- test/fixtures/trends_weekly_date.json
|
226
|
+
- test/fixtures/trends_weekly_exclude.json
|
227
|
+
- test/fixtures/unauthorized.json
|
228
|
+
- test/fixtures/update_profile_background_image.json
|
229
|
+
- test/fixtures/update_profile_image.json
|
230
|
+
- test/fixtures/user.json
|
231
|
+
- test/fixtures/user_timeline.json
|
232
|
+
- test/fixtures/users.json
|
233
|
+
- test/test_helper.rb
|
234
|
+
- test/twitter/base_test.rb
|
235
|
+
- test/twitter/httpauth_test.rb
|
236
|
+
- test/twitter/oauth_test.rb
|
237
|
+
- test/twitter/request_test.rb
|
238
|
+
- test/twitter/search_test.rb
|
239
|
+
- test/twitter/trends_test.rb
|
240
|
+
- test/twitter_test.rb
|
229
241
|
has_rdoc: true
|
230
242
|
homepage: http://github.com/fujibee/twitter-jruby
|
231
243
|
licenses: []
|
232
244
|
|
233
245
|
post_install_message:
|
234
246
|
rdoc_options:
|
235
|
-
- --charset=UTF-8
|
247
|
+
- --charset=UTF-8
|
236
248
|
require_paths:
|
237
|
-
- lib
|
249
|
+
- lib
|
238
250
|
required_ruby_version: !ruby/object:Gem::Requirement
|
239
251
|
requirements:
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
252
|
+
- - ">="
|
253
|
+
- !ruby/object:Gem::Version
|
254
|
+
segments:
|
255
|
+
- 0
|
256
|
+
version: "0"
|
245
257
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
246
258
|
requirements:
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
259
|
+
- - ">="
|
260
|
+
- !ruby/object:Gem::Version
|
261
|
+
segments:
|
262
|
+
- 0
|
263
|
+
version: "0"
|
252
264
|
requirements: []
|
253
265
|
|
254
266
|
rubyforge_project:
|
@@ -257,24 +269,24 @@ signing_key:
|
|
257
269
|
specification_version: 3
|
258
270
|
summary: wrapper for the twitter api on JRuby
|
259
271
|
test_files:
|
260
|
-
- test/test_helper.rb
|
261
|
-
- test/
|
262
|
-
- test/twitter/
|
263
|
-
- test/twitter/
|
264
|
-
- test/twitter/
|
265
|
-
- test/twitter/
|
266
|
-
- test/twitter/
|
267
|
-
- test/
|
268
|
-
- examples/connect.rb
|
269
|
-
- examples/friendship_existance.rb
|
270
|
-
- examples/
|
271
|
-
- examples/
|
272
|
-
- examples/
|
273
|
-
- examples/
|
274
|
-
- examples/
|
275
|
-
- examples/
|
276
|
-
- examples/
|
277
|
-
- examples/
|
278
|
-
- examples/
|
279
|
-
- examples/
|
280
|
-
- examples/
|
272
|
+
- test/test_helper.rb
|
273
|
+
- test/twitter_test.rb
|
274
|
+
- test/twitter/base_test.rb
|
275
|
+
- test/twitter/httpauth_test.rb
|
276
|
+
- test/twitter/oauth_test.rb
|
277
|
+
- test/twitter/request_test.rb
|
278
|
+
- test/twitter/search_test.rb
|
279
|
+
- test/twitter/trends_test.rb
|
280
|
+
- examples/connect.rb
|
281
|
+
- examples/friendship_existance.rb
|
282
|
+
- examples/httpauth.rb
|
283
|
+
- examples/ids.rb
|
284
|
+
- examples/lists.rb
|
285
|
+
- examples/oauth.rb
|
286
|
+
- examples/search.rb
|
287
|
+
- examples/timeline.rb
|
288
|
+
- examples/tumblr.rb
|
289
|
+
- examples/unauthorized.rb
|
290
|
+
- examples/update.rb
|
291
|
+
- examples/user.rb
|
292
|
+
- examples/helpers/config_store.rb
|