angellist_api 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.
@@ -15,7 +15,6 @@ module AngellistApi
15
15
  :oauth_token_secret,
16
16
  :proxy,
17
17
  :user_agent,
18
- :media_endpoint,
19
18
  :faraday_options].freeze
20
19
 
21
20
  # The adapter that will be used to connect if none is set
@@ -28,7 +27,7 @@ module AngellistApi
28
27
  DEFAULT_CONSUMER_SECRET = nil
29
28
 
30
29
  # The endpoint that will be used to connect if none is set
31
- DEFAULT_ENDPOINT = 'https://api.angel.co/1/'.freeze
30
+ DEFAULT_ENDPOINT = "https://api.angel.co/1/".freeze
32
31
 
33
32
  # The response format appended to the path and sent in the 'Accept' header if none is set
34
33
  #
@@ -1,3 +1,3 @@
1
1
  module AngellistApi
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Paul Singh