foreman_supervisory_authority 0.0.1 → 0.0.2

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: be1f8c9ced87807349ce51f4ec7dc04f74b3470a7fb3c301f805fe84c884bb31
4
- data.tar.gz: 7ebdcd43a76542aaae880877c3137596f01e2719f4ba15c5beaf39bd710ed8dc
3
+ metadata.gz: 133413d711c2644305474070c1d7907f650594a60ecc7865ceb19f15f1e880b8
4
+ data.tar.gz: fe3a9d78175b93a351c5b9866ec331ea1509232731c1b0be93fb1449a60d96a2
5
5
  SHA512:
6
- metadata.gz: '0004686ce4258986fc4ebe78fc8f9938a1d08930c990b4031d7a289a59c98cd024d0956cc4762474d4f57c2a02e730edff168e6e3933204158d2b14ae8ce0f29'
7
- data.tar.gz: 67fe067dd6e41216bba5dcda15a8a19721d7bc3e88954fdd6aed259050ce6f4756ec198722145e5a1d646ee96eb51060ca164f87846377c519c71a736c6b1051
6
+ metadata.gz: ab66be4f2c0d45808ffd94d01321fba50d2a2133522cecdb1d9de5409c1ee006e8271e395b1c3393a964e09cd18d60a480a89beaf02c3916ca3201a1797ec21a
7
+ data.tar.gz: df2351c127055dbc9efb340b7d44656c591ac347ae042e590b61accd37fe5d211bc9dbdaa45494669e6e75b3f9f1a7ea64909be79a82ea818eeb57ef96e1da39
data/README.md CHANGED
@@ -16,7 +16,7 @@ Below you can find an example config file. All the possible parameters are docum
16
16
  [on the Elastic site](https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html#_options).
17
17
 
18
18
  ```yaml
19
- :foreman_supervisory_authoriy:
19
+ :foreman_supervisory_authority:
20
20
  server_url: https://elastic-apm.example.com
21
21
  secret_token: '12345verysecret'
22
22
  service_name: 'foreman'
@@ -1,4 +1,4 @@
1
- :foreman_supervisory_authoriy:
1
+ :foreman_supervisory_authority:
2
2
  server_url: https://elastic-apm.example.com
3
3
  secret_token: '12345verysecret'
4
4
  service_name: 'foreman'
@@ -23,7 +23,7 @@ module ForemanSupervisoryAuthority
23
23
  config.elastic_apm.current_user_email_method = :mail
24
24
  config.elastic_apm.current_user_username_method = :login
25
25
 
26
- config.elastic_apm.merge!(SETTINGS[:foreman_supervisory_authoriy]) if SETTINGS[:foreman_supervisory_authoriy]
26
+ config.elastic_apm.merge!(SETTINGS[:foreman_supervisory_authority]) if SETTINGS[:foreman_supervisory_authority]
27
27
 
28
28
  # Include concerns in this config.to_prepare block
29
29
  config.to_prepare do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanSupervisoryAuthority
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_supervisory_authority
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Goebel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-19 00:00:00.000000000 Z
11
+ date: 2019-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: elastic-apm