consadole_aggregator 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{consadole_aggregator}
8
- s.version = "0.1.7"
8
+ s.version = "0.1.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["niku"]
12
- s.date = %q{2011-06-09}
12
+ s.date = %q{2011-06-10}
13
13
  s.default_executable = %q{consadole_aggregator}
14
14
  s.description = %q{ It aggregates infomation of 'Consadole Sapporo' }
15
15
  s.email = %q{niku@niku.name}
@@ -43,6 +43,7 @@ Gem::Specification.new do |s|
43
43
  "spec/consadole_aggregator/live_spec.rb",
44
44
  "spec/consadole_aggregator/news_spec.rb",
45
45
  "spec/ext/asahi.txt",
46
+ "spec/ext/clubconsadole.txt",
46
47
  "spec/ext/consaburn.txt",
47
48
  "spec/ext/consaclub.txt",
48
49
  "spec/ext/consadolenews.txt",
@@ -4,6 +4,7 @@ require 'rss'
4
4
  require 'uri'
5
5
  require 'kconv'
6
6
  require 'net/http'
7
+ require 'net/https'
7
8
  require 'nokogiri'
8
9
 
9
10
  module ConsadoleAggregator
@@ -90,6 +91,18 @@ module ConsadoleAggregator
90
91
  }.reverse },
91
92
  ->(article){ article }
92
93
  ],
94
+ Clubconsadole:
95
+ [
96
+ ->{
97
+ uri = URI.parse('https://www.finn.ne.jp/user.cgi?fanclub_id=67&actmode=NewsArticleSummary')
98
+ https = Net::HTTP.new(uri.host, uri.port)
99
+ https.use_ssl = true
100
+ https.verify_mode = OpenSSL::SSL::VERIFY_NONE
101
+ https.start { https.get(uri.request_uri).body.toutf8 }
102
+ },
103
+ ->(list){ Nokogiri::HTML(list).search('dl dd').reverse },
104
+ ->(article){ { url:'https://www.finn.ne.jp/' + article.at('a')['href'], title: article.text } }
105
+ ],
93
106
  }.each do |k,v|
94
107
  klass = Class.new do
95
108
  include Aggregatable
@@ -109,6 +109,8 @@ describe ConsadoleAggregator do
109
109
  ->{ File.read('./spec/ext/jsgoalnews.txt').toutf8 }
110
110
  ConsadoleAggregator::News::Jsgoalphotos.get_resource =
111
111
  ->{ File.read('./spec/ext/jsgoalphotos.txt').toutf8 }
112
+ ConsadoleAggregator::News::Clubconsadole.get_resource =
113
+ ->{ File.read('./spec/ext/clubconsadole.txt').toutf8 }
112
114
 
113
115
  module News
114
116
  def self.trace(url_path, limit=nil)
@@ -155,5 +157,13 @@ describe ConsadoleAggregator do
155
157
  it 'Jsgoalphotos should not raise Exception' do
156
158
  expect{ ConsadoleAggregator::News::Jsgoalphotos.new.get_new_articles }.to_not raise_error
157
159
  end
160
+ describe ConsadoleAggregator::News::Clubconsadole do
161
+ subject{ ConsadoleAggregator::News::Clubconsadole.new }
162
+ it 'Clubconsadole should not raise Exception' do
163
+ expect{ subject.get_new_articles }.to_not raise_error
164
+ end
165
+ it{ subject.get_new_articles.should have_at_least(1).items }
166
+ it{ p subject.get_new_articles }
167
+ end
158
168
  end
159
169
  end
