ogle 0.2.7 → 0.2.8

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.
Files changed (3) hide show
  1. data/lib/ogle/client.rb +2 -2
  2. data/lib/ogle/version.rb +1 -1
  3. metadata +3 -3
@@ -11,8 +11,8 @@ module Ogle
11
11
  :host => options[:host],
12
12
  :scheme => options[:scheme] || "http",
13
13
  :port => options[:port] || 9292,
14
- :user => options[:user] || 'nil',
15
- :password => options[:pass] || 'nil',
14
+ :user => options[:user],
15
+ :password => options[:pass],
16
16
  :raise_errors => true
17
17
  )
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module Ogle
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ogle
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.7
5
+ version: 0.2.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Bringard
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-06-14 00:00:00 -06:00
14
+ date: 2011-06-14 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  requirements: []
129
129
 
130
130
  rubyforge_project: ogle
131
- rubygems_version: 1.6.2
131
+ rubygems_version: 1.5.0
132
132
  signing_key:
133
133
  specification_version: 3
134
134
  summary: Ruby interface for OpenStack Glance