File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
$:. unshift File . expand_path ( "../lib" , __FILE__ )
2
+ require 'forte/version'
2
3
3
4
Gem ::Specification . new do |s |
4
5
s . name = 'forte'
5
6
s . description = 'Create an authorized_keys file for a shared shell account from a repository of public key files '
6
7
s . homepage = 'https://github.com/yock/forte'
7
- s . version = '0.0.4'
8
+ s . version = Forte :: VERSION
8
9
s . summary = 'Create an authorized_keys file for a shared shell account from a repository of public key files'
9
10
s . platform = Gem ::Platform ::RUBY
10
11
s . authors = [ 'Michael Yockey' , 'Ryan Cromwell' ]
Original file line number Diff line number Diff line change 5
5
require 'forte/base'
6
6
require 'forte/keyfile'
7
7
require 'forte/repo_location'
8
+ require 'forte/version'
Original file line number Diff line number Diff line change
1
+ module Forte
2
+ VERSION = "1.0.0"
3
+ end
You can’t perform that action at this time.
0 commit comments