formtastic 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/rails/init.rb +4 -2
  2. metadata +3 -3
data/rails/init.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  # coding: utf-8
2
- require File.join(File.dirname(__FILE__), *%w[.. lib formtastic])
3
- require File.join(File.dirname(__FILE__), *%w[.. lib formtastic layout_helper])
2
+ require 'formtastic'
3
+ require 'formtastic/layout_helper'
4
+
4
5
  ActionView::Base.send :include, Formtastic::SemanticFormHelper
5
6
  ActionView::Base.send :include, Formtastic::LayoutHelper
7
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Justin French
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-12 00:00:00 +10:00
17
+ date: 2010-08-22 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency