yast-rake 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/tasks/spell.dict +43 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d21f098ea9abcb68f50188222c8db49635459f68
4
- data.tar.gz: 0ad9c9c3b5e6dd035f6cab2931f3ffff0b504b6b
3
+ metadata.gz: 1bbb403c890ab6c775bd9a4e0c1fc520ab44a379
4
+ data.tar.gz: 2fd864fc0b84fb7f789904a5207f4ee37967197b
5
5
  SHA512:
6
- metadata.gz: e827363e7edfb10fc8923590422e629a754f3135544ad084bdf4b140a6c6c2d64b07f60bce54ccca1d18402d80e971827a0a8851228e4f51ffd7e237fb85eb41
7
- data.tar.gz: 08f63ec226bc118b21fdbd102e40f755fa74e5ec9fbd88534b5943b2b38757f7083c4c32083500eb30a8001605b3ae238fe0dff83c74563e4b259bb82f5b958c
6
+ metadata.gz: 6535a53fdd8007a0013f716937d71e6964beb7ffa129caad0ca0e128a8f960700696e3451d179d4aa33835b980d69527b09f111283f6b497d5a8fcf8ca697691
7
+ data.tar.gz: db261d5f3eb90a4b7150a5fdfa278882aab810db42c3dad8634771bc2f91adc4ac82e0441114ab01ecb55e3c23580222c79c0696a87b8a4a42f6279118461a13
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
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.0
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