staypuft 0.3.5 → 0.3.6

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: 8fdb7f5ba17853a2b098fcf45e3a0a9798a92e1e
4
- data.tar.gz: ade7196f14eac31b51265ade7c16c13f4a7db384
3
+ metadata.gz: b7622052ac4880d6725eb045121b15069d508329
4
+ data.tar.gz: 10373f5df0ea8ba8c582766c921699e455229cfc
5
5
  SHA512:
6
- metadata.gz: 055e98568db7d185ccc3d92013a7c59931b3b8602e4daa414af70091096557d805e2df95fb16baa0a437b4a23770354d3b4f400cf370ee45e1cc597ebd6c77be
7
- data.tar.gz: 1f140055e26614e19ab63d42897f76ed04691fe724821e8bdb7c49863a4abedd5dff64e1697c98ba4a2e62d4293b718a457af653a9e719731160f2116420d6ed
6
+ metadata.gz: 083822b65880648551e760e55393ba38d70b8de42be1cc751293a8113ab71d3ef1a929590fb9ae0dd3d3131dc933e617d501ae048344d28f4ba8f7d0805885ca
7
+ data.tar.gz: b2a914e38b530af822b17604462bc16293ee6107aecbfabb5260cf6a4e97d1f0fa41d2db1e2ecf0bf2ecbac55360e181d2a1fa2d6849178bfc680d8680931961
@@ -63,7 +63,7 @@ module Staypuft
63
63
  end
64
64
 
65
65
  initializer "staypuft.assets.precompile" do |app|
66
- app.config.assets.precompile += %w(staypuft/staypuft.css staypuft/staypuft.js staypuft/subnets_assignment.js staypuft/nics_assignment.js)
66
+ app.config.assets.precompile += %w(staypuft/staypuft.css staypuft/staypuft.js staypuft/subnets_assignment.js staypuft/nics_assignment.js staypuft/host_edit.js)
67
67
  end
68
68
 
69
69
  initializer "load default settings" do |app|
@@ -74,7 +74,7 @@ module Staypuft
74
74
 
75
75
  initializer 'staypuft.configure_assets', :group => :assets do
76
76
  SETTINGS[:staypuft] =
77
- { assets: { precompile: %w(staypuft/staypuft.js staypuft/staypuft.css staypuft/subnets_assignment.js staypuft/nics_assignment.js) } }
77
+ { assets: { precompile: %w(staypuft/staypuft.js staypuft/staypuft.css staypuft/subnets_assignment.js staypuft/nics_assignment.js staypuft/host_edit.js) } }
78
78
  end
79
79
 
80
80
  end
@@ -1,3 +1,3 @@
1
1
  module Staypuft
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: staypuft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Staypuft team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-16 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman-tasks