netscan_calife 0.0.2 → 0.0.3

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: f9c3330ddd5d520d03737c94bdadc066d2ef3d1c
4
- data.tar.gz: 72ded442a7356063822b0d102bbdd7b257d4d1d2
3
+ metadata.gz: 5562f849e62e68e363487a7f1e4b7140f9e12ab2
4
+ data.tar.gz: c1afd1b61c80fd65b50f5351f0457661f8a9929b
5
5
  SHA512:
6
- metadata.gz: ed75e577d6f60655662954c70099af0198dc386e6b84ac0db77546122d8c428a15d35f10dd8ac110a78e7f6b202543ee8030a617fb48367a6f8e7fffdd19114d
7
- data.tar.gz: 7abdfaaf4809d474e0c4b60e7dc0ac1104186ae01a0afda9218e1c0dd9d4a0cd2fbc0e96d1bce53e703cd979b7965ef07a4f8ddec44fe686494cfe7e40dba722
6
+ metadata.gz: 9ad900c9e65db85e4d3031954a696060a0bb0bbd13b58c63d9370ce2f00ae766ab99519cce5241f6e932057432daafd882c37304a5821bd76b6aefbab051cdcc
7
+ data.tar.gz: d0f64cdb7fd8809c448036902dab20285765b432f11793d8d3a618c950ef26925b9b0a43048a0526688a7784c5e91fb4771ca7043d4c3bc2af023f84d5d14946
@@ -1,3 +1,3 @@
1
1
  module NetscanCalife
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,14 +8,15 @@ Gem::Specification.new do |spec|
8
8
  spec.version = NetscanCalife::VERSION
9
9
  spec.authors = ["calife"]
10
10
  spec.email = ["califerno@gmail.com"]
11
+ spec.platform = Gem::Platform::RUBY
11
12
 
12
13
  # This allow push to rubygems.org
13
14
  # if spec.respond_to?(:metadata)
14
15
  # spec.metadata['allowed_push_host'] = "https://rubygems.org/"
15
16
  # end
16
17
 
17
- spec.summary = %q{Netscan Calife}
18
- spec.description = %q{This gem allow to performa a network ping scan}
18
+ spec.summary = %q{A very simple network ping scan}
19
+ spec.description = %q{This gem allow to perform a simple network ping scan}
19
20
  spec.homepage = "https://bitbucket.org/calife/netscan_calife"
20
21
  spec.license = "MIT"
21
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netscan_calife
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - calife
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: This gem allow to performa a network ping scan
41
+ description: This gem allow to perform a simple network ping scan
42
42
  email:
43
43
  - califerno@gmail.com
44
44
  executables:
@@ -81,5 +81,5 @@ rubyforge_project:
81
81
  rubygems_version: 2.4.8
82
82
  signing_key:
83
83
  specification_version: 4
84
- summary: Netscan Calife
84
+ summary: A very simple network ping scan
85
85
  test_files: []