ogle 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ogle/client.rb +2 -0
  2. data/lib/ogle/version.rb +1 -1
  3. metadata +2 -2
@@ -11,6 +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
+ :pass => options[:pass] || 'nil',
14
16
  :raise_errors => true
15
17
  )
16
18
  end
@@ -1,3 +1,3 @@
1
1
  module Ogle
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
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.5
5
+ version: 0.2.6
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-08 00:00:00 -06:00
14
+ date: 2011-06-14 00:00:00 -06:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency