atacama_client 0.0.2 → 0.0.3

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: fcd1b8af6df06a2df9cd215da98734084b016b22
4
- data.tar.gz: 3fe7d929ef0f18ee43c2163431c619442d358089
3
+ metadata.gz: 6f0a93143924af3b3fea89ba5401d5f59431ac85
4
+ data.tar.gz: 839c0daf4f288cb9e268855739b1073b71065586
5
5
  SHA512:
6
- metadata.gz: 70fab2f4cd6bf409b9df349b5465a275341349a1b6fd902d645486cfefe46c4df1d7a7e43f4982c8042a63ce0d06874757ae0aab39d76b42c199d95e06a65143
7
- data.tar.gz: 5a17c1510655b0d1e2ea324fabdd3334567467a0d46ec72d703e81cdda0149c0c6f8aeb459d05fe21705ddd3893a0f3e92cd18e09180a44230676177e0a423da
6
+ metadata.gz: 69d1ee93f65c5ccb55f0ef251fb955754a61a30578b0cbad46380830c90c5fb97067104c868374f2339518a6bc09a6c90a646f8b2da2a93a30fd5b8e90c16d53
7
+ data.tar.gz: 9c4f6e3e838eb849837a35efa1a7bcca88cbcab7941bd8b6876162fbf38c60b895dfaef224b2982f68394d696ee187787ad6601898d8d407d0e621075c3bdb60
@@ -1,3 +1,3 @@
1
1
  module AtacamaClient
2
- VERSION = "0.0.2"
3
- end
2
+ VERSION = "0.0.3"
3
+ end
@@ -10,8 +10,8 @@ module AtacamaClient
10
10
  end
11
11
 
12
12
  def self.configure(&block)
13
- block.call config
13
+ block.call configuration
14
14
  end
15
15
 
16
- ActiveRestClient::Base.base_url = "http://atacama.coyo.com.br/api"
16
+ ActiveRestClient::Base.base_url = "http://localhost:3003/api"
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atacama_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coyô Software