00:06
xymox has quit [Ping timeout: 240 seconds]
00:08
xymox has joined #rubygems
00:08
DanKnox is now known as DanKnox_away
00:15
xymox has quit [Ping timeout: 276 seconds]
00:15
xymox has joined #rubygems
00:16
TheComrade has quit [Quit: TheComrade]
00:22
xymox has quit [Ping timeout: 264 seconds]
00:24
havenwood has quit [Remote host closed the connection]
00:24
xymox has joined #rubygems
00:25
havenwood has joined #rubygems
00:25
havenwood has quit [Read error: Connection reset by peer]
00:33
xymox has quit [Read error: Connection reset by peer]
00:33
xymox has joined #rubygems
00:40
xymox has quit [Ping timeout: 264 seconds]
00:41
xymox has joined #rubygems
00:41
lsegal has joined #rubygems
00:48
xymox has quit [Ping timeout: 264 seconds]
00:49
xymox has joined #rubygems
00:53
tjbiddle has quit [Read error: Connection reset by peer]
00:54
tjbiddle has joined #rubygems
00:56
xymox has quit [Ping timeout: 276 seconds]
00:58
xymox has joined #rubygems
00:59
havenwood has joined #rubygems
01:04
mootpointer has joined #rubygems
01:05
xymox has quit [Ping timeout: 240 seconds]
01:07
mootpointer has quit [Client Quit]
01:07
xymox has joined #rubygems
01:13
DanKnox_away is now known as DanKnox
01:16
xymox has quit [Read error: Connection reset by peer]
01:17
xymox has joined #rubygems
01:23
xymox has quit [Ping timeout: 240 seconds]
01:25
xymox has joined #rubygems
01:27
dwknoxy has quit [Quit: Computer has gone to sleep.]
01:29
kseifried has joined #rubygems
01:29
<
kseifried >
drbrain, : ping yo
01:31
xymox has quit [Ping timeout: 245 seconds]
01:33
xymox has joined #rubygems
01:40
xymox has quit [Ping timeout: 276 seconds]
01:42
xymox has joined #rubygems
01:50
xymox has quit [Ping timeout: 245 seconds]
01:52
xymox has joined #rubygems
01:57
DanKnox is now known as DanKnox_away
01:59
xymox has quit [Ping timeout: 245 seconds]
02:01
xymox has joined #rubygems
02:09
xymox has quit [Read error: Connection reset by peer]
02:11
xymox has joined #rubygems
02:17
xymox has quit [Ping timeout: 246 seconds]
02:25
xymox has joined #rubygems
02:33
xymox has quit [Ping timeout: 248 seconds]
02:36
xymox has joined #rubygems
02:43
xymox has quit [Ping timeout: 264 seconds]
02:43
tjbiddle has quit [Quit: tjbiddle]
02:45
xymox has joined #rubygems
02:53
xymox has quit [Read error: Connection reset by peer]
02:54
xymox has joined #rubygems
03:00
xymox has quit [Ping timeout: 245 seconds]
03:02
xymox has joined #rubygems
03:08
xymox has quit [Ping timeout: 245 seconds]
03:11
xymox has joined #rubygems
03:19
xymox has quit [Read error: Connection reset by peer]
03:19
havenwood has quit [Remote host closed the connection]
03:19
xymox has joined #rubygems
03:24
<
drbrain >
kseifried: pong
03:26
<
kseifried >
email you about that rubygems regex thing-a-ma-bobber
03:26
<
kseifried >
emailed
03:27
xymox has quit [Ping timeout: 264 seconds]
03:27
<
drbrain >
kseifried: ok, thanks
03:27
<
kseifried >
I'm also not sure a 1minute delay is dos enough but I suspect other shenanigans may be possible. regex is a right proper PITA
03:27
xymox has joined #rubygems
03:32
DanKnox_away is now known as DanKnox
03:34
xymox has quit [Ping timeout: 245 seconds]
03:35
DanKnox is now known as DanKnox_away
03:37
xymox has joined #rubygems
03:41
DanKnox_away is now known as DanKnox
03:44
xymox has quit [Ping timeout: 264 seconds]
03:46
xymox has joined #rubygems
03:53
xymox has quit [Ping timeout: 248 seconds]
03:56
xymox has joined #rubygems
04:04
xymox has quit [Read error: Connection reset by peer]
04:04
jonahR has joined #rubygems
04:05
xymox has joined #rubygems
04:05
xymox has quit [Changing host]
04:05
xymox has joined #rubygems
04:11
xymox has quit [Ping timeout: 268 seconds]
04:12
xymox has joined #rubygems
04:19
xymox has quit [Ping timeout: 264 seconds]
04:20
xymox has joined #rubygems
04:26
xymox has quit [Ping timeout: 245 seconds]
04:27
DanKnox is now known as DanKnox_away
04:27
xymox has joined #rubygems
04:32
DanKnox_away is now known as DanKnox
05:14
briangonzalez has joined #rubygems
05:14
<
briangonzalez >
hey all, in the thick of implementing a ruby gem which offers a simple flat-file datastore
05:14
<
briangonzalez >
would anyone mind looking over it for me pointing out any gotchas?
05:18
<
drbrain >
briangonzalez: you don't need to set date or require_path in your specification, RubyGems will set the date, your require_path is the default
05:19
<
drbrain >
briangonzalez: also, you seem to use thor but don't have the dependency declared
05:20
<
briangonzalez >
drbrain: ok, gotcha. thor is a dependency of my executable
05:23
<
briangonzalez >
drbrain: fixed now. thanks for the tip sir
05:23
huoxito has quit [Quit: Leaving]
05:24
<
drbrain >
briangonzalez: I would use a pessimistic dependency for thor instead of an exact version
05:24
<
drbrain >
s.add_dependency "thor", "~> 0.18", ">= 0.18.1"
05:24
<
briangonzalez >
~> 0.18.1
05:25
<
briangonzalez >
would you mind telling me a little about that?
05:25
<
drbrain >
because "~> 0.18.1" means ">= 0.18.1", "< 0.19"
05:27
<
briangonzalez >
awesome, thanks!
05:29
closer has quit [Ping timeout: 256 seconds]
05:30
closer has joined #rubygems
05:44
havenwood has joined #rubygems
05:55
briangonzalez has quit [Quit: briangonzalez]
06:00
indirect- has joined #rubygems
06:02
dwradcliffe_ has joined #rubygems
06:05
xymox has quit [Disconnected by services]
06:06
xymox has joined #rubygems
06:09
jonahR has quit [*.net *.split]
06:09
indirect_ has quit [*.net *.split]
06:09
dwradcliffe has quit [*.net *.split]
06:09
DanKnox has quit [*.net *.split]
06:09
DanKnox has joined #rubygems
06:13
xymox has quit [Ping timeout: 246 seconds]
06:15
michal_papis has joined #rubygems
06:16
xymox has joined #rubygems
06:17
imajes_ has joined #rubygems
06:19
michael has joined #rubygems
06:19
sj26 has quit [Ping timeout: 264 seconds]
06:19
wycats has quit [Ping timeout: 264 seconds]
06:19
imajes has quit [Ping timeout: 264 seconds]
06:19
mpapis has quit [Ping timeout: 264 seconds]
06:20
Emily has quit [Ping timeout: 264 seconds]
06:20
maikeru has quit [Ping timeout: 264 seconds]
06:20
michal_papis is now known as mpapis
06:20
michael is now known as Guest78412
06:20
imajes_ is now known as imajes
06:20
sj26 has joined #rubygems
06:20
Emily has joined #rubygems
06:23
xymox has quit [Ping timeout: 248 seconds]
06:23
xymox has joined #rubygems
06:24
jaimef has quit [Ping timeout: 245 seconds]
06:24
jeremydei has quit [Ping timeout: 245 seconds]
06:25
jaimef_ has joined #rubygems
06:25
jeremydei has joined #rubygems
06:30
xymox has quit [Ping timeout: 241 seconds]
06:30
havenwood has quit [Remote host closed the connection]
06:32
xymox has joined #rubygems
06:38
xymox has quit [Ping timeout: 268 seconds]
06:39
xymox has joined #rubygems
06:46
xymox has quit [Ping timeout: 240 seconds]
06:53
xymox has joined #rubygems
06:53
wycats has joined #rubygems
06:53
xymox has quit [Max SendQ exceeded]
06:54
xymox has joined #rubygems
06:54
xymox has joined #rubygems
06:54
xymox has quit [Changing host]
07:06
jcaudle has quit [Quit: jcaudle]
07:06
jcaudle has joined #rubygems
07:07
jcaudle has quit [Client Quit]
07:10
Elhu has joined #rubygems
07:12
Elhu has quit [Client Quit]
07:30
Elhu has joined #rubygems
07:44
workmad3 has joined #rubygems
07:48
workmad3 has quit [Read error: Operation timed out]
08:13
workmad3 has joined #rubygems
08:33
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
08:38
DanKnox is now known as DanKnox_away
11:43
workmad3 has quit [Ping timeout: 246 seconds]
11:56
Elhu has quit [Quit: Computer has gone to sleep.]
12:31
Elhu has joined #rubygems
12:59
mdst2 has joined #rubygems
13:02
briangonzalez has joined #rubygems
13:03
briangonzalez has quit [Remote host closed the connection]
13:13
jcaudle has joined #rubygems
13:17
huoxito has joined #rubygems
13:18
stevenharman has quit [Quit: Leaving...]
13:19
havenwood has joined #rubygems
13:23
Guest78412 is now known as maikeru
13:24
maikeru has quit [Changing host]
13:24
maikeru has joined #rubygems
13:42
eugenejen has joined #rubygems
13:42
stevenharman has joined #rubygems
13:44
stevenharman has quit [Client Quit]
13:45
yerhot has joined #rubygems
13:47
stevenharman has joined #rubygems
14:21
jcaudle has quit [Quit: jcaudle]
14:24
jcaudle has joined #rubygems
14:29
dwknoxy has joined #rubygems
14:32
havenwood has quit [Remote host closed the connection]
14:33
havenwood has joined #rubygems
14:34
Emily has quit [Ping timeout: 264 seconds]
14:38
Emily has joined #rubygems
14:51
yerhot_ has joined #rubygems
14:55
yerhot has quit [Ping timeout: 245 seconds]
14:55
yerhot has joined #rubygems
14:59
yerhot_ has quit [Ping timeout: 260 seconds]
15:05
marpaia has joined #rubygems
15:06
mando has joined #rubygems
15:07
jcaudle has quit [Quit: jcaudle]
15:20
jcaudle has joined #rubygems
15:24
dml_ has joined #rubygems
15:24
DanKnox_away is now known as DanKnox
15:49
ereslibre has quit [Ping timeout: 245 seconds]
15:53
aalmenar has quit [Ping timeout: 245 seconds]
15:55
yerhot has quit [Read error: Connection reset by peer]
15:55
yerhot_ has joined #rubygems
16:07
aalmenar has joined #rubygems
16:07
aalmenar has joined #rubygems
16:11
ereslibre has joined #rubygems
16:11
ereslibre has joined #rubygems
16:11
aalmenar has quit [Ping timeout: 264 seconds]
16:15
ereslibre has quit [Ping timeout: 264 seconds]
16:15
jfoy has joined #rubygems
16:22
x1337807x has joined #rubygems
16:28
aalmenar has joined #rubygems
16:28
aalmenar has quit [Changing host]
16:28
aalmenar has joined #rubygems
16:32
ereslibre has joined #rubygems
16:32
ereslibre has joined #rubygems
16:32
ereslibre has quit [Changing host]
16:39
DanKnox is now known as DanKnox_away
16:46
DanKnox_away is now known as DanKnox
16:49
DanKnox is now known as DanKnox_away
16:50
Elhu has quit [Quit: Computer has gone to sleep.]
17:04
jcaudle has quit [Quit: jcaudle]
17:12
yerhot_ has quit [Ping timeout: 245 seconds]
17:35
yerhot has joined #rubygems
17:43
jcaudle has joined #rubygems
18:01
huoxito has quit [Quit: Leaving]
18:02
jfoy has quit [Ping timeout: 264 seconds]
18:05
jfoy has joined #rubygems
18:13
havenwood has quit [Remote host closed the connection]
18:13
havenwood has joined #rubygems
18:15
havenn has joined #rubygems
18:15
havenwood has quit [Read error: Connection reset by peer]
18:23
hakunin has joined #rubygems
18:23
DanKnox_away is now known as DanKnox
18:34
yerhot has quit [Read error: Connection reset by peer]
18:34
yerhot has joined #rubygems
18:44
TheComrade has joined #rubygems
18:44
jaimef_ has quit [Excess Flood]
18:50
jaimef has joined #rubygems
19:08
jfoy has quit [Quit: jfoy]
19:14
Garoe has joined #rubygems
19:28
mdst has joined #rubygems
19:29
mdst3 has quit [Read error: Connection reset by peer]
19:29
nirix has quit [Ping timeout: 245 seconds]
19:30
erichmenge has quit [Ping timeout: 245 seconds]
19:30
viranch_ has quit [Quit: No Ping reply in 180 seconds.]
19:33
jeremydei has quit [Ping timeout: 245 seconds]
19:36
nirix has joined #rubygems
19:36
jeremydei has joined #rubygems
19:36
erichmenge has joined #rubygems
19:37
viranch has joined #rubygems
19:38
TheComrade has quit [Quit: TheComrade]
19:44
mando has quit [Remote host closed the connection]
19:48
jonahR has joined #rubygems
20:06
jaimef has quit [Excess Flood]
20:08
jaimef has joined #rubygems
20:12
Garoe has quit [Quit: Saliendo]
20:13
marpaia has quit [Ping timeout: 260 seconds]
20:27
marpaia has joined #rubygems
20:27
jfoy has joined #rubygems
20:33
mando has joined #rubygems
20:33
karlfreeman has quit [Ping timeout: 260 seconds]
20:33
tjbiddle has joined #rubygems
20:37
karlfreeman has joined #rubygems
20:40
huoxito has joined #rubygems
20:43
havenn has quit [Remote host closed the connection]
20:43
havenwood has joined #rubygems
20:48
havenwood has quit [Ping timeout: 264 seconds]
20:48
antichatter has joined #rubygems
20:50
<
kseifried >
any rubygem-haml people here?
20:53
<
drbrain >
kseifried: unlikely
20:53
<
kseifried >
The Erb filter now uses the same XSS-safety features as the rest of Rails.
20:53
<
kseifried >
just trying to knock it off my todo list
20:57
workmad3 has joined #rubygems
21:01
eugenejen has quit [Quit: eugenejen]
21:07
yerhot has quit [Read error: Connection reset by peer]
21:08
yerhot has joined #rubygems
21:08
workmad3 has quit [Quit: Lost terminal]
21:08
workmad3 has joined #rubygems
21:12
DanKnox is now known as DanKnox_away
21:16
antichatter has joined #rubygems
21:23
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:25
Defiler has quit [Read error: Connection reset by peer]
21:25
Defiler has joined #rubygems
21:26
DanKnox_away is now known as DanKnox
21:27
sstarr has quit [Ping timeout: 240 seconds]
21:27
simon_ has joined #rubygems
21:27
stevenharman has quit [Quit: Leaving...]
21:27
simon_ is now known as sstarr
21:35
jcaudle has quit [Quit: jcaudle]
21:49
havenwood has joined #rubygems
21:49
jgraichen has quit [Quit: No Ping reply in 180 seconds.]
21:49
jgraichen has joined #rubygems
21:55
x1337807x has joined #rubygems
21:56
mando has quit [Remote host closed the connection]
21:56
workmad3 has quit [Ping timeout: 245 seconds]
21:59
marpaia has quit [Ping timeout: 260 seconds]
22:01
marpaia has joined #rubygems
22:02
TheComrade has joined #rubygems
22:06
jgraichen has quit [Quit: No Ping reply in 180 seconds.]
22:07
jgraichen has joined #rubygems
22:07
stevenharman has joined #rubygems
22:10
jgraichen has quit [Client Quit]
22:10
jgraichen has joined #rubygems
22:13
dml_ has quit [Quit: Computer has gone to sleep.]
22:14
jgraichen has quit [Client Quit]
22:14
jgraichen has joined #rubygems
22:17
huoxito has quit [Quit: Leaving]
22:17
eugenejen has joined #rubygems
22:30
eugenejen has quit [Quit: eugenejen]
22:34
yerhot has quit [Remote host closed the connection]
22:49
cmeiklejohn has quit [Excess Flood]
22:50
cmeiklejohn has joined #rubygems
22:51
cmeiklejohn has joined #rubygems
22:51
cmeiklejohn has quit [Changing host]
22:51
cmeiklejohn has joined #rubygems
22:51
cmeiklejohn has quit [Excess Flood]
22:51
yerhot has joined #rubygems
22:52
cmeiklejohn has joined #rubygems
22:52
cmeiklejohn has quit [Changing host]
22:52
cmeiklejohn has joined #rubygems
22:52
cmeiklejohn has quit [Excess Flood]
22:52
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:54
cmeiklejohn has joined #rubygems
22:54
cmeiklejohn has quit [Excess Flood]
22:54
cmeiklejohn has joined #rubygems
22:54
cmeiklejohn has joined #rubygems
22:54
cmeiklejohn has quit [Changing host]
22:54
cmeiklejohn has quit [Excess Flood]
22:55
cmeiklejohn has joined #rubygems
22:55
cmeiklejohn has quit [Changing host]
22:55
cmeiklejohn has joined #rubygems
22:58
x1337807x has joined #rubygems
23:00
x1337807x has quit [Client Quit]
23:09
marpaia has quit [Quit: WeeChat 0.4.1]
23:11
TheComrade has quit [Quit: TheComrade]
23:15
lucas has quit [Ping timeout: 240 seconds]
23:15
lucas has joined #rubygems
23:28
x1337807x has joined #rubygems
23:42
DanKnox is now known as DanKnox_away
23:48
yerhot has quit [Remote host closed the connection]