Sha256: 19162208fc3ad3a24e917cd4d6d61dfb11e46684ca8d61fd25b7fec1d003b008

Contents?: true

Size: 204 Bytes

Versions: 1

Compression:

Stored size: 204 Bytes

Contents

module Rake
  module Plugin
    VERSION = File.read(File.expand_path("../VERSION", __FILE__)).chomp
    VERSION_FOR_HUMANS = File.read(File.expand_path("../VERSION_FOR_HUMANS", __FILE__)).chomp
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rake-plugin-0.1.3 lib/rake/plugin/version.rb