mok2html 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 80bac0e3d4054754d1556ab7d79e0788c15723a0
4
+ data.tar.gz: 696cf6556cdce8aa4336e7cd00845a6ba58eecd0
5
+ SHA512:
6
+ metadata.gz: 6f6c16c8751cea5dd32573f714f91284c5e040cc9c9127fad3be1b7641b8c7f81826c271addda21365f8ac286ca4ca15b06f2c679dd1712bab787079ab703991
7
+ data.tar.gz: 5cf527a937776d742b7e85ab12d74a10985cbde44b4a4c3cb211e5c3e4482ef5b70a25623d3a556cbd4360bcb4dd830c497550fd1e332fa6f2e8a3481a2fbcc7
data/.gitignore ADDED
@@ -0,0 +1,42 @@
1
+ # rcov generated
2
+ coverage
3
+
4
+ # rdoc generated
5
+ rdoc
6
+
7
+ # yard generated
8
+ doc
9
+ .yardoc
10
+
11
+ # bundler
12
+ .bundle
13
+
14
+ # jeweler generated
15
+ pkg
16
+
17
+ # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
18
+ #
19
+ # * Create a file at ~/.gitignore
20
+ # * Include files you want ignored
21
+ # * Run: git config --global core.excludesfile ~/.gitignore
22
+ #
23
+ # After doing this, these files will be ignored in all your git projects,
24
+ # saving you from having to 'pollute' every project you touch with them
25
+ #
26
+ # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
27
+ #
28
+ # For MacOS:
29
+ #
30
+ #.DS_Store
31
+ #
32
+ # For TextMate
33
+ #*.tmproj
34
+ #tmtags
35
+ #
36
+ # For emacs:
37
+ #*~
38
+ #\#*
39
+ #.\#*
40
+ #
41
+ # For vim:
42
+ #*.swp