share_some_love 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +13 -1
- data/LOVE_by_author.md +55 -41
- data/LOVE_by_gem.md +61 -108
- data/lib/love.rb +4 -4
- data/lib/love/version.rb +1 -1
- data/share_some_love.gemspec +1 -0
- data/templates/md/_gem.md.erb +2 -8
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ae531921062a48761c6ba403831271d98a9cfb5
|
4
|
+
data.tar.gz: 17d56e684559fae75ecf0677adec15d4e33ae1ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37391ccec1f31ba7c11ffeb832a51146362ec1f1409213565e7ba134616b3814e22911ed842b0f00bdbf96fd2c2dcd9177e86a744f514cdee5b453ccfc70a1f3
|
7
|
+
data.tar.gz: eeff3ba16f4636d055d00e67f2e733940b7c686918566f8648cb83c24545914236f2b6900d68257abe57575732cbc06f914bc24eef471beae7471c8cca519b91
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,19 +1,22 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
share_some_love (0.
|
4
|
+
share_some_love (0.1.3)
|
5
5
|
bundler
|
6
|
+
highline
|
6
7
|
octokit
|
7
8
|
|
8
9
|
GEM
|
9
10
|
remote: http://rubygems.org/
|
10
11
|
specs:
|
11
12
|
addressable (2.3.4)
|
13
|
+
diff-lcs (1.2.4)
|
12
14
|
faraday (0.8.7)
|
13
15
|
multipart-post (~> 1.1)
|
14
16
|
faraday_middleware (0.9.0)
|
15
17
|
faraday (>= 0.7.4, < 0.9)
|
16
18
|
hashie (2.0.5)
|
19
|
+
highline (1.6.19)
|
17
20
|
multi_json (1.7.7)
|
18
21
|
multipart-post (1.2.0)
|
19
22
|
netrc (0.7.7)
|
@@ -24,9 +27,18 @@ GEM
|
|
24
27
|
hashie (~> 2.0)
|
25
28
|
multi_json (~> 1.3)
|
26
29
|
netrc (~> 0.7.7)
|
30
|
+
rspec (2.13.0)
|
31
|
+
rspec-core (~> 2.13.0)
|
32
|
+
rspec-expectations (~> 2.13.0)
|
33
|
+
rspec-mocks (~> 2.13.0)
|
34
|
+
rspec-core (2.13.1)
|
35
|
+
rspec-expectations (2.13.0)
|
36
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
37
|
+
rspec-mocks (2.13.1)
|
27
38
|
|
28
39
|
PLATFORMS
|
29
40
|
ruby
|
30
41
|
|
31
42
|
DEPENDENCIES
|
43
|
+
rspec
|
32
44
|
share_some_love!
|
data/LOVE_by_author.md
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
```
|
27
27
|
|
28
|
-
#### I
|
28
|
+
#### I can’t describe in words how helpful is what they did! And you know? That’s unbelievable cool!
|
29
29
|
|
30
30
|
|
31
31
|
|
@@ -33,12 +33,12 @@
|
|
33
33
|
Follow on github: [@sporkmonger](http://github.com/sporkmonger)
|
34
34
|
|
35
35
|
|
36
|
-
|
36
|
+
Thank you very much [**Bob Aman**](http://github.com/sporkmonger) for the terrific realization of
|
37
37
|
|
38
38
|
|
39
39
|
[**addressable**](http://addressable.rubyforge.org/).
|
40
40
|
|
41
|
-
|
41
|
+
Just be so great as you are and remember that your work never being useless!
|
42
42
|
|
43
43
|
--------
|
44
44
|
|
@@ -47,12 +47,12 @@ I wanna hug you someday and say in person what great job you done!
|
|
47
47
|
Follow on github: [@indirect](http://github.com/indirect)
|
48
48
|
|
49
49
|
|
50
|
-
|
50
|
+
My respectful thanks to [**André Arko**](http://github.com/indirect) for being so kind to create and maintain
|
51
51
|
|
52
52
|
|
53
53
|
[**bundler**](http://gembundler.com).
|
54
54
|
|
55
|
-
|
55
|
+
Keep doing the same great job as it’s awesome!
|
56
56
|
|
57
57
|
--------
|
58
58
|
|
@@ -61,12 +61,12 @@ I wanna hug you someday and say in person what amaizing job you done!
|
|
61
61
|
Follow on github: [@hone](http://github.com/hone)
|
62
62
|
|
63
63
|
|
64
|
-
|
64
|
+
I’m very thankful to [**Terence Lee**](http://github.com/hone) for making my life easier by creating and maintaining
|
65
65
|
|
66
66
|
|
67
67
|
[**bundler**](http://gembundler.com).
|
68
68
|
|
69
|
-
|
69
|
+
I’m running out of words as I’m trying to show how great is your work! Stay cool!
|
70
70
|
|
71
71
|
--------
|
72
72
|
|
@@ -75,12 +75,12 @@ Enjoy what you did as I am!
|
|
75
75
|
Follow on github: [@carllerche](http://github.com/carllerche)
|
76
76
|
|
77
77
|
|
78
|
-
Thank you so much [**Carl Lerche**](http://github.com/carllerche) for
|
78
|
+
Thank you so much [**Carl Lerche**](http://github.com/carllerche) for being so nice to create and maintain
|
79
79
|
|
80
80
|
|
81
81
|
[**bundler**](http://gembundler.com).
|
82
82
|
|
83
|
-
|
83
|
+
I wanna shake your hand and say that wihtout your work on it I would spent much more time and power!
|
84
84
|
|
85
85
|
--------
|
86
86
|
|
@@ -89,12 +89,12 @@ Just be so cool as you are and remember that your work never being useless!
|
|
89
89
|
Follow on github: [@wycats](http://github.com/wycats)
|
90
90
|
|
91
91
|
|
92
|
-
|
92
|
+
My sincere thanks to [**Yehuda Katz**](http://github.com/wycats) for creating and maintaining
|
93
93
|
|
94
94
|
|
95
95
|
[**bundler**](http://gembundler.com).
|
96
96
|
|
97
|
-
I
|
97
|
+
I wanna hug you someday and say in person what amaizing job you done!
|
98
98
|
|
99
99
|
--------
|
100
100
|
|
@@ -103,12 +103,12 @@ I’m running out of words as I’m trying to show how great is your work! Stay
|
|
103
103
|
Follow on github: [@halostatue](http://github.com/halostatue)
|
104
104
|
|
105
105
|
|
106
|
-
I
|
106
|
+
I send all my hugs to [**Austin Ziegler**](http://github.com/halostatue) for all efforts made to create and maintain
|
107
107
|
|
108
108
|
|
109
109
|
[**diff-lcs**](http://diff-lcs.rubyforge.org/).
|
110
110
|
|
111
|
-
|
111
|
+
Just be so cool as you are and remember that your work never being useless!
|
112
112
|
|
113
113
|
--------
|
114
114
|
|
@@ -117,18 +117,18 @@ Keep doing the same great job as it’s fantastic!
|
|
117
117
|
Follow on github: [@nicksieger](http://github.com/nicksieger)
|
118
118
|
|
119
119
|
|
120
|
-
I
|
120
|
+
I'd like to thank [**Nick Sieger**](http://github.com/nicksieger) for being so cool to create and maintain
|
121
121
|
|
122
122
|
|
123
123
|
[**multipart-post**](https://github.com/nicksieger/multipart-post).
|
124
124
|
|
125
|
-
|
125
|
+
Enjoy what you did as I am!
|
126
126
|
|
127
127
|
--------
|
128
128
|
|
129
129
|
|
130
130
|
|
131
|
-
|
131
|
+
A bunch of hugs to **Rick Olson** for made this idea happened, I mean
|
132
132
|
|
133
133
|
|
134
134
|
[**faraday**](https://github.com/lostisland/faraday).
|
@@ -142,12 +142,12 @@ Keep doing the same great job as it’s terrific!
|
|
142
142
|
Follow on github: [@sferik](http://github.com/sferik)
|
143
143
|
|
144
144
|
|
145
|
-
I send all my
|
145
|
+
I send all my respect to [**Erik Michaels-Ober**](http://github.com/sferik) for the great realization of
|
146
146
|
|
147
147
|
|
148
148
|
[**faraday_middleware**](https://github.com/pengwynn/faraday_middleware), [**multi_json**](http://github.com/intridea/multi_json), [**octokit**](https://github.com/pengwynn/octokit).
|
149
149
|
|
150
|
-
|
150
|
+
Keep doing the same great job as it’s fantastic!
|
151
151
|
|
152
152
|
--------
|
153
153
|
|
@@ -156,12 +156,12 @@ I wanna shake your hand and say that wihtout your work on it I would spent much
|
|
156
156
|
Follow on github: [@pengwynn](http://github.com/pengwynn)
|
157
157
|
|
158
158
|
|
159
|
-
|
159
|
+
I appreciate time of [**Wynn Netherland**](http://github.com/pengwynn) for spending time on
|
160
160
|
|
161
161
|
|
162
162
|
[**faraday_middleware**](https://github.com/pengwynn/faraday_middleware), [**octokit**](https://github.com/pengwynn/octokit).
|
163
163
|
|
164
|
-
|
164
|
+
I wanna hug you someday and say in person what great job you done!
|
165
165
|
|
166
166
|
--------
|
167
167
|
|
@@ -170,12 +170,12 @@ Just be so great as you are and remember that your work never being useless!
|
|
170
170
|
Follow on github: [@mbleigh](http://github.com/mbleigh)
|
171
171
|
|
172
172
|
|
173
|
-
I
|
173
|
+
I send all my hugs to [**Michael Bleigh**](http://github.com/mbleigh) for reduce my time spending by creating and maintaining
|
174
174
|
|
175
175
|
|
176
176
|
[**hashie**](https://github.com/intridea/hashie), [**multi_json**](http://github.com/intridea/multi_json).
|
177
177
|
|
178
|
-
|
178
|
+
Just be so great as you are and remember that your work never being useless!
|
179
179
|
|
180
180
|
--------
|
181
181
|
|
@@ -184,12 +184,26 @@ I’m running out of words as I’m trying to show how great is your work! Stay
|
|
184
184
|
Follow on github: [@jch](http://github.com/jch)
|
185
185
|
|
186
186
|
|
187
|
-
|
187
|
+
Thank you so much [**Jerry Cheung**](http://github.com/jch) for the idea and realization of
|
188
188
|
|
189
189
|
|
190
190
|
[**hashie**](https://github.com/intridea/hashie).
|
191
191
|
|
192
|
-
|
192
|
+
Enjoy what you did as I am!
|
193
|
+
|
194
|
+
--------
|
195
|
+
|
196
|
+
|
197
|
+
![James Edward Gray II](https://secure.gravatar.com/avatar/4299e35bacef054df40583da2d51edea?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
198
|
+
Follow on github: [@JEG2](http://github.com/JEG2)
|
199
|
+
|
200
|
+
|
201
|
+
My respectful thanks to [**James Edward Gray II**](http://github.com/JEG2) for the amaizing realization of
|
202
|
+
|
203
|
+
|
204
|
+
[**highline**](http://highline.rubyforge.org).
|
205
|
+
|
206
|
+
Keep doing the same great job as it’s fantastic!
|
193
207
|
|
194
208
|
--------
|
195
209
|
|
@@ -198,12 +212,12 @@ I wanna shake your hand and say that wihtout your work on it I would spent much
|
|
198
212
|
Follow on github: [@joshk](http://github.com/joshk)
|
199
213
|
|
200
214
|
|
201
|
-
Thank you very much [**Josh Kalderimis**](http://github.com/joshk) for creating and maintaining
|
215
|
+
Thank you very much [**Josh Kalderimis**](http://github.com/joshk) for making my work easier by creating and maintaining
|
202
216
|
|
203
217
|
|
204
218
|
[**multi_json**](http://github.com/intridea/multi_json).
|
205
219
|
|
206
|
-
|
220
|
+
Just be so cool as you are and remember that your work never being useless!
|
207
221
|
|
208
222
|
--------
|
209
223
|
|
@@ -212,12 +226,12 @@ Enjoy what you did as I am!
|
|
212
226
|
Follow on github: [@rwz](http://github.com/rwz)
|
213
227
|
|
214
228
|
|
215
|
-
A bunch of hugs to [**Pavel Pravosud**](http://github.com/rwz) for
|
229
|
+
A bunch of hugs to [**Pavel Pravosud**](http://github.com/rwz) for being so kind to create and maintain
|
216
230
|
|
217
231
|
|
218
232
|
[**multi_json**](http://github.com/intridea/multi_json).
|
219
233
|
|
220
|
-
|
234
|
+
I’m running out of words as I’m trying to show how great is your work! Stay cool!
|
221
235
|
|
222
236
|
--------
|
223
237
|
|
@@ -226,12 +240,12 @@ Keep doing the same great job as it’s fantastic!
|
|
226
240
|
Follow on github: [@kr](http://github.com/kr)
|
227
241
|
|
228
242
|
|
229
|
-
I'd like to thank [**Keith Rarick**](http://github.com/kr) for the
|
243
|
+
I'd like to thank [**Keith Rarick**](http://github.com/kr) for the great realization of
|
230
244
|
|
231
245
|
|
232
246
|
[**netrc**](https://github.com/geemus/netrc).
|
233
247
|
|
234
|
-
|
248
|
+
Keep doing the same great job as it’s awesome!
|
235
249
|
|
236
250
|
--------
|
237
251
|
|
@@ -240,23 +254,23 @@ Just be so great as you are and remember that your work never being useless!
|
|
240
254
|
Follow on github: [@geemus](http://github.com/geemus)
|
241
255
|
|
242
256
|
|
243
|
-
My
|
257
|
+
My sincere thanks to [**geemus (Wesley Beary)**](http://github.com/geemus) for the amaizing realization of
|
244
258
|
|
245
259
|
|
246
260
|
[**netrc**](https://github.com/geemus/netrc).
|
247
261
|
|
248
|
-
|
262
|
+
I wanna hug you someday and say in person what great job you done!
|
249
263
|
|
250
264
|
--------
|
251
265
|
|
252
266
|
|
253
267
|
|
254
|
-
|
268
|
+
I appreciate time of **Clint Shryock** for the idea and realization of
|
255
269
|
|
256
270
|
|
257
271
|
[**octokit**](https://github.com/pengwynn/octokit).
|
258
272
|
|
259
|
-
I wanna hug you someday and say in person what
|
273
|
+
I wanna hug you someday and say in person what amaizing job you done!
|
260
274
|
|
261
275
|
--------
|
262
276
|
|
@@ -265,12 +279,12 @@ I wanna hug you someday and say in person what great job you done!
|
|
265
279
|
Follow on github: [@srbaker](http://github.com/srbaker)
|
266
280
|
|
267
281
|
|
268
|
-
I send all my
|
282
|
+
I send all my respect to [**Steven Baker**](http://github.com/srbaker) for made this idea happened, I mean
|
269
283
|
|
270
284
|
|
271
285
|
[**rspec-core**](http://github.com/rspec/rspec-core), [**rspec-expectations**](http://github.com/rspec/rspec-expectations), [**rspec-mocks**](http://github.com/rspec/rspec-mocks), [**rspec**](http://github.com/rspec).
|
272
286
|
|
273
|
-
|
287
|
+
I wanna shake your hand and say that wihtout your work on it I would spent much more time and power!
|
274
288
|
|
275
289
|
--------
|
276
290
|
|
@@ -279,7 +293,7 @@ Just be so cool as you are and remember that your work never being useless!
|
|
279
293
|
Follow on github: [@dchelimsky](http://github.com/dchelimsky)
|
280
294
|
|
281
295
|
|
282
|
-
|
296
|
+
I’m very thankful to [**David Chelimsky**](http://github.com/dchelimsky) for making my life easier by creating and maintaining
|
283
297
|
|
284
298
|
|
285
299
|
[**rspec-core**](http://github.com/rspec/rspec-core), [**rspec-expectations**](http://github.com/rspec/rspec-expectations), [**rspec-mocks**](http://github.com/rspec/rspec-mocks), [**rspec**](http://github.com/rspec).
|
@@ -293,12 +307,12 @@ Keep doing the same great job as it’s terrific!
|
|
293
307
|
Follow on github: [@spicycode](http://github.com/spicycode)
|
294
308
|
|
295
309
|
|
296
|
-
|
310
|
+
Thank you very much [**Chad Humphries**](http://github.com/spicycode) for being so cool to create and maintain
|
297
311
|
|
298
312
|
|
299
313
|
[**rspec-core**](http://github.com/rspec/rspec-core).
|
300
314
|
|
301
|
-
|
315
|
+
Enjoy what you did as I am!
|
302
316
|
|
303
317
|
--------
|
304
318
|
|
@@ -307,12 +321,12 @@ I wanna hug you someday and say in person what amaizing job you done!
|
|
307
321
|
Follow on github: [@gazay](http://github.com/gazay)
|
308
322
|
|
309
323
|
|
310
|
-
|
324
|
+
A bunch of hugs to [**gazay**](http://github.com/gazay) for all efforts made to create and maintain
|
311
325
|
|
312
326
|
|
313
327
|
[**share_some_love**](https://github.com/gazay/share_some_love).
|
314
328
|
|
315
|
-
|
329
|
+
I wanna hug you someday and say in person what amaizing job you done!
|
316
330
|
|
317
331
|
--------
|
318
332
|
|
data/LOVE_by_gem.md
CHANGED
@@ -25,197 +25,150 @@
|
|
25
25
|
|
26
26
|
```
|
27
27
|
|
28
|
-
####
|
28
|
+
#### I can’t describe in words how helpful is what they did! And you know? That’s unbelievable cool!
|
29
29
|
|
30
30
|
|
31
|
+
![Bob Aman](https://secure.gravatar.com/avatar/56ee28134dd0776825445e3551979b14?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
31
32
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
I'd like to thank [**Bob Aman**](http://github.com/sporkmonger)
|
37
|
-
|
38
|
-
for being so cool to create and maintain [**addressable**](http://addressable.rubyforge.org/).
|
39
|
-
|
40
|
-
Just be so cool as you are and remember that your work never being useless!
|
41
|
-
|
42
|
-
------------
|
43
|
-
|
44
|
-
|
45
|
-
![André Arko](https://secure.gravatar.com/avatar/4c3ed917e59156a36212d48155831482?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Terence Lee](https://secure.gravatar.com/avatar/efb7c66871043330ce1310a9bdd0aaf6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Carl Lerche](https://secure.gravatar.com/avatar/da5274b27cc6c0f505495bf5d504575d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Yehuda Katz](https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
A bunch of hugs to [**André Arko**](http://github.com/indirect), [**Terence Lee**](http://github.com/hone), [**Carl Lerche**](http://github.com/carllerche), [**Yehuda Katz**](http://github.com/wycats)
|
50
|
-
|
51
|
-
for the great realization of [**bundler**](http://gembundler.com).
|
33
|
+
My respectful thanks to [**Bob Aman**](http://github.com/sporkmonger)
|
34
|
+
for the terrific realization of [**addressable**](http://addressable.rubyforge.org/).
|
52
35
|
|
53
36
|
Just be so great as you are and remember that your work never being useless!
|
54
37
|
|
55
38
|
------------
|
56
39
|
|
40
|
+
![André Arko](https://secure.gravatar.com/avatar/4c3ed917e59156a36212d48155831482?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Terence Lee](https://secure.gravatar.com/avatar/efb7c66871043330ce1310a9bdd0aaf6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Carl Lerche](https://secure.gravatar.com/avatar/da5274b27cc6c0f505495bf5d504575d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Yehuda Katz](https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
57
41
|
|
58
|
-
|
42
|
+
I send all my hugs to [**André Arko**](http://github.com/indirect), [**Terence Lee**](http://github.com/hone), [**Carl Lerche**](http://github.com/carllerche), [**Yehuda Katz**](http://github.com/wycats)
|
43
|
+
for made this idea happened, I mean [**bundler**](http://gembundler.com).
|
59
44
|
|
45
|
+
Just be so cool as you are and remember that your work never being useless!
|
60
46
|
|
47
|
+
------------
|
61
48
|
|
62
|
-
|
49
|
+
![Austin Ziegler](https://secure.gravatar.com/avatar/67909c200a726f105536f4c17f4c85e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
63
50
|
|
64
|
-
|
51
|
+
Thank you very much [**Austin Ziegler**](http://github.com/halostatue)
|
52
|
+
for spending time on [**diff-lcs**](http://diff-lcs.rubyforge.org/).
|
65
53
|
|
66
54
|
Keep doing the same great job as it’s fantastic!
|
67
55
|
|
68
56
|
------------
|
69
57
|
|
58
|
+
![Nick Sieger](https://secure.gravatar.com/avatar/526d60de6472502bb570a9df2842b33b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
70
59
|
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
My sincere thanks to [**Nick Sieger**](http://github.com/nicksieger)
|
76
|
-
|
77
|
-
for all efforts made to create and maintain [**multipart-post**](https://github.com/nicksieger/multipart-post).
|
60
|
+
My sincere thanks to [**Nick Sieger**](http://github.com/nicksieger)
|
61
|
+
for the great realization of [**multipart-post**](https://github.com/nicksieger/multipart-post).
|
78
62
|
|
79
|
-
I wanna
|
63
|
+
I wanna shake your hand and say that wihtout your work on it I would spent much more time and power!
|
80
64
|
|
81
65
|
------------
|
82
66
|
|
83
67
|
|
84
68
|
|
69
|
+
I’m very thankful to **Rick Olson**
|
70
|
+
for making my life easier by creating and maintaining [**faraday**](https://github.com/lostisland/faraday).
|
85
71
|
|
86
|
-
|
87
|
-
|
88
|
-
for the idea and realization of [**faraday**](https://github.com/lostisland/faraday).
|
89
|
-
|
90
|
-
Keep doing the same great job as it’s terrific!
|
72
|
+
Enjoy what you did as I am!
|
91
73
|
|
92
74
|
------------
|
93
75
|
|
76
|
+
![Erik Michaels-Ober](https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Wynn Netherland](https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
94
77
|
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
I send all my hugs to [**Erik Michaels-Ober**](http://github.com/sferik), [**Wynn Netherland**](http://github.com/pengwynn)
|
100
|
-
|
101
|
-
for making my work easier by creating and maintaining [**faraday_middleware**](https://github.com/pengwynn/faraday_middleware).
|
78
|
+
Thank you so much [**Erik Michaels-Ober**](http://github.com/sferik), [**Wynn Netherland**](http://github.com/pengwynn)
|
79
|
+
for being so cool to create and maintain [**faraday_middleware**](https://github.com/pengwynn/faraday_middleware).
|
102
80
|
|
103
|
-
|
81
|
+
Keep doing the same great job as it’s terrific!
|
104
82
|
|
105
83
|
------------
|
106
84
|
|
85
|
+
![Michael Bleigh](https://secure.gravatar.com/avatar/69dc78b59ef008c58e6e842f9f3e0624?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Jerry Cheung](https://secure.gravatar.com/avatar/acd4b5803e806bf0ed70299f15cd6d18?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
107
86
|
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
Thank you so much [**Michael Bleigh**](http://github.com/mbleigh), [**Jerry Cheung**](http://github.com/jch)
|
113
|
-
|
114
|
-
for spending time on [**hashie**](https://github.com/intridea/hashie).
|
87
|
+
I send all my respect to [**Michael Bleigh**](http://github.com/mbleigh), [**Jerry Cheung**](http://github.com/jch)
|
88
|
+
for the idea and realization of [**hashie**](https://github.com/intridea/hashie).
|
115
89
|
|
116
90
|
I’m running out of words as I’m trying to show how great is your work! Stay cool!
|
117
91
|
|
118
92
|
------------
|
119
93
|
|
94
|
+
![James Edward Gray II](https://secure.gravatar.com/avatar/4299e35bacef054df40583da2d51edea?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
120
95
|
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
Thank you very much [**Michael Bleigh**](http://github.com/mbleigh), [**Josh Kalderimis**](http://github.com/joshk), [**Erik Michaels-Ober**](http://github.com/sferik), [**Pavel Pravosud**](http://github.com/rwz)
|
96
|
+
I'd like to thank [**James Edward Gray II**](http://github.com/JEG2)
|
97
|
+
for the amaizing realization of [**highline**](http://highline.rubyforge.org).
|
126
98
|
|
127
|
-
|
128
|
-
|
129
|
-
Enjoy what you did as I am!
|
99
|
+
I wanna hug you someday and say in person what amaizing job you done!
|
130
100
|
|
131
101
|
------------
|
132
102
|
|
103
|
+
![Michael Bleigh](https://secure.gravatar.com/avatar/69dc78b59ef008c58e6e842f9f3e0624?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Josh Kalderimis](https://secure.gravatar.com/avatar/21b21efe14359ec323f9a70464b91e39?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Erik Michaels-Ober](https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Pavel Pravosud](https://secure.gravatar.com/avatar/df08a0889bad0229c372f702976a3da6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
133
104
|
|
134
|
-
|
135
|
-
|
136
|
-
|
105
|
+
I appreciate time of [**Michael Bleigh**](http://github.com/mbleigh), [**Josh Kalderimis**](http://github.com/joshk), [**Erik Michaels-Ober**](http://github.com/sferik), [**Pavel Pravosud**](http://github.com/rwz)
|
106
|
+
for being so nice to create and maintain [**multi_json**](http://github.com/intridea/multi_json).
|
137
107
|
|
138
|
-
|
139
|
-
|
140
|
-
for being so nice to create and maintain [**netrc**](https://github.com/geemus/netrc).
|
141
|
-
|
142
|
-
I wanna hug you someday and say in person what amaizing job you done!
|
108
|
+
I wanna hug you someday and say in person what great job you done!
|
143
109
|
|
144
110
|
------------
|
145
111
|
|
112
|
+
![Keith Rarick](https://secure.gravatar.com/avatar/b88d0f594813e7c5cd925043396738a7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![geemus (Wesley Beary)](https://secure.gravatar.com/avatar/e3191b55da8ada73c3e1ada98a63af6e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
146
113
|
|
147
|
-
|
148
|
-
|
149
|
-
I’m very thankful to **Wynn Netherland**, **Erik Michaels-Ober**, **Clint Shryock**
|
150
|
-
|
151
|
-
for being so kind to create and maintain [**octokit**](https://github.com/pengwynn/octokit).
|
114
|
+
A bunch of hugs to [**Keith Rarick**](http://github.com/kr), [**geemus (Wesley Beary)**](http://github.com/geemus)
|
115
|
+
for making my work easier by creating and maintaining [**netrc**](https://github.com/geemus/netrc).
|
152
116
|
|
153
117
|
Keep doing the same great job as it’s awesome!
|
154
118
|
|
155
119
|
------------
|
156
120
|
|
121
|
+
![Wynn Netherland](https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Erik Michaels-Ober](https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
157
122
|
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
I'd like to thank [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky), [**Chad Humphries**](http://github.com/spicycode)
|
123
|
+
Thank you so much [**Wynn Netherland**](http://github.com/pengwynn), [**Erik Michaels-Ober**](http://github.com/sferik), **Clint Shryock**
|
124
|
+
for reduce my time spending by creating and maintaining [**octokit**](https://github.com/pengwynn/octokit).
|
163
125
|
|
164
|
-
|
165
|
-
|
166
|
-
Just be so cool as you are and remember that your work never being useless!
|
126
|
+
Just be so great as you are and remember that your work never being useless!
|
167
127
|
|
168
128
|
------------
|
169
129
|
|
130
|
+
![Steven Baker](https://secure.gravatar.com/avatar/3c8c4b69930a102c3ca698cc4cbcbf0b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![David Chelimsky](https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![Chad Humphries](https://secure.gravatar.com/avatar/7ce90d712fab09421b7f2cf955b9a4c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
170
131
|
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
I send all my respect to [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky)
|
176
|
-
|
177
|
-
for made this idea happened, I mean [**rspec-expectations**](http://github.com/rspec/rspec-expectations).
|
132
|
+
I'd like to thank [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky), [**Chad Humphries**](http://github.com/spicycode)
|
133
|
+
for all efforts made to create and maintain [**rspec-core**](http://github.com/rspec/rspec-core).
|
178
134
|
|
179
135
|
Enjoy what you did as I am!
|
180
136
|
|
181
137
|
------------
|
182
138
|
|
139
|
+
![Steven Baker](https://secure.gravatar.com/avatar/3c8c4b69930a102c3ca698cc4cbcbf0b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![David Chelimsky](https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
183
140
|
|
184
|
-
|
185
|
-
|
186
|
-
|
141
|
+
My respectful thanks to [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky)
|
142
|
+
for creating and maintaining [**rspec-expectations**](http://github.com/rspec/rspec-expectations).
|
187
143
|
|
188
|
-
|
189
|
-
|
190
|
-
for the amaizing realization of [**rspec-mocks**](http://github.com/rspec/rspec-mocks).
|
191
|
-
|
192
|
-
Just be so great as you are and remember that your work never being useless!
|
144
|
+
Keep doing the same great job as it’s fantastic!
|
193
145
|
|
194
146
|
------------
|
195
147
|
|
148
|
+
![Steven Baker](https://secure.gravatar.com/avatar/3c8c4b69930a102c3ca698cc4cbcbf0b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![David Chelimsky](https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
196
149
|
|
197
|
-
|
198
|
-
|
150
|
+
I appreciate time of [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky)
|
151
|
+
for being so kind to create and maintain [**rspec-mocks**](http://github.com/rspec/rspec-mocks).
|
199
152
|
|
200
|
-
|
201
|
-
I send all my hugs to [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky)
|
202
|
-
|
203
|
-
for creating and maintaining [**rspec**](http://github.com/rspec).
|
204
|
-
|
205
|
-
I wanna hug you someday and say in person what great job you done!
|
153
|
+
Just be so cool as you are and remember that your work never being useless!
|
206
154
|
|
207
155
|
------------
|
208
156
|
|
157
|
+
![Steven Baker](https://secure.gravatar.com/avatar/3c8c4b69930a102c3ca698cc4cbcbf0b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png) ![David Chelimsky](https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
209
158
|
|
210
|
-
|
159
|
+
A bunch of hugs to [**Steven Baker**](http://github.com/srbaker), [**David Chelimsky**](http://github.com/dchelimsky)
|
160
|
+
for making my life easier by creating and maintaining [**rspec**](http://github.com/rspec).
|
211
161
|
|
162
|
+
I wanna hug you someday and say in person what amaizing job you done!
|
212
163
|
|
164
|
+
------------
|
213
165
|
|
214
|
-
|
166
|
+
![gazay](https://secure.gravatar.com/avatar/d52cc558a29696bb722492259f3f52de?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png)
|
215
167
|
|
216
|
-
|
168
|
+
My sincere thanks to [**gazay**](http://github.com/gazay)
|
169
|
+
for the terrific realization of [**share_some_love**](https://github.com/gazay/share_some_love).
|
217
170
|
|
218
|
-
|
171
|
+
Keep doing the same great job as it’s awesome!
|
219
172
|
|
220
173
|
------------
|
221
174
|
|
data/lib/love.rb
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
require 'bundler'
|
2
2
|
require 'octokit'
|
3
|
+
require 'highline'
|
3
4
|
require 'pathname'
|
4
5
|
require 'erb'
|
5
6
|
require 'yaml'
|
@@ -33,10 +34,9 @@ module Love
|
|
33
34
|
|
34
35
|
def login_user
|
35
36
|
puts 'Please, enter your github credentials that Octokit could work without github guest requests restrictions'
|
36
|
-
|
37
|
-
login =
|
38
|
-
|
39
|
-
pass = $stdin.gets.chomp
|
37
|
+
hl = HighLine.new
|
38
|
+
login = hl.ask "Login: "
|
39
|
+
pass = hl.ask("Password: ") { |q| q.echo = '*' }
|
40
40
|
@octokit = Octokit::Client.new login: login, password: pass
|
41
41
|
end
|
42
42
|
|
data/lib/love/version.rb
CHANGED
data/share_some_love.gemspec
CHANGED
data/templates/md/_gem.md.erb
CHANGED
@@ -1,13 +1,7 @@
|
|
1
1
|
<% gem = member %>
|
2
|
-
|
3
|
-
<%= gem.authors.map { |a| "![#{a.name}](#{a.info.avatar_url})" }.join(' ') %>
|
4
|
-
<% end %>
|
2
|
+
<%= gem.authors.map { |a| a.info ? "![#{a.name}](#{a.info.avatar_url})" : '' }.join(' ') %>
|
5
3
|
|
6
|
-
|
7
|
-
<%= ThankWords.begin_author %> <%= gem.authors.map { |it| "[**#{it.name}**](http://github.com/#{it.info.login})" }.join(', ') %>
|
8
|
-
<% else %>
|
9
|
-
<%= ThankWords.begin_author %> <%= gem.authors.map(&:name).map { |it| "**#{it}**" }.join(', ') %>
|
10
|
-
<% end %>
|
4
|
+
<%= ThankWords.begin_author %> <%= gem.authors.map { |a| a.info ? "[**#{a.name}**](http://github.com/#{a.info.login})" : "**#{a.name}**" }.join(', ') %>
|
11
5
|
<%= ThankWords.middle_author %> [**<%= gem.name %>**](<%= gem.url %>).
|
12
6
|
|
13
7
|
<%= ThankWords.end_author %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: share_some_love
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- gazay
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: highline
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '>='
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
- !ruby/object:Gem::Dependency
|
42
56
|
name: rspec
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|