@@ -0,0 +1,325 @@
1
+ <html>
2
+ <head>
3
+ <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
4
+ <meta http-equiv="Pragma" content="no-cache">
5
+ <link rel="stylesheet" type="text/css" href="/style/user/cc/cms/reset.css" />
6
+ <link rel="stylesheet" type="text/css" href="/style/user/cc/cms/news2.css" />
7
+ </head>
8
+ <body>
9
+
10
+
11
+
12
+
13
+ <!--srt-->
14
+ <dl>
15
+ <dt>2011-06-07</dt>
16
+ <dd><a href="user.cgi?articleid=4247&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_4247" target="_top"><p>�T���x�́u�����|�C���g�v�u�J�E��|�C���g�v�̃|�C���g�t���‚��܂���</p></a></dd>
17
+ </dl>
18
+ <!--end-->
19
+
20
+ <!--srt-->
21
+ <dl>
22
+ <dt>2011-05-25</dt>
23
+ <dd><a href="user.cgi?articleid=4159&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_4159" target="_top"><p>�N���u�R���T�h�[���@�l����i�����w���j�̊F���܂�</p></a></dd>
24
+ </dl>
25
+ <!--end-->
26
+
27
+ <!--srt-->
28
+ <dl>
29
+ <dt>2011-05-18</dt>
30
+ <dd><a href="user.cgi?articleid=4112&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_4112" target="_top"><p>�v���~�A��������ܓ��T�@�u�o�[�X�f�C�v���[���g�v�̔����Ɋւ��܂���</p></a></dd>
31
+ </dl>
32
+ <!--end-->
33
+
34
+ <!--srt-->
35
+ <dl>
36
+ <dt>2011-04-26</dt>
37
+ <dd><a href="user.cgi?articleid=3955&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3955" target="_top"><p><span style="font-family: '�l�r ����','serif';">�S��</span><span lang="EN-US">23</span><span style="font-family: '�l�r ����','serif';">��</span><span lang="EN-US"> vs </span><span style="">�Ó�x���}�[����@����|�C���g�‚��܂���<br /></span></p></a></dd>
38
+ </dl>
39
+ <!--end-->
40
+
41
+ <!--srt-->
42
+ <dl>
43
+ <dt>2011-04-22</dt>
44
+ <dd><a href="user.cgi?articleid=3916&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3916" target="_top"><p>�S���Q�R��(�y)�Ó�x���}�[����@�N���u�R���T�h�[���u�[�X�J�݂̂��ē�</p></a></dd>
45
+ </dl>
46
+ <!--end-->
47
+
48
+ <!--srt-->
49
+ <dl>
50
+ <dt>2011-04-22</dt>
51
+ <dd><a href="user.cgi?articleid=3910&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3910" target="_top"><p>�N���u�R���T�h�[���C���t�H���[ �V�����f�X�N�@�Վ��Ή��̂��m�点</p></a></dd>
52
+ </dl>
53
+ <!--end-->
54
+
55
+ <!--srt-->
56
+ <dl>
57
+ <dt>2011-04-15</dt>
58
+ <dd><a href="user.cgi?articleid=3879&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3879" target="_top"><p>�N���u�R���T�h�[��WEB��t�ĊJ�̂��m�点</p></a></dd>
59
+ </dl>
60
+ <!--end-->
61
+
62
+ <!--srt-->
63
+ <dl>
64
+ <dt>2011-04-04</dt>
65
+ <dd><a href="user.cgi?articleid=3778&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3778" target="_top"><p>2011�R���T�h�[���D�y�z�[���Q�[���@��2�߁E��3�߁E��5�߂̒��~�ɔ����`�P�b�g�̂���舵���ɂ‚���</p></a></dd>
66
+ </dl>
67
+ <!--end-->
68
+
69
+ <!--srt-->
70
+ <dl>
71
+ <dt>2011-03-22</dt>
72
+ <dd><a href="user.cgi?articleid=3699&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3699" target="_top"><p>2011 J���[�O�f�B�r�W�����Q�@��T�߁`��7�� �������~ �y�� ��W�߂���̃��[�O��ĊJ����̂��m�点</p></a></dd>
73
+ </dl>
74
+ <!--end-->
75
+
76
+ <!--srt-->
77
+ <dl>
78
+ <dt>2011-03-18</dt>
79
+ <dd><a href="user.cgi?articleid=3678&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3678" target="_top"><p>�N���u�R���T�h�[���E�C���t�H���[�V�����f�X�N�@�Վ��Ή��̂��m�点</p></a></dd>
80
+ </dl>
81
+ <!--end-->
82
+
83
+ <!--srt-->
84
+ <dl>
85
+ <dt>2011-03-14</dt>
86
+ <dd><a href="user.cgi?articleid=3652&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3652" target="_top"><p>2011 J���[�O�f�B�r�W�����Q�@��3�� ��t�� �@��4�� ���ː�@�������~�̂��m�点</p></a></dd>
87
+ </dl>
88
+ <!--end-->
89
+
90
+ <!--srt-->
91
+ <dl>
92
+ <dt>2011-03-13</dt>
93
+ <dd><a href="user.cgi?articleid=3634&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3634" target="_top"><p>�������x���̂��m�点</p></a></dd>
94
+ </dl>
95
+ <!--end-->
96
+
97
+ <!--srt-->
98
+ <dl>
99
+ <dt>2011-03-11</dt>
100
+ <dd><a href="user.cgi?articleid=3628&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3628" target="_top"><p>2011 J���[�O�f�B�r�W�����Q<br />�R���T�h�[���D�y ���� �M�����@���c�k��B�@�������~�̂��m�点</p></a></dd>
101
+ </dl>
102
+ <!--end-->
103
+
104
+ <!--srt-->
105
+ <dl>
106
+ <dt>2011-03-10</dt>
107
+ <dd><a href="user.cgi?articleid=3623&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3623" target="_top"><p>�N���u�R���T�h�[�����݃u�[�X�̐ݒu�ɂ‚���</p></a></dd>
108
+ </dl>
109
+ <!--end-->
110
+
111
+ <!--srt-->
112
+ <dl>
113
+ <dt>2011-03-10</dt>
114
+ <dd><a href="user.cgi?articleid=3616&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3616" target="_top"><p>�w�N���u�R���T�h�[���Q����t�^�V�[�Y ���V�[�g�Q���̔��x���ɂĂ��\���݂����������F�l�ւ̔����ɂ‚��Ă̂��m�点 </p></a></dd>
115
+ </dl>
116
+ <!--end-->
117
+
118
+ <!--srt-->
119
+ <dl>
120
+ <dt>2011-03-04</dt>
121
+ <dd><a href="user.cgi?articleid=3584&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3584" target="_top"><p>�N���u�R���T�h�[���C���t�H���[ �V�����f�X�N�@�Վ��Ή��̂��m�点</p></a></dd>
122
+ </dl>
123
+ <!--end-->
124
+
125
+ <!--srt-->
126
+ <dl>
127
+ <dt>2011-02-28</dt>
128
+ <dd><a href="user.cgi?articleid=3547&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3547" target="_top"><p>�N���u�R���T�h�[���uIC�J�[�h�v�딭�����ɂ‚��Ă̂��l��</p></a></dd>
129
+ </dl>
130
+ <!--end-->
131
+
132
+ <!--srt-->
133
+ <dl>
134
+ <dt>2011-02-21</dt>
135
+ <dd><a href="user.cgi?articleid=3506&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3506" target="_top"><p><!--[if gte mso 9]><xml>
136
+ <w:WordDocument>
137
+ <w:View>Normal</w:View>
138
+ <w:Zoom>0</w:Zoom>
139
+ <w:PunctuationKerning/>
140
+ <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
141
+ <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery>
142
+ <w:ValidateAgainstSchemas/>
143
+ <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
144
+ <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
145
+ <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
146
+ <w:Compatibility>
147
+ <w:SpaceForUL/>
148
+ <w:BalanceSingleByteDoubleByteWidth/>
149
+ <w:DoNotLeaveBackslashAlone/>
150
+ <w:ULTrailSpace/>
151
+ <w:DoNotExpandShiftReturn/>
152
+ <w:AdjustLineHeightInTable/>
153
+ <w:BreakWrappedTables/>
154
+ <w:SnapToGridInCell/>
155
+ <w:WrapTextWithPunct/>
156
+ <w:UseAsianBreakRules/>
157
+ <w:DontGrowAutofit/>
158
+ <w:UseFELayout/>
159
+ </w:Compatibility>
160
+ <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
161
+ </w:WordDocument>
162
+ </xml><![endif]--><!--[if gte mso 9]><xml>
163
+ <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
164
+ </w:LatentStyles>
165
+ </xml><![endif]--><!--[if gte mso 10]>
166
+ <style>
167
+ /* Style Definitions */
168
+ table.MsoNormalTable
169
+ {mso-style-name:�W���̕\;
170
+ mso-tstyle-rowband-size:0;
171
+ mso-tstyle-colband-size:0;
172
+ mso-style-noshow:yes;
173
+ mso-style-parent:"";
174
+ mso-padding-alt:0mm 5.4pt 0mm 5.4pt;
175
+ mso-para-margin:0mm;
176
+ mso-para-margin-bottom:.0001pt;
177
+ mso-pagination:widow-orphan;
178
+ font-size:10.0pt;
179
+ font-family:"Times New Roman";
180
+ mso-fareast-font-family:"Times New Roman";
181
+ mso-ansi-language:#0400;
182
+ mso-fareast-language:#0400;
183
+ mso-bidi-language:#0400;}
184
+ </style>
185
+ <![endif]--></p><p class="MsoNormal"><!--[if gte mso 9]><xml>
186
+ <w:WordDocument>
187
+ <w:View>Normal</w:View>
188
+ <w:Zoom>0</w:Zoom>
189
+ <w:PunctuationKerning/>
190
+ <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
191
+ <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery>
192
+ <w:ValidateAgainstSchemas/>
193
+ <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
194
+ <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
195
+ <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
196
+ <w:Compatibility>
197
+ <w:SpaceForUL/>
198
+ <w:BalanceSingleByteDoubleByteWidth/>
199
+ <w:DoNotLeaveBackslashAlone/>
200
+ <w:ULTrailSpace/>
201
+ <w:DoNotExpandShiftReturn/>
202
+ <w:AdjustLineHeightInTable/>
203
+ <w:BreakWrappedTables/>
204
+ <w:SnapToGridInCell/>
205
+ <w:WrapTextWithPunct/>
206
+ <w:UseAsianBreakRules/>
207
+ <w:DontGrowAutofit/>
208
+ <w:UseFELayout/>
209
+ </w:Compatibility>
210
+ <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
211
+ </w:WordDocument>
212
+ </xml><![endif]--><!--[if gte mso 9]><xml>
213
+ <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
214
+ </w:LatentStyles>
215
+ </xml><![endif]--><!--[if gte mso 10]>
216
+ <style>
217
+ /* Style Definitions */
218
+ table.MsoNormalTable
219
+ {mso-style-name:�W���̕\;
220
+ mso-tstyle-rowband-size:0;
221
+ mso-tstyle-colband-size:0;
222
+ mso-style-noshow:yes;
223
+ mso-style-parent:"";
224
+ mso-padding-alt:0mm 5.4pt 0mm 5.4pt;
225
+ mso-para-margin:0mm;
226
+ mso-para-margin-bottom:.0001pt;
227
+ mso-pagination:widow-orphan;
228
+ font-size:10.0pt;
229
+ font-family:"Times New Roman";
230
+ mso-fareast-font-family:"Times New Roman";
231
+ mso-ansi-language:#0400;
232
+ mso-fareast-language:#0400;
233
+ mso-bidi-language:#0400;}
234
+ </style>
235
+ <![endif]--></p><p class="MsoNormal"><span lang="EN-US" style="font-family: &quot;�l�r �o�S�V�b�N&quot;;">2011</span><span style="font-family: &quot;�l�r �o�S�V�b�N&quot;;">�N���u�R���T�h�[���@�z�[���Q�[�����ꌔ�D��\���t�ɂ‚��܂���</span></p></a></dd>
236
+ </dl>
237
+ <!--end-->
238
+
239
+ <!--srt-->
240
+ <dl>
241
+ <dt>2011-02-18</dt>
242
+ <dd><a href="user.cgi?articleid=3482&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3482" target="_top"><p>�N���u�R���T�h�[�������уV�[�Y���V�[�g�̔�2����t�J�n�̂��m�点</p></a></dd>
243
+ </dl>
244
+ <!--end-->
245
+
246
+ <!--srt-->
247
+ <dl>
248
+ <dt>2011-02-16</dt>
249
+ <dd><a href="user.cgi?articleid=3480&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3480" target="_top"><p>�N���u�R���T�h�[������̂��m�点<br />�u�N���u�R���T�h�[��2����t/�V�[�Y���V�[�g2���̔��v�u1���\�����̔[�i�\��v</p></a></dd>
250
+ </dl>
251
+ <!--end-->
252
+
253
+ <!--srt-->
254
+ <dl>
255
+ <dt>2011-02-08</dt>
256
+ <dd><a href="user.cgi?articleid=3414&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3414" target="_top"><p>�R���r�j�G���X�E�X�g�A�ł̃N���W�b�g�J�[�h�ł̂��x�����Ɋւ��܂���</p></a></dd>
257
+ </dl>
258
+ <!--end-->
259
+
260
+ <!--srt-->
261
+ <dl>
262
+ <dt>2011-02-01</dt>
263
+ <dd><a href="user.cgi?articleid=3413&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3413" target="_top"><p>�V�[�g�I��p�������̔����x���ɂ‚���</p></a></dd>
264
+ </dl>
265
+ <!--end-->
266
+
267
+ <!--srt-->
268
+ <dl>
269
+ <dt>2011-01-31</dt>
270
+ <dd><a href="user.cgi?articleid=3412&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3412" target="_top"><p>�N���u�R���T�h�[���E�V�[�Y���V�[�g��&rdquo;�P���̔��̂��\���ݒ���&rdquo;�ɂ‚���</p></a></dd>
271
+ </dl>
272
+ <!--end-->
273
+
274
+ <!--srt-->
275
+ <dl>
276
+ <dt>2011-01-31</dt>
277
+ <dd><a href="user.cgi?articleid=3411&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3411" target="_top"><p>�R���r�j�G���X�E�X�g�A�\�����݂ɑ΂���`�[�̔����x���Ɋւ��܂���</p></a></dd>
278
+ </dl>
279
+ <!--end-->
280
+
281
+ <!--srt-->
282
+ <dl>
283
+ <dt>2011-01-28</dt>
284
+ <dd><a href="user.cgi?articleid=3410&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3410" target="_top"><p>�N���u�R���T�h�[���C���t�H���[ �V�����f�X�N�@�Վ��Ή��̂��m�点</p></a></dd>
285
+ </dl>
286
+ <!--end-->
287
+
288
+ <!--srt-->
289
+ <dl>
290
+ <dt>2011-01-19</dt>
291
+ <dd><a href="user.cgi?articleid=3409&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3409" target="_top"><p>�t���V�[�Y���@�S�[���h�V�[�g�V�K��t�I���̂��m�点</p></a></dd>
292
+ </dl>
293
+ <!--end-->
294
+
295
+ <!--srt-->
296
+ <dl>
297
+ <dt>2011-01-14</dt>
298
+ <dd><a href="user.cgi?articleid=3408&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3408" target="_top"><p>�N���u�R���T�h�[�� �\����t�V�X�e���̏�Q�ɂ‚���</p></a></dd>
299
+ </dl>
300
+ <!--end-->
301
+
302
+ <!--srt-->
303
+ <dl>
304
+ <dt>2011-01-13</dt>
305
+ <dd><a href="user.cgi?articleid=3407&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3407" target="_top"><p>CLUB CONSADOLE �g�уT�C�g�ł̌p����������[�X����܂����B</p></a></dd>
306
+ </dl>
307
+ <!--end-->
308
+
309
+ <!--srt-->
310
+ <dl>
311
+ <dt>2011-01-11</dt>
312
+ <dd><a href="user.cgi?articleid=3406&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3406" target="_top"><p>2011�N�uCLUB CONSADOLE�v���a���I</p></a></dd>
313
+ </dl>
314
+ <!--end-->
315
+
316
+ <!--srt-->
317
+ <dl>
318
+ <dt>2011-01-11</dt>
319
+ <dd><a href="user.cgi?articleid=3405&amp;actmode=NewsArticleList&amp;fanclub_id=67#article_3405" target="_top">�~�V������ �R���T�h�[���D�y�����L�����y�[��</a></dd>
320
+ </dl>
321
+ <!--end-->
322
+
323
+
324
+ </body>
325
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consadole_aggregator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,12 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-06-09 00:00:00.000000000 +09:00
12
+ date: 2011-06-10 00:00:00.000000000 +09:00
13
13
  default_executable: consadole_aggregator
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri
17
- requirement: &2154604020 !ruby/object:Gem::Requirement
17
+ requirement: &2166034280 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2154604020
25
+ version_requirements: *2166034280
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: oauth
28
- requirement: &2154609720 !ruby/object:Gem::Requirement
28
+ requirement: &2166057680 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,10 +33,10 @@ dependencies:
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
- version_requirements: *2154609720
36
+ version_requirements: *2166057680
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: rubytter
39
- requirement: &2154612100 !ruby/object:Gem::Requirement
39
+ requirement: &2166060080 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
42
  - - ! '>='
@@ -44,10 +44,10 @@ dependencies:
44
44
  version: '0'
45
45
  type: :runtime
46
46
  prerelease: false
47
- version_requirements: *2154612100
47
+ version_requirements: *2166060080
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: bundler
50
- requirement: &2154615280 !ruby/object:Gem::Requirement
50
+ requirement: &2166063720 !ruby/object:Gem::Requirement
51
51
  none: false
52
52
  requirements:
53
53
  - - ! '>='
@@ -55,10 +55,10 @@ dependencies:
55
55
  version: '0'
56
56
  type: :development
57
57
  prerelease: false
58
- version_requirements: *2154615280
58
+ version_requirements: *2166063720
59
59
  - !ruby/object:Gem::Dependency
60
60
  name: rcov
61
- requirement: &2154745920 !ruby/object:Gem::Requirement
61
+ requirement: &2166158020 !ruby/object:Gem::Requirement
62
62
  none: false
63
63
  requirements:
64
64
  - - ! '>='
@@ -66,10 +66,10 @@ dependencies:
66
66
  version: '0'
67
67
  type: :development
68
68
  prerelease: false
69
- version_requirements: *2154745920
69
+ version_requirements: *2166158020
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: rspec
72
- requirement: &2164445740 !ruby/object:Gem::Requirement
72
+ requirement: &2166380200 !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
75
75
  - - ! '>='
@@ -77,10 +77,10 @@ dependencies:
77
77
  version: '0'
78
78
  type: :development
79
79
  prerelease: false
80
- version_requirements: *2164445740
80
+ version_requirements: *2166380200
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: jeweler
83
- requirement: &2164443720 !ruby/object:Gem::Requirement
83
+ requirement: &2166378600 !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements:
86
86
  - - ! '>='
@@ -88,7 +88,7 @@ dependencies:
88
88
  version: '0'
89
89
  type: :development
90
90
  prerelease: false
91
- version_requirements: *2164443720
91
+ version_requirements: *2166378600
92
92
  description: ! ' It aggregates infomation of ''Consadole Sapporo'' '
93
93
  email: niku@niku.name
94
94
  executables:
@@ -122,6 +122,7 @@ files:
122
122
  - spec/consadole_aggregator/live_spec.rb
123
123
  - spec/consadole_aggregator/news_spec.rb
124
124
  - spec/ext/asahi.txt
125
+ - spec/ext/clubconsadole.txt
125
126
  - spec/ext/consaburn.txt
126
127
  - spec/ext/consaclub.txt
127
128
  - spec/ext/consadolenews.txt
@@ -270,7 +271,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
270
271
  version: '0'
271
272
  segments:
272
273
  - 0
273
- hash: -1211482926484837619
274
+ hash: -3581637451903569852
274
275
  required_rubygems_version: !ruby/object:Gem::Requirement
275
276
  none: false
276
277
  requirements: