smoodit 0.0.1 → 0.0.2

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.
@@ -37,8 +37,7 @@ module Smoodit
37
37
  # The endpoint that will be used to connect if none is set
38
38
  #
39
39
  # @note This is configurable in case you want to use HTTP instead of HTTPS, specify a different API version, or use a Smoodit-compatible endpoint.
40
- #DEFAULT_ENDPOINT = 'http://smood.it/'.freeze
41
- DEFAULT_ENDPOINT = 'http://localhost:3000/'.freeze
40
+ DEFAULT_ENDPOINT = 'http://smood.it/'.freeze
42
41
 
43
42
  # The response format appended to the path and sent in the 'Accept' header if none is set
44
43
  #
@@ -1,4 +1,4 @@
1
1
  module Smoodit
2
2
  # The version of the gem
3
- VERSION = '0.0.1'.freeze unless defined?(::Smoodit::VERSION)
3
+ VERSION = '0.0.2'.freeze unless defined?(::Smoodit::VERSION)
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smoodit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Giovanni Cappellotto