alacarte 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES +9 -0
  2. data/lib/alacarte/version.rb +1 -1
  3. 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
@@ -1,3 +1,3 @@
1
1
  module Alacarte
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
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: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stijn Mathysen