dealmap 0.0.8 → 0.0.9

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/dealmap.rb +1 -1
  2. data/lib/dealmap/version.rb +1 -1
  3. metadata +2 -2
@@ -8,7 +8,7 @@ require 'faraday'
8
8
  module Dealmap
9
9
  # Defines methods for the Dealmap API
10
10
  class Client
11
- attr :api_key, :conn
11
+ attr_reader :api_key, :conn
12
12
  # Initialize the Dealmap client
13
13
  # @param api_key [String] Your Dealmap API Key
14
14
  def initialize(api_key)
@@ -1,3 +1,3 @@
1
1
  module Dealmap
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dealmap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joshua Deeden
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-15 00:00:00 -04:00
13
+ date: 2011-03-22 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency