forme 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ $:.unshift(File.join(File.dirname(File.dirname(File.expand_path(__FILE__))), 'lib'))
2
+ require 'forme'
metadata ADDED
@@ -0,0 +1,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: forme
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 5
9
+ - 0
10
+ version: 0.5.0
11
+ platform: ruby
12
+ authors:
13
+ - Jeremy Evans
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-07-01 00:00:00 -07:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: |
23
+ Forme is a forms library with the following goals:
24
+
25
+ 1) Have no external dependencies
26
+ 2) Have a simple API
27
+ 3) Support forms both with and without related objects
28
+ 4) Allow compiling down to different types of output
29
+
30
+ email: code@jeremyevans.net
31
+ executables: []
32
+
33
+ extensions: []
34
+
35
+ extra_rdoc_files:
36
+ - README.rdoc
37
+ - CHANGELOG
38
+ - MIT-LICENSE
39
+ files:
40
+ - MIT-LICENSE
41
+ - CHANGELOG
42
+ - README.rdoc
43
+ - Rakefile
44
+ - spec/forme_spec.rb
45
+ - spec/spec_helper.rb
46
+ - spec/sequel_plugin_spec.rb
47
+ - spec/sinatra_integration_spec.rb
48
+ - lib/forme.rb
49
+ - lib/forme/version.rb
50
+ - lib/forme/sinatra.rb
51
+ - lib/sequel/plugins/forme.rb
52
+ has_rdoc: true
53
+ homepage: http://gihub.com/jeremyevans/forme
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options:
58
+ - --quiet
59
+ - --line-numbers
60
+ - --inline-source
61
+ - --title
62
+ - "Forme: HTML forms library"
63
+ - --main
64
+ - README.rdoc
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ none: false
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ hash: 3
73
+ segments:
74
+ - 0
75
+ version: "0"
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ none: false
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ hash: 3
82
+ segments:
83
+ - 0
84
+ version: "0"
85
+ requirements: []
86
+
87
+ rubyforge_project:
88
+ rubygems_version: 1.3.7
89
+ signing_key:
90
+ specification_version: 3
91
+ summary: HTML forms library
92
+ test_files: []
93
+