netscan_calife 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +17 -0
- data/lib/netscan_calife/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 075a6005733949bf43255b3304c6d29330f5ad50
|
|
4
|
+
data.tar.gz: 65dc7cdccd23119f51758afaa2c9b6f6cdde4a01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 671601711770dc053b633c086a0ac0c4f8cbfca84cb53cdd8b30e9f1f291e06bf6fa1e524e7a8b9079361b3dab3b58f8a77eb718056e06289f1b7c8debb1415d
|
|
7
|
+
data.tar.gz: c74aac5e20f946e238c768ed0f107c39839baea6eed1a41e4638229f6cd70e7552159aeeedd5a38136810b29c05d46855ef370b3d10155028bc8a41c0dd1928d
|
data/Rakefile
CHANGED
|
@@ -1,2 +1,19 @@
|
|
|
1
1
|
require "bundler/gem_tasks"
|
|
2
|
+
# require 'rdoc/task'
|
|
3
|
+
require 'rake/clean'
|
|
4
|
+
|
|
5
|
+
# Rake::RDocTask.new do |rd|
|
|
6
|
+
# rd.main = "README.md"
|
|
7
|
+
# rd.rdoc_files.include("README.md","lib/**/*.rb","bin/**/*")
|
|
8
|
+
# rd.title = 'netscan_calife - Simple netscan'
|
|
9
|
+
# end
|
|
10
|
+
|
|
11
|
+
# Include the "pkg" and "doc" directories and their contents.
|
|
12
|
+
# # Include all files ending in ".o" in the current directory
|
|
13
|
+
# # and its subdirectories (recursively).
|
|
14
|
+
CLOBBER.include('pkg', 'html')
|
|
15
|
+
|
|
16
|
+
# # Include InstalledFiles and .config: files created by setup.rb.
|
|
17
|
+
# # Include temporary files created during test run.
|
|
18
|
+
CLEAN.include('InstalledFiles', '.config', 'test/**/*.tmp')
|
|
2
19
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netscan_calife
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- calife
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|