rsqoot 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rsqoot (0.5.3)
4
+ rsqoot (0.5.4)
5
5
  activesupport (>= 3.0.0)
6
6
  hashie (>= 2.0.0)
7
7
  json (>= 1.6.0)
data/lib/rsqoot/client.rb CHANGED
@@ -22,14 +22,14 @@ module RSqoot
22
22
  include Request
23
23
  include Logger
24
24
 
25
- attr_accessor :public_api_key,
26
- :private_api_key,
27
- :base_api_url,
28
- :authentication_method,
29
- :read_timeout,
30
- :query_options,
31
- :expired_in,
32
- :sqoot_query_uri
25
+ attr_reader :public_api_key,
26
+ :private_api_key,
27
+ :base_api_url,
28
+ :authentication_method,
29
+ :read_timeout,
30
+ :query_options,
31
+ :expired_in,
32
+ :sqoot_query_uri
33
33
 
34
34
  def initialize(options={})
35
35
  @public_api_key = options[:public_api_key] || RSqoot.public_api_key
@@ -1,3 +1,3 @@
1
1
  module RSqoot
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsqoot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -135,7 +135,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  segments:
137
137
  - 0
138
- hash: 309329620517368495
138
+ hash: 2405794364097681693
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  none: false
141
141
  requirements:
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  segments:
146
146
  - 0
147
- hash: 309329620517368495
147
+ hash: 2405794364097681693
148
148
  requirements: []
149
149
  rubyforge_project:
150
150
  rubygems_version: 1.8.26