dhclient 0.1.2 → 0.1.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: '0726089fb0a880c971ad679682463c4f00ec75b3'
4
- data.tar.gz: '0558257f6a34269e5d6270623a0b7b82e0f5062f'
3
+ metadata.gz: d0bfbabc076af054bd0e3748aa50c2245fbfcf82
4
+ data.tar.gz: d679d634b0bf824cf43aede28234f864f2c0f990
5
5
  SHA512:
6
- metadata.gz: 10596660c4c66ae898021f6a3296caf63cd661252b9f2e492a9364404fb8e69af677845129396f03d58efb768f61153652c4e38a954785e0494e1b0255aec030
7
- data.tar.gz: cf4d6e4e6aac92fcc411e8cacde676320565d0456c50937a6ae4b8386695f14302a368ae14057c0f5506ecfdea490c4794b458f9c60f7d3e87078aa8e08163ac
6
+ metadata.gz: a5ab9880cbbc9e2ca8525c31ea5dc9579b5da442b00c8737f32781835474d279d1882a54cd56a256d819bc8be821fb741330fe93a0f63fa28ee19042b62f7f36
7
+ data.tar.gz: c3f9fae65ae2d3e465aef743b1da5903a29c493153e5828626c55543ea4c344dd084d8f9df5e971a8ba3c89211a4bba1953bbec517ead81fa7a994028fd835b0
@@ -1,3 +1,3 @@
1
1
  module DHClient
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dhclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Quirino Oliveira
@@ -140,9 +140,9 @@ description: Simple SAP Hybris Datahub client for performing the most common ope
140
140
  email:
141
141
  - daniel.oliveura@hybris.com
142
142
  executables:
143
- - console
144
143
  - dhclient
145
- - setup
144
+ - dhconsole
145
+ - dhsetup
146
146
  extensions: []
147
147
  extra_rdoc_files: []
148
148
  files:
@@ -152,9 +152,9 @@ files:
152
152
  - README.md
153
153
  - README.rdoc
154
154
  - Rakefile
155
- - bin/console
156
155
  - bin/dhclient
157
- - bin/setup
156
+ - bin/dhconsole
157
+ - bin/dhsetup
158
158
  - dhclient.gemspec
159
159
  - lib/dhclient.rb
160
160
  - lib/dhclient/datahub.rb
File without changes
File without changes