On Fri, Nov 11, 2011 at 8:20 PM, Chad Perrin <code@apotheon.net> wrote:
I'm using the Gem::Version thing for now in part because I've seen
cases where for some reason a VERSION constant conflicts with
something else in the Ruby environment. I haven't seen it in quite a
while, but I don't want to have to deal with that kind of issue.
According to my stats, I've got 526 releases that all use this pattern and I've never once had a problem with using the VERSION constant. "could prove problematic" sounds like urban legend to me more than a real issue.
···
On Nov 11, 2011, at 20:20 , Chad Perrin wrote:
Using a constant could prove problematic. As I said in an earlier
response:
I'm using the Gem::Version thing for now in part because I've seen
cases where for some reason a VERSION constant conflicts with
something else in the Ruby environment. I haven't seen it in quite a
while, but I don't want to have to deal with that kind of issue.
On Sat, Nov 12, 2011 at 12:25 AM, Ryan Davis <ryand-ruby@zenspider.com> wrote:
On Nov 11, 2011, at 20:20 , Chad Perrin wrote:
Using a constant could prove problematic. As I said in an earlier
response:
I'm using the Gem::Version thing for now in part because I've seen
cases where for some reason a VERSION constant conflicts with
something else in the Ruby environment. I haven't seen it in quite a
while, but I don't want to have to deal with that kind of issue.
According to my stats, I've got 526 releases that all use this pattern and I've never once had a problem with using the VERSION constant. "could prove problematic" sounds like urban legend to me more than a real issue.
"Urban legend" is not something that actually happened to me and that I
saw someone else comment about on this list a few days later. "Urban
legend" is something that one can only say "I have a friend who has a
friend who said he heard about this." Unfortunately, it was quite a
while ago, and I don't recall the specifics of the situation. I'll try
to track down the event.
···
On Sat, Nov 12, 2011 at 05:25:21PM +0900, Ryan Davis wrote:
According to my stats, I've got 526 releases that all use this pattern
and I've never once had a problem with using the VERSION constant.
"could prove problematic" sounds like urban legend to me more than a
real issue.