cat_forms 0.0.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 996b69f8b9bb6787d5312a2befd65b8a3b67a9ec
4
+ data.tar.gz: 36cda45d3b3f4aa1eb5d160319ab44db0d8b2461
5
+ SHA512:
6
+ metadata.gz: 4eec8a89cffac64cad9733f4ea4cc336107f99d949e4f1c5da41600215b68b371f588767645c39d0e21c0c4381ffa8613eb0d51ad79d9fa01d58b038ff928b3a
7
+ data.tar.gz: 2e61defb2eeec5b34283f67f5a101b6819e96324df42aa29c67297dceb9a9f51d0ad670fca6ca0affb0b6cf9a706f3f36e5c5a9d34b926e5fc766fdd38fd26fd
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cat_forms
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Joe Van Dyk
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Helps make complex forms
14
+ email:
15
+ - joe@tanga.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/joevandyk/cat_forms
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project: cat_forms
39
+ rubygems_version: 2.4.5
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Helps make complex forms
43
+ test_files: []