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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff9de86ce971b3c40aefed88d6e77ca424eaafe40398464c48419846f4b5868b
4
- data.tar.gz: f46953463f071c7c92c55ce7f0b2b2f41f1a03e5d1b73ea9cf01d0ffa3dd434a
3
+ metadata.gz: d89b28a760db6011b437eaedb3e3e63a2a74fc46a409a2432b672b6aa940cf27
4
+ data.tar.gz: 8c26a4ae622327159607d7c8da3ebe43f0c67f795a47e700682b5ba2291b8903
5
5
  SHA512:
6
- metadata.gz: daa456d15d21972278cb559ada7bfe98c9ef69039c54a99b42c66a28dba38ad866d79e953c2a9786cdbe4287a79050e5712149c5cc1bb791db9c3e8a013a99a7
7
- data.tar.gz: 99a49eb766f98d98acdf9267a3f14f6d216625d6c6c33e1b9c129ef4f9ecc5255d5d148781ecef5e5e955e1bdf017b5934e9bf807d5895e56c120d955e24659f
6
+ metadata.gz: 8543f1bdbad21a672d63583d1e638809a4c8411c445afdaf32aa1c077ec76470264e32576cfea5f42a0ef398bbdad0f04654ae8489d12f07270b606e89dc156f
7
+ data.tar.gz: c82c9cdba46ccf45773275fc90d721a9e473e58ead8864928d84e6ba4395b260d0811cb10a0017979f2f8911ca7acdbe86c40bd98088daab98fb7616bfca2293
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fractal_api (0.1.0)
4
+ fractal_api (0.1.1)
5
5
  faraday
6
6
  faraday_middleware
7
7
  faraday_middleware-multi_json
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FractalApi
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
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.0
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-03-22 00:00:00.000000000 Z
11
+ date: 2021-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday