count 0.0.1 → 0.0.2
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.
- data/bin/counter +1 -0
- data/lib/count.rb +8 -1
- metadata +1 -1
data/bin/counter
CHANGED
data/lib/count.rb
CHANGED
|
@@ -22,7 +22,14 @@ class Count
|
|
|
22
22
|
:rb =>"Ruby",
|
|
23
23
|
:scala =>"Scala",
|
|
24
24
|
:sh =>"Shell",
|
|
25
|
-
:sml =>"Stand ML"
|
|
25
|
+
:sml =>"Stand ML",
|
|
26
|
+
:coffee =>"CoffeeScript",
|
|
27
|
+
:scss => "Scss",
|
|
28
|
+
:erb => "Erb Templete",
|
|
29
|
+
:haml => "Haml Templete",
|
|
30
|
+
:slim => "Slim Templete",
|
|
31
|
+
:less => "Less",
|
|
32
|
+
:txt => "txt"
|
|
26
33
|
}
|
|
27
34
|
|
|
28
35
|
|