Sha256: 5163b7565a437c63f89f18f80420435b6d1a2098ae8ad8e39bbeb358b41f50ac

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

# frozen_string_literal: true

# 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

  def self.version
    RICC_VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
storazzo-0.6.1 lib/storazzo/version.rb