lecca_client 0.2.1 → 0.3.0

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
  SHA1:
3
- metadata.gz: e706fbf62f26010b8daa6f25d2e8e2833b3e2e0d
4
- data.tar.gz: 6fff7403357ca52aa5a5e5118ed30b69a6a74b44
3
+ metadata.gz: 90837fd2aa51b821a7c035c0c87ff97f700fd9c9
4
+ data.tar.gz: 9792b07d23fd78ac57710c4faeaf1a4ded849fa5
5
5
  SHA512:
6
- metadata.gz: 1406f8447dad9c93b2c4a64950d4a9fb4b8fce34ba26874432da85bd8d9c757f915723af0bfcdee3935f89b324efe8896754f0043ca88752ad4a3f031224e42d
7
- data.tar.gz: 0a9d8c0374f5479cd07d24d267ac1c6427b7944d3cd54d5b74db24f3ff53d302387b61380bdfac64185393ae9bb4554e27cc41a5f17cf517038312320213c352
6
+ metadata.gz: d1f6de097a7d89ce2e1f4a01338285d1d09cc4e410579faccc1b62692d88cb09d2ab68a3880a2ea7886e83a4b0958090058b2e9961a183dec7e9265d1559bd26
7
+ data.tar.gz: 509d20847c885bc017f05b2e4d70783f98a55bc956ced8ee2151cded21ceb5a2574be0eefdc1b9bf6b7468530ed0a1653ff2e5ef8befdaecb7e627f87dc64c00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.3.0
4
+
5
+ * Remove useless time.zone config
6
+
3
7
  ## 0.2.1
4
8
 
5
9
  * Fix phone ddd
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This gem is responsible for exchange proposal and CNAB files between your system and Lecca DTVM.
4
4
 
5
+ [![Build Status](https://travis-ci.org/Noverde/lecca_client.svg?branch=master)](https://travis-ci.org/Noverde/lecca_client)
6
+
5
7
  ## License
6
8
 
7
9
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -16,4 +16,3 @@ test:
16
16
  codigo_tabela_juros: 112
17
17
  forma_liberacao: 'D'
18
18
  forma_liquidacao: 'I'
19
- timezone: 'America/Sao_Paulo'
@@ -1,5 +1,3 @@
1
1
  require 'active_support/inflector/transliterate'
2
2
  require 'active_support/core_ext/string'
3
3
  require 'active_support/core_ext/time/calculations'
4
-
5
- Time.zone ||= LeccaClient.config.timezone
@@ -21,10 +21,6 @@ module LeccaClient
21
21
  config['proposal']
22
22
  end
23
23
 
24
- def timezone
25
- config['timezone']
26
- end
27
-
28
24
  private
29
25
 
30
26
  def config
@@ -1,3 +1,3 @@
1
1
  module LeccaClient
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lecca_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noverde Team
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-09-13 00:00:00.000000000 Z
13
+ date: 2016-09-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler