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 +4 -4
 - data/lib/netscan_calife/version.rb +1 -1
 - data/netscan_calife.gemspec +3 -2
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 5562f849e62e68e363487a7f1e4b7140f9e12ab2
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: c1afd1b61c80fd65b50f5351f0457661f8a9929b
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 9ad900c9e65db85e4d3031954a696060a0bb0bbd13b58c63d9370ce2f00ae766ab99519cce5241f6e932057432daafd882c37304a5821bd76b6aefbab051cdcc
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: d0f64cdb7fd8809c448036902dab20285765b432f11793d8d3a618c950ef26925b9b0a43048a0526688a7784c5e91fb4771ca7043d4c3bc2af023f84d5d14946
         
     | 
    
        data/netscan_calife.gemspec
    CHANGED
    
    | 
         @@ -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{ 
     | 
| 
       18 
     | 
    
         
            -
              spec.description   = %q{This gem allow to  
     | 
| 
      
 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. 
     | 
| 
      
 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  
     | 
| 
      
 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:  
     | 
| 
      
 84 
     | 
    
         
            +
            summary: A very simple network ping scan
         
     | 
| 
       85 
85 
     | 
    
         
             
            test_files: []
         
     |