00:31
mockra has joined #rubygems
00:38
qmx|away is now known as qmx
00:39
markstarkman has joined #rubygems
00:41
the_mentat has joined #rubygems
00:43
drbrain has quit [Remote host closed the connection]
00:44
drbrain has joined #rubygems
00:45
markstarkman has quit [Ping timeout: 256 seconds]
00:49
drbrain has quit [Ping timeout: 276 seconds]
00:50
drbrain has joined #rubygems
00:50
drbrain has quit [Remote host closed the connection]
00:51
drbrain has joined #rubygems
00:51
drbrain_ has joined #rubygems
00:52
drbrain_ has quit [Remote host closed the connection]
00:52
drbrain_ has joined #rubygems
00:52
drbrain has quit [Read error: Connection reset by peer]
00:54
drbrain has joined #rubygems
00:54
drbrain has quit [Remote host closed the connection]
00:54
drbrain_ has quit [Read error: Connection reset by peer]
00:55
drbrain has joined #rubygems
01:10
caleb_io has quit [Quit: caleb_io]
01:12
huoxito has joined #rubygems
01:21
terceiro has joined #rubygems
01:25
workmad3 has quit [Ping timeout: 252 seconds]
01:27
drbrain has quit [Read error: Connection reset by peer]
01:27
drbrain_ has joined #rubygems
01:28
terceiro has quit [Read error: Connection reset by peer]
01:29
jcaudle has joined #rubygems
01:42
terceiro has joined #rubygems
01:47
huoxito has quit [Quit: Leaving]
01:54
ckelly has joined #rubygems
01:58
Boxcar21 has quit [Quit: Leaving...]
02:11
onemanjujitsu has quit [Quit: onemanjujitsu]
02:12
Avogadro is now known as cout
02:13
Boxcar21 has joined #rubygems
02:18
onemanjujitsu has joined #rubygems
02:20
Boxcar21 has quit [Quit: Leaving...]
02:26
terceiro has quit [Read error: Connection reset by peer]
02:28
markstarkman has joined #rubygems
02:28
terceiro has joined #rubygems
02:29
terceiro has quit [Read error: Connection reset by peer]
02:31
caleb_io has joined #rubygems
02:33
onemanjujitsu has quit [Quit: onemanjujitsu]
02:33
markstarkman has quit [Ping timeout: 256 seconds]
02:39
ckelly has quit [Quit: Leaving...]
02:41
onemanjujitsu has joined #rubygems
02:44
Boxcar21 has joined #rubygems
02:45
autumn is now known as Leafyy
02:46
Leafyy is now known as autumn
02:56
onemanjujitsu has quit [Quit: onemanjujitsu]
02:57
qmx is now known as qmx|away
03:02
onemanjujitsu has joined #rubygems
03:11
dvu has joined #rubygems
03:18
the_mentat has quit [Quit: Computer has gone to sleep.]
03:19
kurt is now known as kurtisnelson
03:24
imajes has quit [Ping timeout: 244 seconds]
03:32
namidark has joined #rubygems
03:33
<
namidark >
anyone else having issues installing gems?
03:33
sbeam has quit [Ping timeout: 246 seconds]
03:34
<
indirect >
namidark: that's pretty vague… what are "issues"?
03:34
<
namidark >
specifically, gem install i18n -v '0.6.0' -- getting a ETIMEDOUT
03:36
<
namidark >
hm, maybe some bad routing i can download from my VPS but not over my fios
03:37
dwradcliffe has quit [Ping timeout: 252 seconds]
03:41
imajes has joined #rubygems
03:47
dwradcliffe has joined #rubygems
03:50
onemanjujitsu has quit [Quit: onemanjujitsu]
03:58
Emily is now known as EmilyAFK
03:58
onemanjujitsu has joined #rubygems
04:04
jcaudle has quit [Quit: jcaudle]
04:05
drbrain has joined #rubygems
04:05
drbrain_ has quit [Ping timeout: 256 seconds]
04:08
EmilyAFK is now known as Emily
04:16
markstarkman has joined #rubygems
04:21
markstarkman has quit [Ping timeout: 246 seconds]
04:23
onemanjujitsu has quit [Quit: onemanjujitsu]
04:29
postmodern has joined #rubygems
04:29
<
postmodern >
how can you use Gem::Requirement for ruby versions?
04:29
<
postmodern >
/usr/share/rubygems/rubygems/requirement.rb:81:in `parse': Illformed requirement [">= 1.9.3-p327"] (ArgumentError)
04:30
<
drbrain >
postmodern: Gem.ruby_version
04:31
<
postmodern >
drbrain, how do i compare that to a requirement?
04:31
<
drbrain >
when you print it it should be obvious
04:34
<
postmodern >
drbrain, what do you mean when you print it out?
04:34
<
drbrain >
ruby -e 'p Gem.ruby_version'
04:34
<
postmodern >
drbrain, im trying to do automated version checks
04:35
<
postmodern >
drbrain, patch-level verification
04:35
<
drbrain >
yeah, it's in there, have you tried it?
04:35
<
postmodern >
drbrain, i know rubygems has it's own code
04:35
<
postmodern >
drbrain, but im not sure how to use it?
04:35
<
postmodern >
drbrain, could you link me to the docs?
04:35
<
drbrain >
what value do you get?
04:36
<
postmodern >
drbrain, note my original question, is how do i parse ">= 1.9.3-p123" into something that can be compared against Gem.ruby_version
04:37
<
drbrain >
what value do you get from 'p Gem.ruby_version'
04:37
<
postmodern >
drbrain, it's a Gem::Version, i already know that
04:37
<
drbrain >
what value do you get from 'p Gem.ruby_version'?
04:37
<
postmodern >
drbrain, nil
04:37
<
drbrain >
what rubygems?
04:38
<
postmodern >
er Gem.ruby_version
04:38
<
postmodern >
p returns the arguments you pass into it
04:38
<
drbrain >
no it doesn't
04:38
<
drbrain >
it returns the argument
04:39
<
postmodern >
yes, that's what i just said
04:39
<
drbrain >
with ruby 1.9.3p374 ruby -ve 'p p 2' prints 2 twice
04:39
<
kseifried >
drbrain: you're a one man rubygems support team? =)
04:39
<
postmodern >
drbrain, this isn't answering my question
04:40
<
drbrain >
postmodern: is your cut and paste from your console broken?
04:40
<
postmodern >
the p() method has nothing to do with my question
04:40
<
postmodern >
i already said that i know Gem.ruby_version returns a Gem::Version of RUBY_VERSION
04:41
<
drbrain >
what value is printed on your console when you run 'p Gem.ruby_version'?
04:41
<
postmodern >
it's a Gem::Version object
04:42
<
drbrain >
so it's #<Gem::Version> ? I find that hard to believe
04:42
<
drbrain >
what rubygems version is this?
04:45
<
postmodern >
already stated that :)
04:45
<
postmodern >
so im writing a patch-level auditing util for bundler, which compares the gem versions against a database of advisories
04:45
<
postmodern >
i thought it would be handy to also check RUBY_VERSION
04:45
<
postmodern >
i assumed you could use Gem.ruby_version and Gem::Requirement to test the version of ruby against known patched versions
04:45
<
postmodern >
however, when attempting to parse ">= 1.9.3-p123" with Gem::Requirement, i get this error
04:45
<
postmodern >
/usr/share/rubygems/rubygems/requirement.rb:81:in `parse': Illformed requirement [">= 1.9.3-p327"] (ArgumentError)
04:46
<
drbrain >
it seems your rubygems version may have a bug, but without a) exact output or b) a rubygems version to compare I can't help you
04:46
<
postmodern >
1.8.24
04:46
<
postmodern >
it appears that ">= 1.9.3" and ">= 1.9.3.374" work
04:46
<
postmodern >
it's not converting -pXXX to a fourth version number
04:47
<
drbrain >
yes, because it's not a valid gem version
04:47
<
drbrain >
as you have determined, ">= 1.9.3.374" is the correct way to do it
04:47
<
postmodern >
yet Gem::Specification uses Gem::Requirement.default for required_ruby_version
04:48
<
postmodern >
drbrain, could have told me that from the get go :)
04:48
<
drbrain >
you could have answered any of my questions
04:48
<
postmodern >
drbrain, i did though
04:48
<
drbrain >
no, you said "nil" when that is not what 'p Gem.ruby_version' prints or displays
04:49
<
drbrain >
or returns
04:49
<
postmodern >
<postmodern> drbrain, it's a Gem::Version, i already know that
04:49
<
postmodern >
<drbrain> what va<postmodern> drbrain, it's a Gem::Version, i already know that
04:49
<
postmodern >
<drbrain> what value do you get from 'p Gem.ruby_version'?lue do you get from 'p Gem.ruby_version'?
04:50
<
postmodern >
wow wtf, it appears my irc client is corrupting copy/paste
04:51
<
postmodern >
drbrain, i might suggest adding that "-p" is not valid in RubyGems to a FAQ so others don't get confused
04:53
imajes has quit [Ping timeout: 252 seconds]
04:56
jstr has quit [Quit: Computer has gone to sleep.]
05:19
imajes has joined #rubygems
05:23
caleb_io has quit [Quit: caleb_io]
05:28
jhelwig has quit [Ping timeout: 264 seconds]
06:05
markstarkman has joined #rubygems
06:10
markstarkman has quit [Ping timeout: 246 seconds]
06:16
jhelwig has joined #rubygems
06:18
sj26 has quit [Ping timeout: 264 seconds]
06:20
Boxcar21 has quit [Quit: Leaving...]
06:24
vertis has quit [Ping timeout: 244 seconds]
06:28
teancom has quit [Read error: Connection reset by peer]
06:28
teancom_ has joined #rubygems
06:29
teancom has joined #rubygems
06:32
Emily is now known as EmilyAFK
06:32
EmilyAFK is now known as Emily
06:33
teancom_ has quit [Ping timeout: 240 seconds]
06:42
Emily is now known as EmilyAFK
06:46
charliesome has joined #rubygems
07:01
imajes has quit [Ping timeout: 255 seconds]
07:27
imajes has joined #rubygems
07:30
mockra has quit [Remote host closed the connection]
07:30
Elhu has joined #rubygems
07:33
EmilyAFK is now known as Emily
07:37
workmad3 has joined #rubygems
07:47
caleb_io has joined #rubygems
07:52
Elhu has quit [Quit: Computer has gone to sleep.]
07:53
jstr has joined #rubygems
07:53
markstarkman has joined #rubygems
07:58
markstarkman has quit [Ping timeout: 246 seconds]
08:00
mockra has joined #rubygems
08:03
workmad3 has quit [Ping timeout: 276 seconds]
08:08
vertis has joined #rubygems
08:08
mockra has quit [Ping timeout: 244 seconds]
08:09
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
08:35
mockra has joined #rubygems
08:51
mockra has quit [Ping timeout: 260 seconds]
08:59
Elhu has joined #rubygems
09:35
icco has quit [Read error: Operation timed out]
09:42
markstarkman has joined #rubygems
09:42
jstr has quit [Quit: Computer has gone to sleep.]
09:47
mockra has joined #rubygems
09:47
markstarkman has quit [Ping timeout: 244 seconds]
09:49
workmad3 has joined #rubygems
09:50
imajes has quit [Ping timeout: 276 seconds]
09:51
mockra has quit [Ping timeout: 252 seconds]
09:51
emmanueloga has quit [Ping timeout: 245 seconds]
10:01
imajes has joined #rubygems
10:08
boffbowsh has quit [Remote host closed the connection]
10:08
boffbowsh has joined #rubygems
10:31
caleb_io has quit [Quit: caleb_io]
10:42
TheDeadSerious_ has joined #rubygems
10:43
baphled has joined #rubygems
10:47
mockra has joined #rubygems
10:52
mockra has quit [Ping timeout: 252 seconds]
11:30
markstarkman has joined #rubygems
11:36
markstarkman has quit [Ping timeout: 246 seconds]
11:47
qmx|away is now known as qmx
11:47
mockra has joined #rubygems
11:52
mockra has quit [Ping timeout: 252 seconds]
11:55
stevenharman has quit [Quit: Leaving...]
11:59
Emily is now known as EmilyAFK
12:06
baphled has quit [Ping timeout: 240 seconds]
12:11
stevenharman has joined #rubygems
12:28
icco has joined #rubygems
12:33
emmanueloga has joined #rubygems
12:37
tcopeland has quit [Quit: Leaving.]
12:37
sbeam_ has joined #rubygems
12:42
EmilyAFK is now known as Emily
12:48
mockra has joined #rubygems
12:53
mockra has quit [Ping timeout: 252 seconds]
12:55
nateberkopec has joined #rubygems
12:58
baphled has joined #rubygems
13:02
Emily is now known as EmilyAFK
13:05
bfleischer has joined #rubygems
13:08
EmilyAFK is now known as Emily
13:11
svandiepen has joined #rubygems
13:13
bfleischer has quit [Quit: bfleischer]
13:14
baphled has quit [Ping timeout: 252 seconds]
13:18
qmx is now known as qmx|away
13:19
markstarkman has joined #rubygems
13:24
markstarkman has quit [Ping timeout: 246 seconds]
13:25
Emily is now known as EmilyAFK
13:26
x0F_ has joined #rubygems
13:26
x0F has quit [Disconnected by services]
13:26
x0F_ is now known as x0F
13:27
benchMark has joined #rubygems
13:28
terceiro has joined #rubygems
13:28
erichmenge has quit [Quit: Arrivederci!]
13:29
svandiepen has quit [Remote host closed the connection]
13:32
erichmenge has joined #rubygems
13:32
ereslibre_laptop is now known as ereslibre
13:33
baphled has joined #rubygems
13:44
tkramer has joined #rubygems
13:48
mockra has joined #rubygems
13:51
fromonesrc has joined #rubygems
13:51
postmodern has quit [Quit: Leaving]
13:53
mockra has quit [Ping timeout: 260 seconds]
14:04
jcaudle has joined #rubygems
14:10
teancom has quit [Read error: Connection reset by peer]
14:11
teancom has joined #rubygems
14:11
aquaranto has joined #rubygems
14:12
teancom_ has joined #rubygems
14:16
teancom has quit [Ping timeout: 276 seconds]
14:16
tcopeland has joined #rubygems
14:19
jcaudle_ has joined #rubygems
14:22
notnerb has joined #rubygems
14:22
jcaudle has quit [Ping timeout: 255 seconds]
14:22
jcaudle_ is now known as jcaudle
14:24
baphled has quit [Ping timeout: 264 seconds]
14:25
eighthbit has joined #rubygems
14:25
yerhot has joined #rubygems
14:37
eighthbit has joined #rubygems
14:43
teancom_ has quit [Remote host closed the connection]
14:44
teancom has joined #rubygems
14:45
teancom has quit [Remote host closed the connection]
14:49
mockra has joined #rubygems
14:52
terceiro has quit [Ping timeout: 246 seconds]
14:52
cowboyd has joined #rubygems
14:53
mockra has quit [Ping timeout: 240 seconds]
14:58
bfleischer has joined #rubygems
15:01
baphled has joined #rubygems
15:02
alexkira_ has joined #rubygems
15:05
samkottler_ has joined #rubygems
15:05
ckelly has joined #rubygems
15:05
terceiro has joined #rubygems
15:06
Plnt_ has joined #rubygems
15:07
jhelwig has quit [Ping timeout: 276 seconds]
15:07
theartisan has quit [Ping timeout: 276 seconds]
15:07
emmanueloga has quit [Ping timeout: 276 seconds]
15:07
alexkira has quit [Ping timeout: 276 seconds]
15:07
samkottler has quit [Ping timeout: 276 seconds]
15:07
Plnt has quit [Ping timeout: 276 seconds]
15:07
emmanueloga has joined #rubygems
15:07
jhelwig has joined #rubygems
15:07
jhelwig has joined #rubygems
15:07
jhelwig has quit [Changing host]
15:07
emmanueloga has quit [Changing host]
15:07
emmanueloga has joined #rubygems
15:07
markstarkman has joined #rubygems
15:09
samkottler_ has quit [Changing host]
15:09
samkottler_ has joined #rubygems
15:13
markstarkman has quit [Ping timeout: 246 seconds]
15:16
Plnt_ is now known as Plnt
15:24
qmx|away is now known as qmx
15:26
jcaudle has quit [Remote host closed the connection]
15:27
baphled has quit [Ping timeout: 244 seconds]
15:27
mr_ndrsn has quit [Read error: Connection reset by peer]
15:28
mr_ndrsn has joined #rubygems
15:35
Boxcar21 has joined #rubygems
15:41
the_mentat has joined #rubygems
15:41
_maes_ has quit [Ping timeout: 248 seconds]
15:42
theartisan has joined #rubygems
15:43
cowboyd has quit [Ping timeout: 240 seconds]
15:46
baphled has joined #rubygems
15:49
cowboyd has joined #rubygems
15:50
crandquist has joined #rubygems
15:56
Boxcar21 has quit [Quit: Leaving...]
15:58
cowboyd has quit [Ping timeout: 255 seconds]
15:59
Boxcar21 has joined #rubygems
16:00
Boxcar21 has quit [Client Quit]
16:04
cowboyd has joined #rubygems
16:08
teancom has joined #rubygems
16:12
samkottler_ is now known as samkottler
16:18
mando has joined #rubygems
16:18
Gnubie has joined #rubygems
16:19
Gnubie has quit [Client Quit]
16:19
Sophism has joined #rubygems
16:20
Sophism is now known as Guest24469
16:29
Guest24469 is now known as ckelly
16:32
_maes_ has joined #rubygems
16:33
aquaranto is now known as aquaranto_______
16:34
aquaranto_______ is now known as aquaranto
16:34
<
lmarburger >
evan qrush: it'd be awesome to setup travis and campfire hooks on the bundler-api project. indirect, hone, and myself aren't owners (or whatever github calls it) so we can't setup hooks.
16:36
gaffneyc has joined #rubygems
16:43
ckrailo has joined #rubygems
16:44
<
qrush >
lmarburger: ok, why campfire?
16:44
<
qrush >
or...whose campfire?
16:45
<
lmarburger >
good question. indirect invited me. i don't know if it's his or "bundler's"
16:45
<
lmarburger >
the irc hook for #bundler would be nice as well since bundler/bundler already logs there.
16:46
purp_ has joined #rubygems
16:51
havenwood has joined #rubygems
16:52
baphled has quit [Ping timeout: 255 seconds]
16:54
gaffneyc has quit [Ping timeout: 252 seconds]
16:56
markstarkman has joined #rubygems
16:56
gaffneyc has joined #rubygems
17:00
tcopeland1 has joined #rubygems
17:01
markstarkman has quit [Ping timeout: 244 seconds]
17:03
tcopeland has quit [Ping timeout: 246 seconds]
17:11
yerhot has quit [Remote host closed the connection]
17:17
<
indirect >
lmarburger: qrush: it's Bundler's Campfire account, but yeah, an IRC and Campfire hook for bundler-api would be great
17:18
mockra has joined #rubygems
17:18
<
indirect >
(well, I say it's bundler's, but that just means I created it and got 37s to donate a paid level)
17:18
<
indirect >
qrush: maybe we should just move bundler-api over to the bundler github org so we don't have to bug you all the time?
17:21
sn0wb1rd has quit [Quit: sn0wb1rd]
17:21
gaffneyc has quit [Quit: Computer has gone to sleep.]
17:27
jcaudle has joined #rubygems
17:29
sferik has joined #rubygems
17:38
havenwood has quit [Remote host closed the connection]
17:42
tbuehlmann has joined #rubygems
17:45
havenwood has joined #rubygems
17:46
qmx is now known as qmx|lunch
17:47
terceiro has quit [Read error: Connection reset by peer]
17:47
<
qrush >
indirect: i disagree with that as long as rubygems.org forwards to it
17:48
<
qrush >
i can make you guys admins of that repo
17:48
<
qrush >
and make an actual bundler team
17:48
<
lmarburger >
qrush: that would be perfect
17:50
TheMoonMaster has quit [Excess Flood]
17:51
gaffneyc has joined #rubygems
17:51
crandquist has quit [Quit: Bye!]
17:52
TheMoonMaster has joined #rubygems
17:55
crandquist has joined #rubygems
17:55
sn0wb1rd has joined #rubygems
17:56
newUser1234 has joined #rubygems
17:56
<
indirect >
qrush: yeah, that'd be great. thanks!
17:57
<
indirect >
qrush: alternatively, we could hard-code the dependency URL into bundler, and completely separate from rg.org… not sure if that's better :/
17:58
<
evan >
no, don't do that.
17:58
<
evan >
indirect: I can setup bundler.rubygems.org and 302 to it.
17:59
<
indirect >
evan: okay, sounds good to me! I'll double-check that the redirect works (we have code and tests, but I haven't tried it in real life yet)
18:00
<
evan >
you double check
18:00
<
evan >
and let me know.
18:00
terceiro has joined #rubygems
18:03
josephruscio has left #rubygems [#rubygems]
18:06
<
qrush >
you guys have admin now
18:06
<
qrush >
indirect: lmarburger hone
18:07
<
lmarburger >
qrush: you're my hero
18:07
<
indirect >
qrush: thank you!
18:08
tcopeland has joined #rubygems
18:09
yerhot has joined #rubygems
18:09
hahuang65 has joined #rubygems
18:10
havenwood has quit [Remote host closed the connection]
18:11
tcopeland1 has quit [Ping timeout: 252 seconds]
18:11
havenwood has joined #rubygems
18:13
caleb_io has joined #rubygems
18:13
notnerb1 has joined #rubygems
18:15
havenwood has quit [Ping timeout: 244 seconds]
18:15
notnerb has quit [Ping timeout: 245 seconds]
18:20
qmx|lunch is now known as qmx
18:21
Elhu has quit [Quit: Computer has gone to sleep.]
18:22
workmad3 has quit [Ping timeout: 255 seconds]
18:25
<
qrush >
new rails issue
18:25
<
qrush >
we need to deploy! and I cant
18:28
<
qrush >
app/models/linkset.rb
18:28
<
qrush >
3: attr_protected :rubygem_id
18:28
<
qrush >
ok so not a
*huge* issue but we need to update
18:29
<
indirect >
evan: tested bundler with redirects, everything is good. I will add bundler.rubygems.org to the heroku app now
18:30
<
qrush >
bundling, raking right now
18:36
qmx is now known as qmx|brb
18:37
havenwood has joined #rubygems
18:41
<
evan >
indirect: ok.
18:41
<
indirect >
evan: done, bundler.rubygems.org will work if you add Heroku DNS
18:41
<
evan >
indirect: I use a CNAME back to bundler-api.herokuapp.com for it, yes?
18:42
<
indirect >
oh… that will work too, I imagine
18:42
<
indirect >
evan: just checked the docs, and yes
18:42
<
evan >
ok, bundler.rubygems.org is up
18:42
<
evan >
can you check it's working?
18:43
<
evan >
I'll change it to a redirect then.
18:43
<
indirect >
evan: yup, works great
18:44
lmarburger has quit []
18:44
markstarkman has joined #rubygems
18:45
lmarburger has joined #rubygems
18:47
<
qrush >
ok who can deploy?
18:47
<
evan >
me, you, vertis, samkottler, sferik
18:48
<
evan >
I think there is a couple others.
18:48
calmyournerves_ has joined #rubygems
18:48
calmyournerves_ has quit [Client Quit]
18:49
<
evan >
I broke it a for a sec
18:49
<
evan >
indirect: ok, minor hiccup
18:50
markstarkman has quit [Ping timeout: 244 seconds]
18:50
<
evan >
note the https => http redirect
18:50
<
evan >
we got rid of all of those.
18:50
<
evan >
this adds one back in
18:50
<
evan >
I don't know if bundler checks the same as rubygems does.
18:50
<
qrush >
evan: i am not set up to deploy still
18:51
<
qrush >
i just pushed rubygems.org with the latest rails if someone can deploy it
18:51
<
evan >
there is a chef:app task in rubygems.org
18:51
<
qrush >
i dont ahve the secrets or anything setup yet
18:51
<
qrush >
i would love to work through that
18:51
<
evan >
I have to get you those files.
18:51
<
evan >
then you should be set.
18:51
<
qrush >
did we ever make a rubygems-production repo?
18:51
<
evan >
want to do that now or should I just deploy it for ya?
18:51
<
evan >
no, we didn't set that up yet.
18:51
<
qrush >
you should deploy now
18:53
<
indirect >
evan: should we set up https for bundler.rubygems.org?
18:53
<
indirect >
Bundler 1.2 doesn't validate SSL certs
18:53
<
indirect >
but it supports https just fine
18:53
<
indirect >
Bundler 1.3 will validate certs
18:53
<
indirect >
no worries
18:54
cgcardona has joined #rubygems
18:54
<
evan >
qrush: did you merge to the production branch already?
18:55
<
cgcardona >
Hello everyone. Basic question here—as a general rule/convention should I be referencing the
https://rubygems.org instead of the http site in my Gemfile?
18:55
qmx|brb is now known as qmx
18:56
<
evan >
qrush: ok, deployed.
18:56
<
evan >
cgcardona: yes.
18:56
<
evan >
indirect: yeah, turn SSL
18:57
<
cgcardona >
evan: also a newb question - is there a valid reason to still reference the http site? the only reason I'm asking is I saw a reference to http in one of my favorite open source projects this morning and I wanted to fix it and push a pull request but I'm wondering if they're doing it for a reason
18:57
<
qrush >
thanks evan
18:58
<
cgcardona >
I guess I'll just send the pull request and they can deny it if they have a reason. thanks eva
19:02
<
vertis >
qrush: did you manage to deploy?
19:03
the_mentat has quit [Quit: Computer has gone to sleep.]
19:04
stevenharman_ has joined #rubygems
19:07
stevenharman has quit [Ping timeout: 260 seconds]
19:12
moofy has joined #rubygems
19:13
<
moofy >
ahoy. i'm having a problem. i'm getting a ERROR: While executing gem ... (Gem::FilePermissionError) despite having a gemhome setup in my path
19:14
<
moofy >
gem env is listing both the root's directory and mine but it seems to only try installing to root's
19:16
moofy has left #rubygems [#rubygems]
19:17
zdennis has joined #rubygems
19:17
gaffneyc has quit [Ping timeout: 252 seconds]
19:20
gaffneyc has joined #rubygems
19:22
drbrain has quit [Remote host closed the connection]
19:25
jcaudle has quit [Quit: jcaudle]
19:26
jstr has joined #rubygems
19:28
ckelly has quit [Read error: Connection reset by peer]
19:28
yerhot has quit [Read error: Connection reset by peer]
19:28
Sophism has joined #rubygems
19:28
yerhot has joined #rubygems
19:28
Sophism is now known as Guest88372
19:30
jcaudle has joined #rubygems
19:40
<
qrush >
Error Bundler::HTTPError during request to dependency API
19:40
<
qrush >
whats up? :(
19:41
<
qrush >
indirect: ?
19:41
<
evan >
status isn't handling the redirect
19:41
<
evan >
i'll update that now.
19:46
<
indirect >
green for me now
19:50
huoxito has joined #rubygems
19:51
purp_ has quit [Quit: purp_]
19:57
baphled has joined #rubygems
19:59
holoway has quit [Ping timeout: 276 seconds]
20:04
cowboyd has quit [Remote host closed the connection]
20:04
fromonesrc has quit [Quit: fromonesrc]
20:06
gaffneyc has quit [Read error: Connection reset by peer]
20:06
the_mentat has joined #rubygems
20:08
reset has joined #rubygems
20:12
gaffneyc has joined #rubygems
20:12
jarib has quit [Excess Flood]
20:13
jarib has joined #rubygems
20:19
DonOtreply has joined #rubygems
20:22
havenwood has quit [Remote host closed the connection]
20:26
workmad3 has joined #rubygems
20:26
shockz has left #rubygems [#rubygems]
20:28
fromonesrc has joined #rubygems
20:33
markstarkman has joined #rubygems
20:35
baphled has quit [Ping timeout: 245 seconds]
20:38
markstarkman has quit [Ping timeout: 245 seconds]
20:42
Elhu has joined #rubygems
20:42
workmad3 has quit [Ping timeout: 245 seconds]
20:46
cowboyd has joined #rubygems
20:52
tekin has joined #rubygems
20:52
caleb_io has quit [Quit: caleb_io]
20:56
crandquist has quit [Read error: Connection reset by peer]
20:57
cowboyd has quit [Remote host closed the connection]
20:58
cowboyd has joined #rubygems
20:59
havenwood has joined #rubygems
20:59
baphled has joined #rubygems
21:06
stevenharman has joined #rubygems
21:09
reset has quit [Quit: Leaving...]
21:13
terceiro_ has joined #rubygems
21:14
terceiro has quit [Ping timeout: 244 seconds]
21:17
drbrain has joined #rubygems
21:19
<
cgcardona >
newb question - can someone tell me what is the point of point of pointing the source of my Gemfile to the https version of ruby gems and not the http? I realize that https would be encrypted and that this is related to the recent ruby gems security issue but I'm just wondering the actual reason. Thanks.
21:19
<
cgcardona >
*the point of pointing
21:20
<
jjarmoc >
over http, a man in the middle could provide you a malicious gem
21:20
<
cgcardona >
ok cool. thanks
21:21
gaffneyc has quit [Read error: Connection reset by peer]
21:21
mockra has quit [Remote host closed the connection]
21:23
sn0wb1rd_ has joined #rubygems
21:25
gaffneyc has joined #rubygems
21:25
sn0wb1rd has quit [Ping timeout: 245 seconds]
21:25
sn0wb1rd_ is now known as sn0wb1rd
21:26
Elhu has joined #rubygems
21:28
reset has joined #rubygems
21:34
tcopeland has quit [Ping timeout: 252 seconds]
21:34
teancom has quit [Remote host closed the connection]
21:34
lsegal has joined #rubygems
21:39
workmad3 has joined #rubygems
21:40
TheMoonMaster has quit [Excess Flood]
21:40
TheMoonMaster has joined #rubygems
21:42
vertis has quit [Quit: vertis]
21:52
tenderlove has joined #rubygems
22:02
DonOtreply has quit [Quit: Computer has gone to sleep.]
22:02
Elhu has quit [Quit: Computer has gone to sleep.]
22:03
<
qrush >
bundler api is down again
22:03
<
qrush >
we should have something on status.rubygems.org to explain wtf is going on :S
22:08
Elhu has joined #rubygems
22:08
<
indirect >
qrush: we're getting slammed by requests today for some reason
22:08
<
indirect >
I'm adding more dynos
22:08
<
qrush >
because everyone is upgrading their apps!
22:09
<
raggi >
we really need to get you a cacheable index format :)
22:10
<
raggi >
qrush: i have a plan for it, as soon as the other things i'm working on quiet down, i'll get a patch in
22:10
<
raggi >
i want it for mirrors anyway
22:10
<
raggi >
essentially we'll have one format, that gets reused in a number of places i think (at a high level, that's what i have in mind anyway)
22:12
aquaranto has quit []
22:12
<
indirect >
raggi: yeah, I'm looking forward to that :)
22:13
<
raggi >
i started writing a marshal parser in go over the weekend, and yeah, i want a better index solution, because really, fuck that.
22:14
<
indirect >
hahahahahahaha
22:15
<
drbrain >
raggi: use rubinius' marshal parser
22:15
<
drbrain >
raggi: I adapted it for the marshal_structure gem after rewriting the initial contribution
22:15
<
drbrain >
more of a refactor
22:15
<
raggi >
drbrain: is it C++?
22:16
<
raggi >
i'm not using any ruby in the system that particular code is targetted for
22:16
<
drbrain >
ah, still, marshal_structure might be worth a look
22:16
the_mentat has quit [Quit: Computer has gone to sleep.]
22:16
<
raggi >
it's for a completely non-ruby rubygems mirror - for a secondary level of assurance, regardless of the other trust stuff
22:17
<
raggi >
give us somethign we can trust in light of some content level exploit or whatever
22:17
<
brixen >
raggi: is it a regular language?
22:17
<
drbrain >
raggi: since ruby 1.9+ has JSON, a JSON index format is possible
22:17
<
brixen >
raggi: if so, I might be down to write a ragel based one
22:17
<
raggi >
drbrain: i've considered that, but i'm thinking we can use a very simple whitespace list format
22:17
<
raggi >
drbrain: i'll do some benchmarks and so on anyway, to see how ti goes, but if we could enable awk driven mirrors, that seems to make more sense
22:17
<
drbrain >
whitespace list would be even better than json
22:18
<
raggi >
it'll also pretty much eradicate the chance of content exploits in the indexes
22:18
<
raggi >
which still scares me
22:18
Elhu has quit [Quit: Computer has gone to sleep.]
22:18
gaffneyc has quit [Read error: Connection reset by peer]
22:19
<
raggi >
brixen: thanks :)
22:19
mockra has joined #rubygems
22:22
markstarkman has joined #rubygems
22:23
jcaudle has quit [Quit: jcaudle]
22:26
markstarkman has quit [Ping timeout: 245 seconds]
22:27
sj26 has joined #rubygems
22:31
cowboyd has quit [Remote host closed the connection]
22:33
teancom has joined #rubygems
22:36
stevenharman has quit [Quit: Leaving...]
22:37
tekin has quit [Quit: Computer has gone to sleep.]
22:40
the_mentat has joined #rubygems
22:41
the_mentat has quit [Client Quit]
22:42
alexkira_ has quit [Read error: Connection reset by peer]
22:42
alexkira has joined #rubygems
22:43
alexkira has quit [Read error: Connection reset by peer]
22:43
alexkira has joined #rubygems
22:46
workmad3 has quit [Ping timeout: 256 seconds]
22:50
reset has quit [Quit: Leaving...]
22:52
tcopeland has joined #rubygems
22:53
wycats__ has quit [Ping timeout: 252 seconds]
22:55
baphled has quit [Read error: Operation timed out]
22:56
porkbelt has quit [Ping timeout: 252 seconds]
22:56
stevenharman has joined #rubygems
22:56
_br_ has quit [Excess Flood]
22:58
qmx is now known as qmx|away
22:59
_br_ has joined #rubygems
22:59
porkbelt has joined #rubygems
23:00
mando has quit [Remote host closed the connection]
23:00
workmad3 has joined #rubygems
23:00
vertis has joined #rubygems
23:01
_br_ has quit [Excess Flood]
23:04
_br_ has joined #rubygems
23:06
Guest88372 has quit [Quit: Leaving...]
23:13
notnerb1 has quit [Quit: Leaving.]
23:14
notnerb has joined #rubygems
23:14
zdennis has quit [Quit: zdennis]
23:17
tekin has joined #rubygems
23:18
notnerb has quit [Ping timeout: 252 seconds]
23:29
newUser1234 has quit [Remote host closed the connection]
23:30
newUser1234 has joined #rubygems
23:31
adam12 has quit [Ping timeout: 252 seconds]
23:34
newUser1234 has quit [Ping timeout: 260 seconds]
23:35
bfleischer has quit [Quit: bfleischer]
23:35
tekin has quit [Quit: Computer has gone to sleep.]
23:38
adam12 has joined #rubygems
23:39
tekin has joined #rubygems
23:42
tbuehlmann has quit [Remote host closed the connection]
23:45
ReinH has quit [Quit: leaving]
23:48
yerhot has quit [Remote host closed the connection]
23:50
onemanjujitsu has joined #rubygems
23:55
tkramer has quit [Quit: Leaving]
23:57
workmad3 has quit [Ping timeout: 256 seconds]