neorails-view_fu 0.3.20080706 → 0.3.20080707

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -126,8 +126,4 @@ meta_description(val)
126
126
  set the page meta description
127
127
 
128
128
 
129
-
130
-
131
-
132
-
133
129
  Copyright (c) 2008 NeoRails.com, released under the MIT license
@@ -7,7 +7,7 @@ module Javascripter
7
7
 
8
8
  javascript_include_tag(*input)
9
9
  end
10
-
10
+
11
11
  # Override this if needed
12
12
  def javascripts(options={})
13
13
  [
data/lib/styler/README CHANGED
@@ -9,7 +9,7 @@ about styling.
9
9
 
10
10
  Usage
11
11
  =====
12
-
12
+
13
13
  To use Styler, just update your layout(s) with this code:
14
14
 
15
15
  <head>
data/view_fu.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'view_fu'
3
- s.version = '0.3.20080706'
4
- s.date = '2008-07-06'
3
+ s.version = '0.3.20080707'
4
+ s.date = '2008-07-07'
5
5
 
6
6
  s.summary = "Lots of handy Rails View helpers. Includes the functionality of Headliner, Styler, and Javascripter"
7
7
  s.description = "ViewFu is a Rails plugin that provides all the miscellaneous View tasks. It's a combination of the functionality of Styler, Javascripter, and Headline (from Patrick Crowley, the.railsi.st) - along with additional tweaks such as providing commonly used View Helpers Methods."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neorails-view_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.20080706
4
+ version: 0.3.20080707
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Crocker
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-07-06 00:00:00 -07:00
13
+ date: 2008-07-07 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency