cfa_grub2 0.2.0 → 0.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cfa/grub2/default.rb +5 -4
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f87caadedff5be1b0ff983d195cf178257d45a0
4
- data.tar.gz: ac8d36346495faceedb1a4ba811453d8d1cd8d09
3
+ metadata.gz: b832235938e2f4740ea170695c2948ebb21f0220
4
+ data.tar.gz: 20ff4c14abc72c7c4f9965f3b261545d72f9d479
5
5
  SHA512:
6
- metadata.gz: f22389a8ee9e33c83b38ffbbcff93ec2043dc52410bac68285aed343e35cf62efdb72433b973815c1e6764f3fca8a38dcca0913dba77921db9402cbbc1ba2985
7
- data.tar.gz: 841521c9d167f765eeff229bff971a1aa5fb6cf81f6bca8a1e7fb8075036495554e2534473a2a0449e46be173c82144fef656e2128835a3fdbad8827369f63e1
6
+ metadata.gz: 60d410bd2ffd3421b66ceda4cc58b0112ea8c46434fb75a4a5908ba96c5ba4ccef6706966e54d0a7ebfdffb4c615bf1aede4081472bbcb6d3787886666b56126
7
+ data.tar.gz: 2faac54385a163fc55d1c46c63a39b36b8a902827f62ba174084c8a3f81eaa050e9f5baa91d91bf75c3f005da9854aa03a4c37cec655f9a939bb321015e4d298
@@ -16,10 +16,11 @@ module CFA
16
16
  # to the end of file
17
17
  class Default < BaseModel
18
18
  attributes(
19
- timeout: "GRUB_TIMEOUT",
20
- distributor: "GRUB_DISTRIBUTOR",
21
- gfxmode: "GRUB_GFXMODE",
22
- theme: "GRUB_THEME"
19
+ timeout: "GRUB_TIMEOUT",
20
+ hidden_timeout: "GRUB_HIDDEN_TIMEOUT",
21
+ distributor: "GRUB_DISTRIBUTOR",
22
+ gfxmode: "GRUB_GFXMODE",
23
+ theme: "GRUB_THEME"
23
24
  )
24
25
 
25
26
  PARSER = AugeasParser.new("sysconfig.lns")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfa_grub2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Reidinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-28 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cfa ~> 0.3
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  version: 1.3.6
56
56
  requirements: []
57
57
  rubyforge_project:
58
- rubygems_version: 2.2.2
58
+ rubygems_version: 2.4.5.1
59
59
  signing_key:
60
60
  specification_version: 4
61
61
  summary: Models for GRUB2 configuration files.