rhcp 0.1.8 → 0.1.9

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.
@@ -21,7 +21,7 @@ module RHCP #:nodoc:
21
21
 
22
22
  MAJOR = 0
23
23
  MINOR = 1
24
- TINY = 8
24
+ TINY = 9
25
25
 
26
26
  def Version.to_s
27
27
  [ MAJOR, MINOR, TINY ].join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipp Traeder
@@ -25,13 +25,13 @@ dependencies:
25
25
  description:
26
26
  email: philipp at hitchhackers.net
27
27
  executables:
28
- - rhcp_test_server.rb
28
+ - rhcp_test_server
29
29
  extensions: []
30
30
 
31
31
  extra_rdoc_files: []
32
32
 
33
33
  files:
34
- - bin/rhcp_test_server.rb
34
+ - bin/rhcp_test_server
35
35
  - lib/rhcp
36
36
  - lib/rhcp/client
37
37
  - lib/rhcp/client/http_broker.rb