Sha256: affd7e6fc55bf5dfe0d3258bfdec8a0ea71cdb8f4c5503ae18669a40deb64f27
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
module Htcht module Helpers module VersionHelpers def latest_ruby # This is going to be hard coded for now because I can't seem to # find a public api for getting the latest version of Ruby '2.4.1' end def latest_rails # The rubygems.org API does allow you to get the latest version # of Rails but it is a private api (see above comment as well) '5.0.2' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
htcht-0.1.3 | lib/htcht/helpers/version_helpers.rb |