yast-rake 0.2.0 → 0.2.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 +4 -4
- data/VERSION +1 -1
- data/lib/tasks/spell.dict +43 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bbb403c890ab6c775bd9a4e0c1fc520ab44a379
|
|
4
|
+
data.tar.gz: 2fd864fc0b84fb7f789904a5207f4ee37967197b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6535a53fdd8007a0013f716937d71e6964beb7ffa129caad0ca0e128a8f960700696e3451d179d4aa33835b980d69527b09f111283f6b497d5a8fcf8ca697691
|
|
7
|
+
data.tar.gz: db261d5f3eb90a4b7150a5fdfa278882aab810db42c3dad8634771bc2f91adc4ac82e0441114ab01ecb55e3c23580222c79c0696a87b8a4a42f6279118461a13
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# This is the global custom dictionary shared with all YaST repositories.
|
|
2
|
+
#
|
|
3
|
+
# Write the words in alphabetical order, one word per line.
|
|
4
|
+
# If an unknown word is not generic put it into the repository specific dictionary.
|
|
5
|
+
#
|
|
6
|
+
API
|
|
7
|
+
bnc
|
|
8
|
+
boolean
|
|
9
|
+
Bugzilla
|
|
10
|
+
devel
|
|
11
|
+
DHCP
|
|
12
|
+
freenode
|
|
13
|
+
gh
|
|
14
|
+
GitHub
|
|
15
|
+
GitHub's
|
|
16
|
+
html
|
|
17
|
+
IRC
|
|
18
|
+
LDAP
|
|
19
|
+
md
|
|
20
|
+
NCurses
|
|
21
|
+
NFS
|
|
22
|
+
NIS
|
|
23
|
+
openSUSE
|
|
24
|
+
osc
|
|
25
|
+
Rakefile
|
|
26
|
+
rb
|
|
27
|
+
refactorings
|
|
28
|
+
RSpec
|
|
29
|
+
runlevel
|
|
30
|
+
SCR
|
|
31
|
+
SLP
|
|
32
|
+
sudo
|
|
33
|
+
SUSE
|
|
34
|
+
systemd
|
|
35
|
+
testsuite
|
|
36
|
+
UI
|
|
37
|
+
WFM
|
|
38
|
+
workflow
|
|
39
|
+
yast
|
|
40
|
+
YaST
|
|
41
|
+
ycp
|
|
42
|
+
YCP
|
|
43
|
+
zypper
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yast-rake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josef Reidinger
|
|
@@ -52,6 +52,7 @@ files:
|
|
|
52
52
|
- lib/tasks/install.rake
|
|
53
53
|
- lib/tasks/pot.rake
|
|
54
54
|
- lib/tasks/run.rake
|
|
55
|
+
- lib/tasks/spell.dict
|
|
55
56
|
- lib/tasks/spellcheck.rake
|
|
56
57
|
- lib/tasks/test_unit.rake
|
|
57
58
|
- lib/tasks/version.rake
|