Sha256: 11a7f082fc2175b4c06fe1019c1294eb5bb97b7e9bb30d58344e1947e7193904
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
ruby do # this is a lie! this gem must be compatible with 1.8.7, 1.9.x and 2.x. # we're specifying the least common denominator here, as the bulk of our # code is still tied to Ruby 1.8. version 'ree-1.8.7-2012.02' # jeweler gem is sensitive to rubygems version; moreover, RubyGems > 1.3 sometimes generates # gem indexes that are not readable by 1.3 ... once again, take the least common denominator # approach. rubygems '1.3.7' end bundler do version '1.3.5' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
right_develop-2.1.3 | right_develop.rconf |
right_develop-2.1.2 | right_develop.rconf |