ogle 0.2.6 → 0.2.7

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 +1 -1
  2. data/lib/ogle/version.rb +1 -1
  3. metadata +1 -1
@@ -12,7 +12,7 @@ module Ogle
12
12
  :scheme => options[:scheme] || "http",
13
13
  :port => options[:port] || 9292,
14
14
  :user => options[:user] || 'nil',
15
- :pass => options[:pass] || 'nil',
15
+ :password => options[:pass] || 'nil',
16
16
  :raise_errors => true
17
17
  )
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module Ogle
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
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.6
5
+ version: 0.2.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Bringard