fractal_api 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/fractal_api/configuration.rb +2 -2
- data/lib/fractal_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d89b28a760db6011b437eaedb3e3e63a2a74fc46a409a2432b672b6aa940cf27
|
4
|
+
data.tar.gz: 8c26a4ae622327159607d7c8da3ebe43f0c67f795a47e700682b5ba2291b8903
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8543f1bdbad21a672d63583d1e638809a4c8411c445afdaf32aa1c077ec76470264e32576cfea5f42a0ef398bbdad0f04654ae8489d12f07270b606e89dc156f
|
7
|
+
data.tar.gz: c82c9cdba46ccf45773275fc90d721a9e473e58ead8864928d84e6ba4395b260d0811cb10a0017979f2f8911ca7acdbe86c40bd98088daab98fb7616bfca2293
|
data/Gemfile.lock
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
module FractalApi
|
4
4
|
class Configuration
|
5
5
|
BASE_URLS = {
|
6
|
-
production: '',
|
6
|
+
production: 'https://apis.askfractal.com',
|
7
7
|
sandbox: 'https://apis.julia-laces.co.uk'
|
8
8
|
}.freeze
|
9
9
|
AUTH_URLS = {
|
10
|
-
production: '',
|
10
|
+
production: 'https://auth.askfractal.com',
|
11
11
|
sandbox: 'https://auth.julia-laces.co.uk'
|
12
12
|
}.freeze
|
13
13
|
|
data/lib/fractal_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fractal_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Finpoint
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|