Sha256: 95859b4279a735f824ef0bc96794dd784102be0070d180424d7c2d4e30a370dd
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
# -*- coding: utf-8 -*- # vim:ft=ruby:enc=utf-8 # Library to convert a String into a Password module ToPass # version of gem, read directly from the VERSION-File VERSION = File.read(File.join(File.dirname(__FILE__), '../../VERSION')).strip # name of gem APP_NAME = 'to_pass' # date of last modification of the version DATE = File.mtime(File.join(File.dirname(__FILE__), '../../VERSION')) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
to_pass-0.5.2 | lib/to_pass/version.rb |