fermion-formtastic 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fermion-formtastic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Justin French
8
+ - fermion
9
+ autorequire: formtastic
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-04-03 00:00:00 -07:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: A Rails form builder plugin/gem with semantically rich and accessible markup
18
+ email: justin@indent.com.au
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - README.textile
25
+ files:
26
+ - MIT-LICENSE
27
+ - README.textile
28
+ - Rakefile
29
+ - rails/init.rb
30
+ - lib/formtastic.rb
31
+ - lib/justin_french
32
+ - lib/justin_french/formtastic.rb
33
+ - lib/locale
34
+ - lib/locale/en.yml
35
+ - spec/formtastic_spec.rb
36
+ - spec/test_helper.rb
37
+ has_rdoc: true
38
+ homepage: http://github.com/justinfrench/formtastic/tree/master
39
+ post_install_message:
40
+ rdoc_options:
41
+ - --inline-source
42
+ - --charset=UTF-8
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ version:
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: "0"
56
+ version:
57
+ requirements: []
58
+
59
+ rubyforge_project:
60
+ rubygems_version: 1.2.0
61
+ signing_key:
62
+ specification_version: 2
63
+ summary: A Rails form builder plugin/gem with semantically rich and accessible markup
64
+ test_files: []
65
+