occson-rails 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: 10d7cd7b65f63588fe7f4d733196330e9cfc9f0e99094c27e1c3f2b45022233e
4
- data.tar.gz: d60d04467dafac510dda72dc051e233567825dd086ffff145a9e7f7fcc275956
3
+ metadata.gz: d422cf74fa46c71c311b2176b1d95d7fa136448dbb854cba81e0cb8b42054355
4
+ data.tar.gz: b75f3b4c0089a44bde1ba5f98163ae657a24b7ce0716fdf1dd77819ec9153080
5
5
  SHA512:
6
- metadata.gz: a36e6440bffda7e384b89c5d83b805ebe00774c978e04231791d56b52e98173f75f786e7cd36470fe9e882a66dfbeaa271488e89b0daaa4395ab92a33cc390f2
7
- data.tar.gz: dd76f5e62e3bffaf890925490a597a6b7ca45a4436a8537725e7d114d72e712d2408eb08fbfdbe372441f15b0af388a0267c5449b74c28073cc78cb30ce30ad7
6
+ metadata.gz: 39322abfca76c383692bd58bea22306881410a0206a0b27def563f78a1a1db73eb0966d641ddf3425ca0972fe8a3b07839130ab5c17cbabfa1c5af02d19e7ae6
7
+ data.tar.gz: 5d0c4f9e614d8faf6440c45cc3b6922b17cac877b48507644847823694fcb00c0f1258424d5e8d20d5a4db9ff47ce6935ff61bf31cf340430b8b545bb97a2b94
@@ -20,7 +20,7 @@ module Occson
20
20
  end
21
21
 
22
22
  version = ApplicationVersion.new(::Rails.application).call
23
- uri = "occson://#{version}/.env"
23
+ uri = "occson://#{version}/.env.#{::Rails.env}"
24
24
  access_token = ENV.fetch('OCCSON_ACCESS_TOKEN')
25
25
  passphrase = ENV.fetch('OCCSON_PASSPHRASE')
26
26
 
@@ -1,5 +1,5 @@
1
1
  module Occson
2
2
  module Rails
3
- VERSION = '0.1.0'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: occson-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Kowalewski
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-08 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -73,7 +73,7 @@ metadata:
73
73
  homepage_uri: https://github.com/occson/occson-rails
74
74
  source_code_uri: https://github.com/occson/occson-rails
75
75
  changelog_uri: https://github.com/occson/occson-rails/blob/master/CHANGELOG.md
76
- post_install_message:
76
+ post_install_message:
77
77
  rdoc_options: []
78
78
  require_paths:
79
79
  - lib
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubygems_version: 3.1.2
92
- signing_key:
92
+ signing_key:
93
93
  specification_version: 4
94
94
  summary: Store, manage and deploy configuration securely with Occson.
95
95
  test_files: []