justinfrench-formtastic 0.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.
@@ -0,0 +1,14 @@
1
+ require 'rubygems'
2
+ require 'spec'
3
+ require 'activesupport'
4
+ require 'active_support'
5
+ require 'actionpack'
6
+ require 'action_controller'
7
+ require 'action_view'
8
+ require 'rexml/document'
9
+ require 'rspec_hpricot_matchers'
10
+ Spec::Runner.configure do |config|
11
+ config.include(RspecHpricotMatchers)
12
+ end
13
+
14
+ $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: justinfrench-formtastic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Justin French
8
+ autorequire: formtastic
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-09 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: A Rails form builder plugin/gem with semantically rich and accessible markup
17
+ email: justin@indent.com.au
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README.textile
24
+ files:
25
+ - MIT-LICENSE
26
+ - README.textile
27
+ - Rakefile
28
+ - rails/init.rb
29
+ - lib/formtastic.rb
30
+ - lib/justin_french
31
+ - lib/justin_french/formtastic.rb
32
+ - lib/locale
33
+ - lib/locale/en.yml
34
+ - spec/formtastic_spec.rb
35
+ - spec/test_helper.rb
36
+ has_rdoc: true
37
+ homepage: http://github.com/justinfrench/formtastic/tree/master
38
+ post_install_message:
39
+ rdoc_options:
40
+ - --inline-source
41
+ - --charset=UTF-8
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
49
+ version:
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ requirements: []
57
+
58
+ rubyforge_project:
59
+ rubygems_version: 1.2.0
60
+ signing_key:
61
+ specification_version: 2
62
+ summary: A Rails form builder plugin/gem with semantically rich and accessible markup
63
+ test_files: []
64
+