forest_liana 1.7.9 → 1.7.10

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: 4746fd0aa18da8dee2298001ed0329616865031c
4
- data.tar.gz: 75b886bfd9c94ff5a263abe8a27d901f6516d64e
3
+ metadata.gz: 3f2a59c7557554688b8b010fb63ddbee7abe9bb5
4
+ data.tar.gz: 549c364c345a1d5208e40bd122b9ec89e19c7dae
5
5
  SHA512:
6
- metadata.gz: 23c69cb0a98029632bf53518c9aab51a5eb2779d847a699f6ae185faae838b6028fcdcbe0075fa3bf42b309dc5fe8de3805ef066a48cd18e2ae39cfd77ecfe09
7
- data.tar.gz: 95239ad688f629c9bb8b952b1347b1edc7e6a33acfa202207bf51751b2b639bc84e4d2f6a528a563a494cb75d82be675777eb5f72ece5ad89dfd313cfc5f4289
6
+ metadata.gz: 5f79cc38a20bdb0c16433f462f647f52f484590058e1a8c187f52e7f39f23b8252f0585d94ad2fd2fc4d5bb13e524f55e719bb75fd0245f1172a44130cad7546
7
+ data.tar.gz: 88a5d634939beeaadae83972945774297477e3fa52585f1b951e69ceb09086ee525b8bbf8ba3f46e4f4d304b38ed452c581cf7eacb51066d4791eacffc9e091c
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.7.9"
2
+ VERSION = "1.7.10"
3
3
  end
@@ -20,19 +20,19 @@ module ForestLiana
20
20
  "data access of your local project.\nYou can change it at any time in " +
21
21
  "your config/secrets.yml file.\n\n"
22
22
 
23
- inject_into_file 'config/secrets.yml', after: "development:" do
24
- "\n forest_env_secret: #{env_secret}" +
25
- "\n forest_auth_secret: #{auth_secret}"
23
+ inject_into_file 'config/secrets.yml', after: "development:\n" do
24
+ " forest_env_secret: #{env_secret}\n" +
25
+ " forest_auth_secret: #{auth_secret}\n"
26
26
  end
27
27
 
28
- inject_into_file 'config/secrets.yml', after: "staging:", force: true do
29
- "\n forest_env_secret: <%= ENV[\"FOREST_ENV_SECRET\"] %>" +
30
- "\n forest_auth_secret: <%= ENV[\"FOREST_AUTH_SECRET\"] %>"
28
+ inject_into_file 'config/secrets.yml', after: "staging:\n", force: true do
29
+ " forest_env_secret: <%= ENV[\"FOREST_ENV_SECRET\"] %>\n" +
30
+ " forest_auth_secret: <%= ENV[\"FOREST_AUTH_SECRET\"] %>\n"
31
31
  end
32
32
 
33
- inject_into_file 'config/secrets.yml', after: "production:", force: true do
34
- "\n forest_env_secret: <%= ENV[\"FOREST_ENV_SECRET\"] %>" +
35
- "\n forest_auth_secret: <%= ENV[\"FOREST_AUTH_SECRET\"] %>"
33
+ inject_into_file 'config/secrets.yml', after: "production:\n", force: true do
34
+ " forest_env_secret: <%= ENV[\"FOREST_ENV_SECRET\"] %>\n" +
35
+ " forest_auth_secret: <%= ENV[\"FOREST_AUTH_SECRET\"] %>\n"
36
36
  end
37
37
  end
38
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.9
4
+ version: 1.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda