technicalpickles-gemstalker 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +20 -0
- data/README +24 -0
- data/Rakefile +44 -0
- data/VERSION.yml +4 -0
- data/bin/gemstalk +69 -0
- data/lib/gem_stalker.rb +77 -0
- data/test/gemstalker_test.rb +64 -0
- data/test/responses/bostonrb-tree-master +565 -0
- data/test/responses/bostonrb.gemspec +13 -0
- data/test/responses/jeweler-tree-master +728 -0
- data/test/responses/jeweler.gemspec +48 -0
- data/test/responses/specs.4.8.gz +0 -0
- data/test/responses/technicalpickles-jeweler-0.8.1.gem +0 -0
- data/test/responses/technicalpickles-jeweler-0.9.3.gem +15 -0
- data/test/test_helper.rb +35 -0
- metadata +69 -0
@@ -0,0 +1,13 @@
|
|
1
|
+
HTTP/1.1 301 Moved Permanently
|
2
|
+
Server: nginx/0.6.31
|
3
|
+
Date: Fri, 13 Feb 2009 20:41:25 GMT
|
4
|
+
Content-Type: text/html; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 301 Moved Permanently
|
8
|
+
Location: http://github.com/technicalpickles/bostonrb/tree/master/
|
9
|
+
X-Runtime: 622ms
|
10
|
+
Cache-Control: no-cache
|
11
|
+
Content-Length: 122
|
12
|
+
|
13
|
+
<html><body>You are being <a href="http://github.com/technicalpickles/bostonrb/tree/master/">redirected</a>.</body></html>
|
@@ -0,0 +1,728 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.26
|
3
|
+
Date: Fri, 13 Feb 2009 20:43:42 GMT
|
4
|
+
Content-Type: text/html; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 200 OK
|
8
|
+
X-Runtime: 158ms
|
9
|
+
ETag: "c940cce76f6ac4ee99e8917a6bd3991e"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 28887
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
18
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
19
|
+
|
20
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
21
|
+
<head>
|
22
|
+
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
23
|
+
<title>technicalpickles's jeweler at master - GitHub</title>
|
24
|
+
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub" />
|
25
|
+
<link rel="fluid-icon" href="http://github.com/fluidicon.png" title="GitHub" />
|
26
|
+
|
27
|
+
|
28
|
+
<link href="http://assets3.github.com/stylesheets/bundle.css?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" media="screen" rel="stylesheet" type="text/css" />
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
|
34
|
+
<script src="http://assets2.github.com/javascripts/bundle.js?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" type="text/javascript"></script>
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
<link href="http://github.com/feeds/technicalpickles/commits/jeweler/master" rel="alternate" title="Recent Commits to jeweler:master" type="application/atom+xml" />
|
43
|
+
|
44
|
+
<meta name="description" content="Simple and opinionated helper for creating and managing Rubygem projects on GitHub" />
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
</head>
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
<body>
|
53
|
+
|
54
|
+
|
55
|
+
<div id="main">
|
56
|
+
<div id="header" class="">
|
57
|
+
<div class="site">
|
58
|
+
<div class="logo">
|
59
|
+
<a href="http://github.com"><img src="/images/modules/header/logov3.png" alt="github" /></a>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div class="actions">
|
63
|
+
<a href="http://github.com/">Home</a>
|
64
|
+
<a href="/plans"><b><u>Pricing and Signup</u></b></a>
|
65
|
+
<a href="/popular/forked">Repositories</a>
|
66
|
+
<a href="/guides">Guides</a>
|
67
|
+
<a href="/blog">Blog</a>
|
68
|
+
<a href="/login">Login</a>
|
69
|
+
</div>
|
70
|
+
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<div id="repo_menu">
|
79
|
+
<div class="site">
|
80
|
+
<ul>
|
81
|
+
|
82
|
+
<li class="active"><a href="http://github.com/technicalpickles/jeweler/tree/master">Source</a></li>
|
83
|
+
|
84
|
+
<li class=""><a href="http://github.com/technicalpickles/jeweler/commits/master">Commits</a></li>
|
85
|
+
|
86
|
+
<li class=""><a href="/technicalpickles/jeweler/network">Network (15)</a></li>
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
<li class=""><a href="/technicalpickles/jeweler/downloads">Downloads (12)</a></li>
|
91
|
+
|
92
|
+
<li class=""><a href="http://wiki.github.com/technicalpickles/jeweler">Wiki (1)</a></li>
|
93
|
+
|
94
|
+
<li class=""><a href="/technicalpickles/jeweler/graphs">Graphs</a></li>
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
</ul>
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
|
103
|
+
|
104
|
+
<div id="repo_sub_menu">
|
105
|
+
<div class="site">
|
106
|
+
<div class="joiner"></div>
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
<ul>
|
115
|
+
<li>
|
116
|
+
<a class="active" href="/technicalpickles/jeweler/tree/master">master</a>
|
117
|
+
</li>
|
118
|
+
<li>
|
119
|
+
<a href="#">all branches</a>
|
120
|
+
<ul>
|
121
|
+
|
122
|
+
|
123
|
+
<li><a href="/technicalpickles/jeweler/tree/gh-pages">gh-pages</a></li>
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
<li><a href="/technicalpickles/jeweler/tree/master">master</a></li>
|
128
|
+
|
129
|
+
|
130
|
+
</ul>
|
131
|
+
</li>
|
132
|
+
<li>
|
133
|
+
<a href="#">all tags</a>
|
134
|
+
|
135
|
+
<ul>
|
136
|
+
|
137
|
+
|
138
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.8.1">v0.8.1</a></li>
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.8.0">v0.8.0</a></li>
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.7.2">v0.7.2</a></li>
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.7.1">v0.7.1</a></li>
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.7.0">v0.7.0</a></li>
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.6.5">v0.6.5</a></li>
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.6.4">v0.6.4</a></li>
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.6.3">v0.6.3</a></li>
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.6.2">v0.6.2</a></li>
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.6.1">v0.6.1</a></li>
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.6.0">v0.6.0</a></li>
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
<li><a href="/technicalpickles/jeweler/tree/v0.4.1">v0.4.1</a></li>
|
183
|
+
|
184
|
+
|
185
|
+
</ul>
|
186
|
+
|
187
|
+
</li>
|
188
|
+
</ul>
|
189
|
+
|
190
|
+
|
191
|
+
</div>
|
192
|
+
</div>
|
193
|
+
|
194
|
+
<div class="site">
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
<div id="repos">
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
<div class="repo public">
|
208
|
+
<div class="title">
|
209
|
+
<div class="path">
|
210
|
+
<a href="/technicalpickles">technicalpickles</a> / <b><a href="http://github.com/technicalpickles/jeweler/tree">jeweler</a></b>
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
<a href="/signup" class="toggle_watch"><img alt="watch" class="button" src="http://assets2.github.com/images/modules/repos/watch_button.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></a><a href="/signup" class="toggle_watch" style="display:none;"><img alt="watch" class="button" src="http://assets1.github.com/images/modules/repos/unwatch_button.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></a>
|
225
|
+
|
226
|
+
|
227
|
+
<a href="#" id="download_button" rel="http://github.com/technicalpickles/jeweler/archives/8dc41f18b40b009fe1879860d680429bbe78927c"><img alt="download tarball" class="button" src="http://assets1.github.com/images/modules/repos/download_button.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></a>
|
228
|
+
|
229
|
+
|
230
|
+
</div>
|
231
|
+
|
232
|
+
<div class="security private_security" style="display:none">
|
233
|
+
<a href="#private_repo" rel="facebox"><img src="/images/icons/private.png" alt="private" /></a>
|
234
|
+
</div>
|
235
|
+
|
236
|
+
<div id="private_repo" class="hidden">
|
237
|
+
This repository is private.
|
238
|
+
All pages are served over SSL and all pushing and pulling is done over SSH.
|
239
|
+
No one may fork, clone, or view it unless they are added as a <a href="/technicalpickles/jeweler/edit">member</a>.
|
240
|
+
|
241
|
+
<br/>
|
242
|
+
<br/>
|
243
|
+
Every repository with this icon (<img src="/images/icons/private.png" alt="private" />) is private.
|
244
|
+
</div>
|
245
|
+
|
246
|
+
<div class="security public_security" style="">
|
247
|
+
<a href="#public_repo" rel="facebox"><img src="/images/icons/public.png" alt="public" /></a>
|
248
|
+
</div>
|
249
|
+
|
250
|
+
<div id="public_repo" class="hidden">
|
251
|
+
This repository is public.
|
252
|
+
Anyone may fork, clone, or view it.
|
253
|
+
|
254
|
+
<br/>
|
255
|
+
<br/>
|
256
|
+
Every repository with this icon (<img src="/images/icons/public.png" alt="public" />) is public.
|
257
|
+
</div>
|
258
|
+
|
259
|
+
|
260
|
+
<div class="security" style="margin-right:0.5em;">
|
261
|
+
<a href="#rubygem_install" rel="facebox"><img alt="Rubygem" src="http://assets2.github.com/images/icons/rubygem.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></a>
|
262
|
+
</div>
|
263
|
+
|
264
|
+
<div id="rubygem_install" class="hidden">
|
265
|
+
|
266
|
+
<p>Run the following if you haven't already:</p>
|
267
|
+
<pre>gem sources -a http://gems.github.com</pre>
|
268
|
+
<p>Install the gem(s):</p>
|
269
|
+
|
270
|
+
<pre>sudo gem install technicalpickles-jeweler</pre>
|
271
|
+
|
272
|
+
|
273
|
+
</div>
|
274
|
+
|
275
|
+
|
276
|
+
<div class="flexipill">
|
277
|
+
<a href="/technicalpickles/jeweler/network">
|
278
|
+
<table cellpadding="0" cellspacing="0">
|
279
|
+
<tr><td><img alt="Forks" src="http://assets3.github.com/images/modules/repos/pills/forks.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></td><td class="middle"><span>15</span></td><td><img alt="Right" src="http://assets0.github.com/images/modules/repos/pills/right.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></td></tr>
|
280
|
+
</table>
|
281
|
+
</a>
|
282
|
+
</div>
|
283
|
+
|
284
|
+
<div class="flexipill">
|
285
|
+
<a href="/technicalpickles/jeweler/watchers">
|
286
|
+
<table cellpadding="0" cellspacing="0">
|
287
|
+
<tr><td><img alt="Watchers" src="http://assets3.github.com/images/modules/repos/pills/watchers.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></td><td class="middle"><span>153</span></td><td><img alt="Right" src="http://assets0.github.com/images/modules/repos/pills/right.png?82188d2a7557f7d8fc32b3c99ad7d0356ed69b5f" /></td></tr>
|
288
|
+
</table>
|
289
|
+
</a>
|
290
|
+
</div>
|
291
|
+
</div>
|
292
|
+
<div class="meta">
|
293
|
+
<table>
|
294
|
+
|
295
|
+
|
296
|
+
<tr>
|
297
|
+
<td class="label">Description:</td>
|
298
|
+
<td>
|
299
|
+
<span id="repository_description" rel="/technicalpickles/jeweler/edit/update" class="">Simple and opinionated helper for creating and managing Rubygem projects on GitHub</span>
|
300
|
+
|
301
|
+
</td>
|
302
|
+
</tr>
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
<tr>
|
308
|
+
<td class="label">Homepage:</td>
|
309
|
+
<td>
|
310
|
+
|
311
|
+
|
312
|
+
<a href="http://technicalpickles.github.com/jeweler">http://technicalpickles.github.com/jeweler</a>
|
313
|
+
|
314
|
+
</td>
|
315
|
+
</tr>
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
<tr>
|
320
|
+
<td class="label">Clone URL:</td>
|
321
|
+
|
322
|
+
<td>
|
323
|
+
<a href="git://github.com/technicalpickles/jeweler.git" class="git_url_facebox" rel="#git-clone">git://github.com/technicalpickles/jeweler.git</a>
|
324
|
+
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
|
325
|
+
width="110"
|
326
|
+
height="14"
|
327
|
+
id="clippy" >
|
328
|
+
<param name="movie" value="/flash/clippy.swf"/>
|
329
|
+
<param name="allowScriptAccess" value="always" />
|
330
|
+
<param name="quality" value="high" />
|
331
|
+
<param name="scale" value="noscale" />
|
332
|
+
<param NAME="FlashVars" value="text=git://github.com/technicalpickles/jeweler.git">
|
333
|
+
<param name="bgcolor" value="#F0F0F0">
|
334
|
+
<embed src="/flash/clippy.swf"
|
335
|
+
width="110"
|
336
|
+
height="14"
|
337
|
+
name="clippy"
|
338
|
+
quality="high"
|
339
|
+
allowScriptAccess="always"
|
340
|
+
type="application/x-shockwave-flash"
|
341
|
+
pluginspage="http://www.macromedia.com/go/getflashplayer"
|
342
|
+
FlashVars="text=git://github.com/technicalpickles/jeweler.git"
|
343
|
+
bgcolor="#F0F0F0"
|
344
|
+
/>
|
345
|
+
</object>
|
346
|
+
|
347
|
+
<div id="git-clone" style="display:none;">
|
348
|
+
Give this clone URL to anyone.
|
349
|
+
<br/>
|
350
|
+
<code>git clone git://github.com/technicalpickles/jeweler.git </code>
|
351
|
+
</div>
|
352
|
+
</td>
|
353
|
+
</tr>
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
|
360
|
+
|
361
|
+
</table>
|
362
|
+
|
363
|
+
|
364
|
+
<div class="pledgie">
|
365
|
+
<a href='http://pledgie.org/campaigns/2604'><img alt='Click here to lend your support to: jeweler and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/2604.png?skin_name=chrome' border='0' /></a>
|
366
|
+
</div>
|
367
|
+
</div>
|
368
|
+
</div>
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
</div>
|
374
|
+
|
375
|
+
|
376
|
+
<div id="commit">
|
377
|
+
<div class="group">
|
378
|
+
|
379
|
+
<div class="envelope commit">
|
380
|
+
<div class="human">
|
381
|
+
|
382
|
+
<div class="message"><pre><a href="/technicalpickles/jeweler/commit/c0b437cc239fa2a998d3827919eb24fe289e152c">Hopefully fixing the build on runcoderun.</a> </pre></div>
|
383
|
+
|
384
|
+
|
385
|
+
<div class="actor">
|
386
|
+
<div class="gravatar">
|
387
|
+
|
388
|
+
<img alt="" height="30" src="http://www.gravatar.com/avatar/1c1aabc1abed5cce37b192dd00f0f28c?s=30&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-30.png" width="30" />
|
389
|
+
</div>
|
390
|
+
<div class="name"><a href="/technicalpickles">technicalpickles</a> <span>(author)</span></div>
|
391
|
+
<div class="date">
|
392
|
+
<abbr class="relatize" title="2009-02-09 21:25:58">Mon Feb 09 21:25:58 -0800 2009</abbr>
|
393
|
+
</div>
|
394
|
+
</div>
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
</div>
|
399
|
+
<div class="machine">
|
400
|
+
<span>c</span>ommit <a href="/technicalpickles/jeweler/commit/c0b437cc239fa2a998d3827919eb24fe289e152c" hotkey="c">c0b437cc239fa2a998d3827919eb24fe289e152c</a><br />
|
401
|
+
<span>t</span>ree <a href="/technicalpickles/jeweler/tree/c0b437cc239fa2a998d3827919eb24fe289e152c" hotkey="t">1346a54c9423713fe03cf59c8c856e0f7710dd84</a><br />
|
402
|
+
|
403
|
+
|
404
|
+
<span>p</span>arent
|
405
|
+
|
406
|
+
<a href="/technicalpickles/jeweler/tree/036a4f1377302dc7354b7971fd057ad9dd73d53d" hotkey="p">036a4f1377302dc7354b7971fd057ad9dd73d53d</a>
|
407
|
+
|
408
|
+
|
409
|
+
</div>
|
410
|
+
</div>
|
411
|
+
|
412
|
+
</div>
|
413
|
+
</div>
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
<div id="path">
|
419
|
+
<b><a href="/technicalpickles/jeweler/tree">jeweler</a></b> /
|
420
|
+
</div>
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
<script type="text/javascript">
|
426
|
+
GitHub.currentTreeSHA = "c0b437cc239fa2a998d3827919eb24fe289e152c"
|
427
|
+
GitHub.rootTreeSHA = "c0b437cc239fa2a998d3827919eb24fe289e152c"
|
428
|
+
GitHub.currentPath = ""
|
429
|
+
</script>
|
430
|
+
|
431
|
+
|
432
|
+
<div id="browser">
|
433
|
+
<table cellpadding="0" cellspacing="0">
|
434
|
+
<tr>
|
435
|
+
<th></th>
|
436
|
+
<th>name</th>
|
437
|
+
<th>age</th>
|
438
|
+
<th>
|
439
|
+
<div class="history">
|
440
|
+
<a href="/technicalpickles/jeweler/commits/master/">history</a>
|
441
|
+
</div>
|
442
|
+
message
|
443
|
+
</th>
|
444
|
+
</tr>
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
<tr class="alt">
|
450
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
451
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/.gitignore" id="e8addd6d2bc568f8e980506ca26e6bacd85ee23c">.gitignore</a></td>
|
452
|
+
|
453
|
+
<td class="age"> <span class="relatize">Sat Jan 31 23:05:10 -0800 2009</span> </td>
|
454
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/b1003a2f4234f25af4fe2f48f1e35da0d3377d41" class="message">Added support for miniunit.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
455
|
+
</tr>
|
456
|
+
|
457
|
+
<tr class="">
|
458
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
459
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/ChangeLog.markdown" id="a9a1f857d7936a03059861b79000c3f362492804">ChangeLog.markdown</a></td>
|
460
|
+
|
461
|
+
<td class="age"> <span class="relatize">Tue Feb 03 14:53:16 -0800 2009</span> </td>
|
462
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/4b2193fdf4d3490271537d9a774673fca6ce6c49" class="message">Fixed minitest generator, actually.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
463
|
+
</tr>
|
464
|
+
|
465
|
+
<tr class="alt">
|
466
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
467
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/LICENSE" id="e2c024b133d2ddb536ef91cf4dceb5900821753e">LICENSE</a></td>
|
468
|
+
|
469
|
+
<td class="age"> <span class="relatize">Tue Jan 13 23:24:16 -0800 2009</span> </td>
|
470
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/926dd1d0f02900c95a3b599390d4d6633c74740c" class="message">Added license and TODO.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
471
|
+
</tr>
|
472
|
+
|
473
|
+
<tr class="">
|
474
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
475
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/README.markdown" id="176ef8fdb23f748d21654ec16fdb4df24cd8e0ed">README.markdown</a></td>
|
476
|
+
|
477
|
+
<td class="age"> <span class="relatize">Tue Feb 03 14:49:38 -0800 2009</span> </td>
|
478
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/9df09a9ef3595b17909106b6d5117e67acb684e9" class="message">Added link to GemSpec reference. Fixed referenc...</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
479
|
+
</tr>
|
480
|
+
|
481
|
+
<tr class="alt">
|
482
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
483
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/Rakefile" id="6963c6be02973489ad8ca1219ba85efe87657791">Rakefile</a></td>
|
484
|
+
|
485
|
+
<td class="age"> <span class="relatize">Mon Feb 02 20:15:40 -0800 2009</span> </td>
|
486
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/63658837b234cada56536c9ecb729e4412743912" class="message">Added support for generating features.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
487
|
+
</tr>
|
488
|
+
|
489
|
+
<tr class="">
|
490
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
491
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/TODO" id="94c07b701ba0487e3720c41cfd5dad67e9934ed5">TODO</a></td>
|
492
|
+
|
493
|
+
<td class="age"> <span class="relatize">Sun Feb 08 23:22:36 -0800 2009</span> </td>
|
494
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/036a4f1377302dc7354b7971fd057ad9dd73d53d" class="message">Ignore pkg and rdoc in generated projects.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
495
|
+
</tr>
|
496
|
+
|
497
|
+
<tr class="alt">
|
498
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
499
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/VERSION.yml" id="e809c769c9e770fce1fbcf92eee0a75fa9891dbe">VERSION.yml</a></td>
|
500
|
+
|
501
|
+
<td class="age"> <span class="relatize">Tue Feb 03 14:53:52 -0800 2009</span> </td>
|
502
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/9b604d152421b3a55408b7c2fd6497f9589e107c" class="message">Version bump to 0.8.1</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
503
|
+
</tr>
|
504
|
+
|
505
|
+
<tr class="">
|
506
|
+
<td class="icon"> <img alt="directory" src="http://assets2.github.com/images/icons/dir.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
507
|
+
<td class="content"> <a href="/technicalpickles/jeweler/tree/c0b437cc239fa2a998d3827919eb24fe289e152c/bin" id="74e9df2e4ec05eb9ab4d5bd5edf77592c1ad5bec">bin/</a></td>
|
508
|
+
|
509
|
+
<td class="age"> <span class="relatize">Tue Feb 03 14:53:16 -0800 2009</span> </td>
|
510
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/4b2193fdf4d3490271537d9a774673fca6ce6c49" class="message">Fixed minitest generator, actually.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
511
|
+
</tr>
|
512
|
+
|
513
|
+
<tr class="alt">
|
514
|
+
<td class="icon"> <img alt="directory" src="http://assets2.github.com/images/icons/dir.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
515
|
+
<td class="content"> <a href="/technicalpickles/jeweler/tree/c0b437cc239fa2a998d3827919eb24fe289e152c/features" id="5250aa59bcb57cf5f1912c5b0d937e6b8e2e5024">features/</a></td>
|
516
|
+
|
517
|
+
<td class="age"> <span class="relatize">Mon Feb 09 21:25:58 -0800 2009</span> </td>
|
518
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/c0b437cc239fa2a998d3827919eb24fe289e152c" class="message">Hopefully fixing the build on runcoderun.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
519
|
+
</tr>
|
520
|
+
|
521
|
+
<tr class="">
|
522
|
+
<td class="icon"> <img alt="file" src="http://assets2.github.com/images/icons/txt.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
523
|
+
<td class="content"> <a href="/technicalpickles/jeweler/blob/c0b437cc239fa2a998d3827919eb24fe289e152c/jeweler.gemspec" id="0bc34fb8868980e706460fd708bfe698e0e0a7fc">jeweler.gemspec</a></td>
|
524
|
+
|
525
|
+
<td class="age"> <span class="relatize">Tue Feb 03 14:53:53 -0800 2009</span> </td>
|
526
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/da76d81fd95aa1ab2343653ba567f939b3fa6738" class="message">Regenerated gemspec for version 0.8.1</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
527
|
+
</tr>
|
528
|
+
|
529
|
+
<tr class="alt">
|
530
|
+
<td class="icon"> <img alt="directory" src="http://assets2.github.com/images/icons/dir.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
531
|
+
<td class="content"> <a href="/technicalpickles/jeweler/tree/c0b437cc239fa2a998d3827919eb24fe289e152c/lib" id="d6134972115d2c420da5916e08a2d5b8b04febe1">lib/</a></td>
|
532
|
+
|
533
|
+
<td class="age"> <span class="relatize">Sun Feb 08 23:22:36 -0800 2009</span> </td>
|
534
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/036a4f1377302dc7354b7971fd057ad9dd73d53d" class="message">Ignore pkg and rdoc in generated projects.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
535
|
+
</tr>
|
536
|
+
|
537
|
+
<tr class="">
|
538
|
+
<td class="icon"> <img alt="directory" src="http://assets2.github.com/images/icons/dir.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
539
|
+
<td class="content"> <a href="/technicalpickles/jeweler/tree/c0b437cc239fa2a998d3827919eb24fe289e152c/test" id="6b6d9646a11d20f1746bd7ef2290eab189434525">test/</a></td>
|
540
|
+
|
541
|
+
<td class="age"> <span class="relatize">Mon Feb 09 21:25:58 -0800 2009</span> </td>
|
542
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/c0b437cc239fa2a998d3827919eb24fe289e152c" class="message">Hopefully fixing the build on runcoderun.</a> [<a href="/technicalpickles">technicalpickles</a>] </td>
|
543
|
+
</tr>
|
544
|
+
|
545
|
+
<tr class="alt">
|
546
|
+
<td class="icon"> <img alt="directory" src="http://assets2.github.com/images/icons/dir.png?4d27ac28d46a533859aff933fdb9ffabc13408f0" /> </td>
|
547
|
+
<td class="content"> <a href="/technicalpickles/jeweler/tree/c0b437cc239fa2a998d3827919eb24fe289e152c/vendor" id="cc4e0f08fd9b289d86e498d8d8d7a99cbfa88df6">vendor/</a></td>
|
548
|
+
|
549
|
+
<td class="age"> <span class="relatize">Sat Nov 15 03:52:03 -0800 2008</span> </td>
|
550
|
+
<td class="message"> <a href="/technicalpickles/jeweler/commit/8dc41f18b40b009fe1879860d680429bbe78927c" class="message">Cleaned eol whitespace</a> [<a href="/namelessjon">namelessjon</a>] </td>
|
551
|
+
</tr>
|
552
|
+
|
553
|
+
</table>
|
554
|
+
</div>
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
|
560
|
+
|
561
|
+
<div id="readme" class="announce"><span class="name"></span><div class="wikistyle"><h1>Jeweler: Craft the perfect RubyGem</h1>
|
562
|
+
|
563
|
+
<p>Jeweler provides two things:</p>
|
564
|
+
|
565
|
+
<ul>
|
566
|
+
<li>Rake tasks for managing gems and versioning of a <a href="http://github.com">GitHub</a> project</li>
|
567
|
+
<li>A generator for creating kickstarting a new project</li>
|
568
|
+
</ul>
|
569
|
+
|
570
|
+
|
571
|
+
<h2>Setting up in an existing project</h2>
|
572
|
+
|
573
|
+
<p>It's easy to get up and running. Update your instantiate a <code>Jeweler::Tasks</code>, and give it a block with details about your project.</p>
|
574
|
+
|
575
|
+
<pre><code>begin
|
576
|
+
require 'jeweler'
|
577
|
+
Jeweler::Tasks.new do |s|
|
578
|
+
s.name = "the-perfect-gem"
|
579
|
+
s.summary = "TODO"
|
580
|
+
s.email = "josh@technicalpickles.com"
|
581
|
+
s.homepage = "http://github.com/technicalpickles/the-perfect-gem"
|
582
|
+
s.description = "TODO"
|
583
|
+
s.authors = ["Josh Nichols"]
|
584
|
+
end
|
585
|
+
rescue LoadError
|
586
|
+
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
587
|
+
end
|
588
|
+
</code></pre>
|
589
|
+
|
590
|
+
<p>In this example, <code>s</code> is a Gem::Specification object. See the <a href="http://www.rubygems.org/read/chapter/20">GemSpec reference</a> for values of interest.</p>
|
591
|
+
|
592
|
+
<h2>Kicking off a new project</h2>
|
593
|
+
|
594
|
+
<p>Jeweler provides a generator. It requires you to <a href="http://github.com/guides/tell-git-your-user-name-and-email-address">setup your name and email for git</a> and <a href="http://github.com/guides/local-github-config">your username and token for GitHub</a>.</p>
|
595
|
+
|
596
|
+
<pre><code>jeweler the-perfect-gem
|
597
|
+
</code></pre>
|
598
|
+
|
599
|
+
<p>This will prepare a project in the 'the-perfect-gem' directory, setup to use Jeweler.</p>
|
600
|
+
|
601
|
+
<p>It supports a number of options:</p>
|
602
|
+
|
603
|
+
<ul>
|
604
|
+
<li>--create-repo: in addition to preparing a project, it create an repo up on GitHub and enable RubyGem generation</li>
|
605
|
+
<li>--testunit: generate test_helper.rb and test ready for test/unit</li>
|
606
|
+
<li>--minitest: generate test_helper.rb and test ready for minitest </li>
|
607
|
+
<li>--shoulda: generate test_helper.rb and test ready for shoulda (this is the default)</li>
|
608
|
+
<li>--rspec: generate spec_helper.rb and spec ready for rspec</li>
|
609
|
+
<li>--bacon: generate spec_helper.rb and spec ready for bacon</li>
|
610
|
+
</ul>
|
611
|
+
|
612
|
+
|
613
|
+
<h2>Gemspec</h2>
|
614
|
+
|
615
|
+
<p>Jeweler handles generating a gemspec file for your project:</p>
|
616
|
+
|
617
|
+
<pre><code>rake gemspec
|
618
|
+
</code></pre>
|
619
|
+
|
620
|
+
<p>This creates a gemspec for your project. It's based on the info you give <code>Jeweler::Tasks</code>, the current version of your project, and some defaults that Jeweler provides.</p>
|
621
|
+
|
622
|
+
<h2>Gem</h2>
|
623
|
+
|
624
|
+
<p>Jeweler gives you tasks for building and installing your gem:</p>
|
625
|
+
|
626
|
+
<pre><code>rake build
|
627
|
+
rake install
|
628
|
+
</code></pre>
|
629
|
+
|
630
|
+
<h2>Versioning</h2>
|
631
|
+
|
632
|
+
<p>Jeweler tracks the version of your project. It assumes you will be using a version in the format <code>x.y.z</code>. <code>x</code> is the 'major' version, <code>y</code> is the 'minor' version, and <code>z</code> is the patch version.</p>
|
633
|
+
|
634
|
+
<p>Initially, your project starts out at 0.0.0. Jeweler provides Rake tasks for bumping the version:</p>
|
635
|
+
|
636
|
+
<pre><code>rake version:bump:major
|
637
|
+
rake version:bump:minor
|
638
|
+
rake version:bump:patch
|
639
|
+
</code></pre>
|
640
|
+
|
641
|
+
<h2>Releasing</h2>
|
642
|
+
|
643
|
+
<p>Jeweler handles releasing your gem into the wild:</p>
|
644
|
+
|
645
|
+
<pre><code>rake release
|
646
|
+
</code></pre>
|
647
|
+
|
648
|
+
<p>It does the following for you:</p>
|
649
|
+
|
650
|
+
<ul>
|
651
|
+
<li>Regenerate the gemspec to the latest version of your project</li>
|
652
|
+
<li>Push to GitHub (which results in a gem being build)</li>
|
653
|
+
<li>Tag the version and push to GitHub</li>
|
654
|
+
</ul>
|
655
|
+
|
656
|
+
|
657
|
+
<h2>Workflow</h2>
|
658
|
+
|
659
|
+
<ul>
|
660
|
+
<li>Hack, commit, hack, commit, etc, etc</li>
|
661
|
+
<li><code>rake version:bump:patch release</code> to do the actual version bump and release</li>
|
662
|
+
<li>Have a delicious scotch</li>
|
663
|
+
<li>Go to <a href="http://hasmygembuiltyet.org">Has My Gem Built Yet</a> and wait for your gem to be built</li>
|
664
|
+
</ul>
|
665
|
+
|
666
|
+
|
667
|
+
<h2>Links</h2>
|
668
|
+
|
669
|
+
<ul>
|
670
|
+
<li><a href="http://technicalpickles.lighthouseapp.com/projects/23560-jeweler/overview">Bugs</a></li>
|
671
|
+
<li><a href="http://pledgie.org/campaigns/2604">Donate</a></li>
|
672
|
+
</ul>
|
673
|
+
|
674
|
+
</div></div>
|
675
|
+
|
676
|
+
</div>
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
<div class="push"></div>
|
681
|
+
</div>
|
682
|
+
|
683
|
+
<div id="footer">
|
684
|
+
<div class="site">
|
685
|
+
<div class="info">
|
686
|
+
<div class="links">
|
687
|
+
<a href="http://github.com/blog/148-github-shirts-now-available">Shirts</a> |
|
688
|
+
<a href="http://github.com/blog">Blog</a> |
|
689
|
+
<a href="http://support.github.com/">Support</a> |
|
690
|
+
<a href="http://github.com/training">Training</a> |
|
691
|
+
<a href="http://github.com/contact">Contact</a> |
|
692
|
+
<a href="http://groups.google.com/group/github/">Google Group</a> |
|
693
|
+
<a href="http://github.com/guides/the-github-api">API</a> |
|
694
|
+
<a href="http://twitter.com/github">Status</a>
|
695
|
+
</div>
|
696
|
+
<div class="company">
|
697
|
+
<span id="_rrt" title="0.17456s from xc88-s00039">GitHub</span>
|
698
|
+
is <a href="http://logicalawesome.com/">Logical Awesome</a> ©2009 | <a href="/site/terms">Terms of Service</a> | <a href="/site/privacy">Privacy Policy</a>
|
699
|
+
</div>
|
700
|
+
</div>
|
701
|
+
<div class="sponsor">
|
702
|
+
<a href="http://engineyard.com"><img src="/images/modules/footer/engine_yard_logo.png" alt="Engine Yard" /></a>
|
703
|
+
<div>
|
704
|
+
Hosting provided by our<br /> partners at Engine Yard
|
705
|
+
</div>
|
706
|
+
</div>
|
707
|
+
</div>
|
708
|
+
</div>
|
709
|
+
|
710
|
+
<div id="coming_soon" style="display:none;">
|
711
|
+
This feature is coming soon. Sit tight!
|
712
|
+
</div>
|
713
|
+
|
714
|
+
|
715
|
+
<script type="text/javascript">
|
716
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
717
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
718
|
+
</script>
|
719
|
+
<script type="text/javascript">
|
720
|
+
var pageTracker = _gat._getTracker("UA-3769691-2");
|
721
|
+
pageTracker._initData();
|
722
|
+
pageTracker._trackPageview();
|
723
|
+
</script>
|
724
|
+
|
725
|
+
|
726
|
+
</body>
|
727
|
+
</html>
|
728
|
+
|