Sha256: 68917d8e386905b85ed45384718e1443cc1739f889a6eff6bf018a1dbc2b35ca
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Rake VERSION = "12.1.0" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "." NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
dirwatch-0.0.2 | vendor/bundle/ruby/2.3.0/gems/rake-12.1.0/lib/rake/version.rb |
tdiary-5.0.6 | vendor/bundle/gems/rake-12.1.0/lib/rake/version.rb |
rake-12.1.0 | lib/rake/version.rb |