Sha256: 39665d627b720b9173d34469266abc6183768e661e4e7262bfba17d580a5091d

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

# copied from https://github.com/rails/strong_parameters/edit/master/lib/strong_parameters/version.rb
# I;'m copying the DHH philosophy here.
module Storazzo
    #DHH_VERSION = "0.2.3._TODOFileRead.1" # TODO file.read ../../VERSION . chomp
    RICC_VERSION = File.read("../VERSION").chomp

    public
    def self.version 
        RICC_VERSION
    end
end
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
storazzo-0.4.10 lib/storazzo/version.rb
storazzo-0.4.9 lib/storazzo/version.rb