backbone-forms-rails 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.
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: backbone-forms-rails
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Jason Morrison
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-10-05 00:00:00 Z
14
+ dependencies: []
15
+
16
+ description: "Use the backbone-forms library https://github.com/powmedia/backbone-forms: a \"Form framework for BackboneJS with nested forms, editable lists and validation\""
17
+ email:
18
+ - jmorrison@thoughtbot.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - .gitignore
27
+ - Gemfile
28
+ - README.md
29
+ - Rakefile
30
+ - backbone-forms-rails.gemspec
31
+ - lib/backbone-forms-rails.rb
32
+ - lib/backbone/forms/rails/engine.rb
33
+ - lib/backbone/forms/rails/version.rb
34
+ - vendor/assets/javascripts/backbone-forms-rails.js
35
+ - vendor/assets/javascripts/backbone-forms-rails/backbone-forms.js
36
+ - vendor/assets/javascripts/backbone-forms-rails/jquery-ui-editors.js
37
+ - vendor/assets/stylesheets/backbone-forms-rails.css
38
+ - vendor/assets/stylesheets/backbone-forms-rails/backbone-forms.css
39
+ homepage: ""
40
+ licenses: []
41
+
42
+ post_install_message:
43
+ rdoc_options: []
44
+
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ requirements: []
60
+
61
+ rubyforge_project: backbone-forms-rails
62
+ rubygems_version: 1.8.10
63
+ signing_key:
64
+ specification_version: 3
65
+ summary: Rails asset wrapper for backbone-forms
66
+ test_files: []
67
+