cfa_grub2 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfa/grub2/default.rb +5 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b832235938e2f4740ea170695c2948ebb21f0220
|
4
|
+
data.tar.gz: 20ff4c14abc72c7c4f9965f3b261545d72f9d479
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60d410bd2ffd3421b66ceda4cc58b0112ea8c46434fb75a4a5908ba96c5ba4ccef6706966e54d0a7ebfdffb4c615bf1aede4081472bbcb6d3787886666b56126
|
7
|
+
data.tar.gz: 2faac54385a163fc55d1c46c63a39b36b8a902827f62ba174084c8a3f81eaa050e9f5baa91d91bf75c3f005da9854aa03a4c37cec655f9a939bb321015e4d298
|
data/lib/cfa/grub2/default.rb
CHANGED
@@ -16,10 +16,11 @@ module CFA
|
|
16
16
|
# to the end of file
|
17
17
|
class Default < BaseModel
|
18
18
|
attributes(
|
19
|
-
timeout:
|
20
|
-
|
21
|
-
|
22
|
-
|
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.
|
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:
|
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.
|
58
|
+
rubygems_version: 2.4.5.1
|
59
59
|
signing_key:
|
60
60
|
specification_version: 4
|
61
61
|
summary: Models for GRUB2 configuration files.
|