backbrace 0.0.17

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,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: backbrace
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.17
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Kevin Horst
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-12-12 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ''
15
+ email:
16
+ - backbrace@totallyinto.me
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - Gemfile
23
+ - LICENSE
24
+ - README.md
25
+ - Rakefile
26
+ - backbrace.gemspec
27
+ - lib/backbrace.rb
28
+ - lib/backbrace/resource_helpers.rb
29
+ - lib/backbrace/version.rb
30
+ - lib/templates/app.components.js
31
+ - lib/templates/app.helpers.js
32
+ - lib/templates/app.js
33
+ - lib/templates/app.models.js
34
+ - lib/templates/app.router.js
35
+ - lib/templates/app.views.js
36
+ - lib/templates/init.js
37
+ - vendor/assets/javascripts/backbone.js
38
+ - vendor/assets/javascripts/crossroads.js
39
+ - vendor/assets/javascripts/signals.js
40
+ - vendor/assets/javascripts/underscore.js
41
+ homepage: ''
42
+ licenses: []
43
+ post_install_message:
44
+ rdoc_options: []
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
+ rubyforge_project:
61
+ rubygems_version: 1.8.24
62
+ signing_key:
63
+ specification_version: 3
64
+ summary: Sets up Backbone.js and Crossroads.js and a basic folder structure
65
+ test_files: []