gi_cat_driver 0.2.9 → 0.2.10

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.
@@ -1,3 +1,3 @@
1
1
  module GiCatDriver
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
data/lib/gi_cat_driver.rb CHANGED
@@ -29,7 +29,7 @@ module GiCatDriver
29
29
  @admin_username = username
30
30
  @admin_password = password
31
31
 
32
- AUTHORIZATION_HEADERS.merge({:Authorization => self.basic_auth_string})
32
+ AUTHORIZATION_HEADERS = AUTHORIZATION_HEADERS.merge({:Authorization => self.basic_auth_string})
33
33
  end
34
34
 
35
35
  # Basic Authorization used in the request headers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gi_cat_driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: