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.
- data/lib/smoodit/configuration.rb +1 -2
- data/lib/smoodit/version.rb +1 -1
- metadata +3 -3
|
@@ -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
|
-
|
|
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
|
#
|
data/lib/smoodit/version.rb
CHANGED
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Giovanni Cappellotto
|