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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aca2bcd020ad5f3100e98f8db29d039b0445c633
4
- data.tar.gz: 33ed84b50be9dd327ef10f7ab6de605d1a9fddbe
3
+ metadata.gz: 075a6005733949bf43255b3304c6d29330f5ad50
4
+ data.tar.gz: 65dc7cdccd23119f51758afaa2c9b6f6cdde4a01
5
5
  SHA512:
6
- metadata.gz: 4ff5d48abae7e5eb5916208ccf4f6c6d273dd75a70e39a71791018ee13d7820436075b0d98310a4fb028cb151bcc88ce4611b1b4ffb1f9fee39fa693d750cc39
7
- data.tar.gz: 1d3c8d8ff05b7f77bd2c099d91aa5a97b553cd3ad61d36f9802ab2498140122869e45f4a0d9790f8a2556a424763951731e05b978decfe76029cb6fd367b9c69
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
 
@@ -1,3 +1,3 @@
1
1
  module NetscanCalife
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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-16 00:00:00.000000000 Z
11
+ date: 2015-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler