lipsiadmin 4.1.0 → 4.1.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/CHANGELOG CHANGED
@@ -5,6 +5,7 @@
5
5
  * Improved documentation of helpers
6
6
  * Fixed rdoc typos
7
7
  * Imporved backend helpers and rdoc
8
+ * Added a frontend helper for keywords
8
9
 
9
10
  2009-05-11
10
11
  * Bumped version to 4.0.0
@@ -2,7 +2,7 @@ module Lipsiadmin
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 4
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -13,6 +13,12 @@ module Lipsiadmin
13
13
  def description(text)
14
14
  content_for(:description) { text }
15
15
  end
16
+
17
+ # Set the meta keywords of the page
18
+ # Usefull for google & c.
19
+ def keywords(text)
20
+ content_for(:keywords) { text }
21
+ end
16
22
  end
17
23
  end
18
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lipsiadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davide D'Agostino