angellist_api 0.0.7 → 0.0.8

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