ace 0.3 → 0.3.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.
- data/lib/ace/version.rb +1 -1
- metadata +5 -2
data/lib/ace/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: ace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version:
|
|
5
|
+
version: 0.3.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
|
|
@@ -97,7 +97,10 @@ has_rdoc: true
|
|
|
97
97
|
homepage: http://github.com/botanicus/ace
|
|
98
98
|
licenses: []
|
|
99
99
|
|
|
100
|
-
post_install_message:
|
|
100
|
+
post_install_message: "[\e[32mVersion 0.3\e[0m] Added LazyRendering mixin.\n\
|
|
101
|
+
[\e[32mVersion 0.3\e[0m] Added SassFilter.\n\
|
|
102
|
+
[\e[32mVersion 0.3\e[0m] Added PygmentsFilter for syntax highlighting.\n\
|
|
103
|
+
[\e[32mVersion 0.3\e[0m] Added Static class for copying static files.\n"
|
|
101
104
|
rdoc_options: []
|
|
102
105
|
|
|
103
106
|
require_paths:
|