Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit caf8c53

Browse files
author
Jonathan Claudius
committed
More prep for ssh_scan_api debute
1 parent 66c3e38 commit caf8c53

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.rspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--colour
2+
--format documentation

lib/ssh_scan_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHScan
2-
API_VERSION = '0.0.1'
2+
API_VERSION = '0.0.1.pre'
33
end

ssh_scan_api.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$: << "lib"
2-
require 'ssh_scan/version'
2+
require 'ssh_scan_api/version'
33
require 'date'
44

55
Gem::Specification.new do |s|
6-
s.name = 'ssh_scan'
6+
s.name = 'ssh_scan_api'
77
s.version = SSHScan::API_VERSION
88
s.authors = ["Harsh Vardhan", "Rishabh Saxena", "Ashish Gaurav", "Jonathan Claudius" ]
99
s.date = Date.today.to_s

0 commit comments

Comments
 (0)