confidential 3.0.0.0 → 3.0.0.1

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: 488a3bc51c35470a0ae020a9ae1569ee699dd38e
4
- data.tar.gz: daaeb63ee6aad8843f5739b3892b740b1d2e941f
3
+ metadata.gz: 6d776fc34e43e4576f6820e652e5c9fa9d7d0d00
4
+ data.tar.gz: 3f4b1e6a0510235195b429f86f14f4f01ab43ddc
5
5
  SHA512:
6
- metadata.gz: 57155ac323a8f601f86a43a8850d21c785b5df4ce855008675ff46687735f52a32720e2e77eb826f69d2a17dc520f58cde2fefe77a8066994bf42d3cc6e84a7b
7
- data.tar.gz: 5d16889ada694665581619c12deffc15a51e82913365116c25ff8b7d2cace13466f1d671c580bae84a8f36c2968adbb1bdbb9aa714f6efe5c852cfd4f7932e52
6
+ metadata.gz: 3caefe3f9bbdc987ece48f0241eed766e4b685f8cd721587b1b52fa97a3354c9618b35e1599eed41ad62f8e22b6f8e77a3b4d99b068b2b8b02d7f4187c3b1201
7
+ data.tar.gz: 3486adc5d7ad9082896c0b5396e2b926406ca7c20d04d1bdfca42649a27ae7caedfd36222d3891f30d75074e28367fd402d867faff6f28e474086ef6b25550f8
data/README.md CHANGED
@@ -47,6 +47,12 @@ production:
47
47
  password: <%= ENV['DB_PASS'] %>
48
48
  ```
49
49
 
50
+ ## Contributing
51
+
52
+ Any issue, pull request, comment of any kind is more than welcome!
53
+
54
+ I will mainly ensure compatibility to PostgreSQL, AWS, Redis, Elasticsearch, FreeBSD and Memcached. 
55
+
50
56
  ## Credits
51
57
 
52
58
  This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
@@ -1,5 +1,5 @@
1
1
  module Confidential
2
2
 
3
- VERSION = '3.0.0.0'
3
+ VERSION = '3.0.0.1'
4
4
 
5
5
  end
@@ -2,7 +2,7 @@ require 'rails/generators'
2
2
 
3
3
  module Confidential
4
4
  module Generators
5
- class InstallGenerator < ::Rails::Generators::Base
5
+ class InstallGenerator < Rails::Generators::Base
6
6
 
7
7
  source_root File.expand_path('../templates', __FILE__)
8
8
 
@@ -7,3 +7,9 @@ ConfidentialTest: test_envs
7
7
  ----------------------------
8
8
  GeneratorsTest: test_install
9
9
  ----------------------------
10
+ ----------------------------
11
+ GeneratorsTest: test_install
12
+ ----------------------------
13
+ ------------------------------
14
+ VariableTest: test_assignments
15
+ ------------------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confidential
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.0
4
+ version: 3.0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails