deltacloud-client 0.0.9.3 → 0.0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/deltacloudc +2 -2
  2. metadata +2 -2
@@ -20,8 +20,8 @@
20
20
  require 'rubygems'
21
21
  require 'optparse'
22
22
  require 'uri'
23
- require 'lib/deltacloud.rb'
24
- require 'lib/plain_formatter.rb'
23
+ require 'deltacloud'
24
+ require 'plain_formatter'
25
25
 
26
26
  include DeltaCloud::PlainFormatter
27
27
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 9
9
- - 3
10
- version: 0.0.9.3
9
+ - 4
10
+ version: 0.0.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Red Hat, Inc.