foreman_salt 2.0.0 → 2.0.1

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: 65b92f3373cea9c5f4be875edbae423c369ca7bb
4
- data.tar.gz: 85a03b34a72fa72659b5ab3ebf5f7428a463c7bf
3
+ metadata.gz: 11345f1f98edc5fa4ac8b668621a0fa990234c15
4
+ data.tar.gz: f1b379fdc8efbf91caefa1fcc5799b030754b85a
5
5
  SHA512:
6
- metadata.gz: bbbf937cb431c0d96205def06cc7e069953ca15eba4548dd3ae09edb7e4515fe10ddbecdf8ee4edc3a082508dd31005fc153f501901a6885928c5747cfed1319
7
- data.tar.gz: 40ed6313ddeca1b424eed17583331d32cc2bc858f37e77a046e71be6530eb66dc1bfb9f57c7079ce50f3aba18cf57ad59e3d808865a3ca05e0011fbcf8a31a0a
6
+ metadata.gz: be3751c141bb852c3024f95ac6b3271eb1c4dc2e9fc152246c18527df70147b9e59304304ab2d22f10aa105f5ea6dff99506889a5156be208e65575349066553
7
+ data.tar.gz: 603c15f190f327510c48b4022ae47555cacf336dfa4e988224b4902ef6453a18044aa1267f8380b59313e4cb49a43ec57225810631e487f0ea18ae1dad22f436
@@ -24,7 +24,6 @@ module ForemanSalt
24
24
  end
25
25
 
26
26
  initializer 'foreman_salt.apipie' do
27
- Apipie.configuration.api_controllers_matcher << "#{ForemanSalt::Engine.root}/app/controllers/foreman_salt/api/v2/*.rb"
28
27
  Apipie.configuration.checksum_path += ['/salt/api/']
29
28
  end
30
29
 
@@ -32,6 +31,8 @@ module ForemanSalt
32
31
  Foreman::Plugin.register :foreman_salt do
33
32
  requires_foreman '>= 1.8'
34
33
 
34
+ apipie_documented_controllers ["#{ForemanSalt::Engine.root}/app/controllers/foreman_salt/api/v2/*.rb"]
35
+
35
36
  ## Menus
36
37
  menu :top_menu, :salt_environments,
37
38
  :url_hash => { :controller => :'foreman_salt/salt_environments', :action => :index },
@@ -1,3 +1,3 @@
1
1
  module ForemanSalt
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_salt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Benjamin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-02 00:00:00.000000000 Z
11
+ date: 2015-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface