locked-rb 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 948c461ae63f6cbe1340d7f915b33a8bc335c9dd422134c4796204b1c433c677
4
- data.tar.gz: 653750e9995e9532a458092143792d0cf020b6c898928b18adff742d6d80c2d6
3
+ metadata.gz: 7bb0ddbc28a9ad9f08852ff6c570c2a225a1572a2ac654b58eba21848e5b4b26
4
+ data.tar.gz: c21af9b3d3a4eff168fc7097a6b51240173b60ad2974ce0b83f5e8526cc00106
5
5
  SHA512:
6
- metadata.gz: b3a60f269cd41482a7509805a6d5317371bb8fd89b9bb2c98daef432c2726e7fc3c474f95e34e21b125ad489a496108cef14f7af747623c9a299107f841930ea
7
- data.tar.gz: 9c6640642b6742a18a3347463490b47d8d458fded13d9ef0f2df9963da56ffb43e43315b584a4d233d7a8f25f54aad4ce7343f61a966f867cbd3153363ae5219
6
+ metadata.gz: ccd2c32486cd302541cbf8d69ee5d0bf08dc8f36bc574d4b38257ce6c9a20e1f33c945e01e30c09eff494794b7ba0e249dc9265a7e953db24db88bcdb5989820
7
+ data.tar.gz: ff7bee55ea1dc0e853cdcb8d1c6a17976754a5afc29658341ca7f91d0382b23e5b1afc012f095b838c736f9e8a47b4ce92355861332c43fa1386e0f7554f20bd
@@ -3,8 +3,8 @@
3
3
  module Locked
4
4
  # manages configuration variables
5
5
  class Configuration
6
- HOST = ENV['RAILS_ENV'] == 'development' ? 'localhost' : 'locked.jp'
7
- PORT = ENV['RAILS_ENV'] == 'development' ? 3000 : 443
6
+ HOST = 'locked.jp'
7
+ PORT = 443
8
8
  URL_PREFIX = 'api/v1/client'
9
9
  FAILOVER_STRATEGY = :deny
10
10
  REQUEST_TIMEOUT = 1000 # in milliseconds
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Locked
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locked-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshiki Takeda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-13 00:00:00.000000000 Z
11
+ date: 2019-07-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: locked protects your users from account compromise
14
14
  email: takeda@locked.jp