alacarte 0.0.7 → 0.0.8
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/CHANGES +9 -0
- data/lib/alacarte/version.rb +1 -1
- metadata +3 -3
data/CHANGES
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
= Change Log
|
2
2
|
|
3
|
+
== Version 0.0.8
|
4
|
+
|
5
|
+
* forgot to mention Thomas Boerger in the 0.0.7 release. Thanks man!
|
6
|
+
|
7
|
+
== Version 0.0.7
|
8
|
+
|
9
|
+
* Thanks to Thomas Boerger, you can now pass in procs as links, allowing dynamic url generation
|
10
|
+
* Allowed additional tags like :separator, :title, :subtitle, :line, so custom generators have more flexibility
|
11
|
+
|
3
12
|
== Version 0.0.6
|
4
13
|
|
5
14
|
* Thanks to Thomas Boerger, for making the code compatible with ruby 1.9.2
|
data/lib/alacarte/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alacarte
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 8
|
10
|
+
version: 0.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stijn Mathysen
|