lolcation_client 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: df9628e7e63bdc1f0b4ad20ab64b0bf457f022a9
4
- data.tar.gz: 031424944257c515dd069c956359952e329512c6
3
+ metadata.gz: 9ad80fc8f98bed7e355132d27b7a41987e05b774
4
+ data.tar.gz: 9b7c438954a5efaf3cde8dff9c9e63de36db529a
5
5
  SHA512:
6
- metadata.gz: 9b94eee74830cca296490487be830a3f77739fa3962e3129d4b8feebe6ebb7bbf92f1e44e8bc7fa9fae9a36518cf07173dc148d06dba0e55283b4ec40c332a13
7
- data.tar.gz: 3e16480fabdf1da152db6e19e2891a36bda214f2baa938716ad989bf37a427ce11bf759522165bfaab4043c6bfa967c4f34ffbf1b99e426cff81fff8b4d2b582
6
+ metadata.gz: 713322e5a6a404f21dbd2609fd1fd663992a99fe6b5e459d6d248b76b9756fed9d14399084f7b050fb844eb521f6e69241c9f3dec18ac68809d3fc32a34ee42d
7
+ data.tar.gz: 29fd6c962e0c47db1c4648e80ae6138bf0fa407bc86b412b6c385600acf01c6370d21cc55538279291376e11c17da6d4d92c353ad68278fa8bd692b9f013bb31
@@ -1,9 +1,7 @@
1
1
  module LolcationClient
2
2
  module Configurations
3
3
  API = "/api/v1/localizations"
4
- URL = Rails.env.development?
5
- ? "http://localhost:8000#{API}"
6
- : "https://lolcation-service.loldesign.com.br#{API}"
4
+ URL = Rails.env.development? ? "http://localhost:8000#{API}" : "https://lolcation-service.loldesign.com.br#{API}"
7
5
 
8
6
  def configs
9
7
  Rails.application.config_for(:lolcation)
@@ -1,3 +1,3 @@
1
1
  module LolcationClient
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcation_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Zaghi