finapps 0.3.1.pre → 0.3.2.pre

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: 4ccf0a8f8775de7bab90cda66c432c4d66c058b4
4
- data.tar.gz: ee9e07bddd96047647c91dbb22728386ea6a03af
3
+ metadata.gz: ba8bdd7717413ce50bbbb4c9b3a069a486a91d0e
4
+ data.tar.gz: 48eb0ce8c4294ae789fc6302cf2f97d69db46a82
5
5
  SHA512:
6
- metadata.gz: 4dae3f91021e9ed6651d09f01fe79d21f1e88dd0e9e8494a09c9d474ad2fbb6cca1108a0abb8ed6321c3d052d2dfcbead59dbb7728a395570075a514cea616b4
7
- data.tar.gz: e96ab5a5d05c40d16860aae45f9e87ca71bd5568aa15e5ea0e51b33e77ae2bf2bd16d9709be5367cc3f9aec4515cbf5c738ac5f1a1a0a2ded5ba1dba567a0ae3
6
+ metadata.gz: ab7e992e3cc4dde330ec3b103a228ebb6ea5b240559f24d35b2fc8063aaee1f4d15d0aea5b45e16ea54d12c60b03d052623bc4bc033f992544c98829c462e723
7
+ data.tar.gz: abce2b124810e0b4a697cf65036ef0eb69033cc6c6a757d07e273737cb9d8be648b9a80b7ff7e5fb6004242ee349396aac4a67af46c45f98add51e8a49627083
@@ -2,7 +2,7 @@ module FinApps
2
2
  module Logging
3
3
 
4
4
  SEVERITY_LABEL = %w(DEBUG INFO WARN ERROR FATAL UNKNOWN)
5
- PROTECTED_KEYS = %w(password password1 token)
5
+ PROTECTED_KEYS = %w(password password_confirm password1 token)
6
6
 
7
7
  class << self;
8
8
  attr_accessor :tag;
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.3.1.pre'
2
+ VERSION = '0.3.2.pre'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.pre
4
+ version: 0.3.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-27 00:00:00.000000000 Z
11
+ date: 2014-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor