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

Commit

Permalink
More prep for ssh_scan_api debute
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Mar 2, 2017
1 parent 66c3e38 commit caf8c53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--colour
--format documentation
2 changes: 1 addition & 1 deletion lib/ssh_scan_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSHScan
API_VERSION = '0.0.1'
API_VERSION = '0.0.1.pre'
end
4 changes: 2 additions & 2 deletions ssh_scan_api.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$: << "lib"
require 'ssh_scan/version'
require 'ssh_scan_api/version'
require 'date'

Gem::Specification.new do |s|
s.name = 'ssh_scan'
s.name = 'ssh_scan_api'
s.version = SSHScan::API_VERSION
s.authors = ["Harsh Vardhan", "Rishabh Saxena", "Ashish Gaurav", "Jonathan Claudius" ]
s.date = Date.today.to_s
Expand Down

0 comments on commit caf8c53

Please sign in to comment.