dhclient 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: 43bb45515f3ea6a84d36ad4a483163de8a8aa0af
4
- data.tar.gz: a09e6918428ba98f1f39c3cf5752a278a6e949e6
3
+ metadata.gz: 5f2e78b22fd22c304560b58c206c658b72b2434d
4
+ data.tar.gz: 19ae558ecb54f796432ca3d71256b51f31711b1e
5
5
  SHA512:
6
- metadata.gz: e1e88b913675a5741d09f97b9171a704f05947e21dc985248383c98ab6b99570c9f255f0c1dfe7caf48e914a234c86e363962910ea5adf756b32ec793bd62dc4
7
- data.tar.gz: f48147c2e4c6413a8ce926fa10f12dc4c798adbb7639092a059e4905ef307d982675c63016b79e4bc91230186ee33c7e521103c1a5924e9fae7f11e89f05a590
6
+ metadata.gz: 86bc263c26cdc15f051e5c6efd2961cd3840b301c0e75060fc9a22803ce878d44779cd26ecbf4519cf0c4e6fd2e47512a0e22583e88dff08d83e1bb8ab6a0f00
7
+ data.tar.gz: aa58b977cea0486b6520f21781fe1171368cf0208fdb76cfe200b603b296f5fca7abe9b753726e6d56f7aaa79602b7e059cf12743e61283ad8400084520da1af
data/.gitignore CHANGED
@@ -2,3 +2,4 @@
2
2
  results.html
3
3
  pkg
4
4
  html
5
+ Gemfile.lock
data/dhclient.gemspec CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
27
  f.match(%r{^(test|spec|features)/})
28
28
  end
29
- spec.bindir = "exe"
29
+ spec.bindir = "bin"
30
30
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
31
  spec.require_paths = ["lib"]
32
32
 
@@ -1,3 +1,3 @@
1
1
  module DHClient
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dhclient
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
  - Daniel Quirino Oliveira
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2017-03-30 00:00:00.000000000 Z
12
12
  dependencies:
@@ -146,7 +146,6 @@ files:
146
146
  - ".gitignore"
147
147
  - ".rvmrc"
148
148
  - Gemfile
149
- - Gemfile.lock
150
149
  - README.md
151
150
  - README.rdoc
152
151
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,88 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- dhclient (0.1.0)
5
- json (~> 2.0.2)
6
- methadone (~> 1.9.5)
7
- pry
8
- rest-client (~> 2.0.1)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- aruba (0.14.2)
14
- childprocess (~> 0.5.6)
15
- contracts (~> 0.9)
16
- cucumber (>= 1.3.19)
17
- ffi (~> 1.9.10)
18
- rspec-expectations (>= 2.99)
19
- thor (~> 0.19)
20
- builder (3.2.3)
21
- childprocess (0.5.9)
22
- ffi (~> 1.0, >= 1.0.11)
23
- coderay (1.1.1)
24
- contracts (0.15.0)
25
- cucumber (2.4.0)
26
- builder (>= 2.1.2)
27
- cucumber-core (~> 1.5.0)
28
- cucumber-wire (~> 0.0.1)
29
- diff-lcs (>= 1.1.3)
30
- gherkin (~> 4.0)
31
- multi_json (>= 1.7.5, < 2.0)
32
- multi_test (>= 0.1.2)
33
- cucumber-core (1.5.0)
34
- gherkin (~> 4.0)
35
- cucumber-wire (0.0.1)
36
- diff-lcs (1.3)
37
- domain_name (0.5.20170223)
38
- unf (>= 0.0.5, < 1.0.0)
39
- ffi (1.9.18)
40
- gherkin (4.1.1)
41
- http-cookie (1.0.3)
42
- domain_name (~> 0.5)
43
- json (2.0.3)
44
- methadone (1.9.5)
45
- bundler
46
- method_source (0.8.2)
47
- mime-types (3.1)
48
- mime-types-data (~> 3.2015)
49
- mime-types-data (3.2016.0521)
50
- multi_json (1.12.1)
51
- multi_test (0.1.2)
52
- netrc (0.11.0)
53
- power_assert (1.0.1)
54
- pry (0.10.4)
55
- coderay (~> 1.1.0)
56
- method_source (~> 0.8.1)
57
- slop (~> 3.4)
58
- rake (10.5.0)
59
- rdoc (5.1.0)
60
- rest-client (2.0.1)
61
- http-cookie (>= 1.0.2, < 2.0)
62
- mime-types (>= 1.16, < 4.0)
63
- netrc (~> 0.8)
64
- rspec-expectations (3.5.0)
65
- diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.5.0)
67
- rspec-support (3.5.0)
68
- slop (3.6.0)
69
- test-unit (3.2.3)
70
- power_assert
71
- thor (0.19.4)
72
- unf (0.1.4)
73
- unf_ext
74
- unf_ext (0.0.7.2)
75
-
76
- PLATFORMS
77
- ruby
78
-
79
- DEPENDENCIES
80
- aruba
81
- bundler (~> 1.14)
82
- dhclient!
83
- rake (~> 10.0)
84
- rdoc
85
- test-unit
86
-
87
- BUNDLED WITH
88
- 1.14.6