lib-dhcp 0.1.0 → 0.1.1

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: de6955e56ab7d6d91d2642484aeca0597d6e8bd8
4
- data.tar.gz: a0e86aac2af2334335430675ee5d509e6d21ba60
3
+ metadata.gz: 59b61676615cea1b59b8f92f5b1fa9ecc53d8895
4
+ data.tar.gz: dea9c87dc3501e3ed25e99868a3d26d15c3a91ed
5
5
  SHA512:
6
- metadata.gz: 61d3af701725dc100c7b0e7c7d722c166197192b5d613b5830bdc8bd0d20666b43eec2187518f696116cd52bca444c76f703e9e769f9b669dcf69266acfb8543
7
- data.tar.gz: a2b297cb8bc5315b587c466b12ca8c913588e169b9ff31eaa181fbd7c76fedc3bcfd0509a0bad15264fb4524ef3acfcfbc58e3f0e74a5ae4a08da39b4ca510a8
6
+ metadata.gz: 40c382a59b8d03641246a822ea953ff7176e89df237d6d2477ea5cf138ca7549eed1813d12112e25ac6dfd1b0af658816b3f8d2c07aaa951fd1eb74bfb4fe5b6
7
+ data.tar.gz: f2c9e5b4692d13c53bd8a313a193d402cb0966b21dcc682d3e210c044beedcbe9819241335ae1fd3a74343f3c350d3357df7628bd0a3a566a4ec95f6b9566ff3
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ## Contributing
24
24
 
25
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lib-dhcp. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
25
+ Bug reports and pull requests are welcome on GitHub at https://github.com/pwojcieszonek/lib-dhcp. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
26
26
 
27
27
  ## License
28
28
 
data/exe/dhcp_dump CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  module Lib
2
2
  module DHCP
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lib-dhcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Wojcieszonek
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-14 00:00:00.000000000 Z
11
+ date: 2018-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler