diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-09-20 12:56:18 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-09-20 12:56:18 +0900 |
commit | 3b56a0934fa503b518e8302ed32f9124740d896b (patch) | |
tree | 51248684f6e5306516ae122518b1ca299da5581b /lib/shell/version.rb | |
parent | 67a6662032d0a7c4af07f44c2046cd0ed2d7d253 (diff) |
Removed Shell from the ruby repository.
Diffstat (limited to 'lib/shell/version.rb')
-rw-r--r-- | lib/shell/version.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/shell/version.rb b/lib/shell/version.rb deleted file mode 100644 index f48f781b2c..0000000000 --- a/lib/shell/version.rb +++ /dev/null @@ -1,17 +0,0 @@ -# frozen_string_literal: false -# -# version.rb - shell version definition file -# $Release Version: 0.7$ -# $Revision$ -# by Keiju ISHITSUKA([email protected]) -# -# -- -# -# -# - -class Shell # :nodoc: - VERSION = "0.7" - @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "07/03/20" -end |