backbone_mvc 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/backbone_mvc/version.rb +1 -1
- metadata +60 -60
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a20b8faa9bae324cd5100b1ce35a5d766be0d72
|
4
|
+
data.tar.gz: 6d83beecccab544f6a10e17499fc3e185a5c99e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9244ec2551bd876f92a49f41b0a6a9360f689137120a37dce115396a7c6f82e091bd1bd0e7dd4601cb1ab779237dd0b781ab962bdc3bd1e7a435a9773f2eaaa
|
7
|
+
data.tar.gz: 05306f3f7d95a797a55ea9e81de2b8307a7d0e61cf2a5cce496321783a1f7b7fa562a296ba776de855657baaa6d87aa0e1c1e53ed65f007d6350dbc790e576c2
|
data/lib/backbone_mvc/version.rb
CHANGED
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: backbone_mvc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Carlos (just the assets gem)
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.
|
19
|
+
version: 4.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.
|
26
|
+
version: 4.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sqlite3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: Description of BackboneMvc.
|
@@ -45,44 +45,44 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- lib/tasks/backbone_mvc_tasks.rake
|
49
48
|
- lib/backbone_mvc.rb
|
50
|
-
- lib/backbone_mvc/version.rb
|
51
49
|
- lib/backbone_mvc/engine.rb
|
52
|
-
-
|
50
|
+
- lib/backbone_mvc/version.rb
|
51
|
+
- lib/tasks/backbone_mvc_tasks.rake
|
53
52
|
- test/backbone_mvc_test.rb
|
54
|
-
- test/dummy/
|
55
|
-
- test/dummy/
|
56
|
-
- test/dummy/app/assets/stylesheets/application.css
|
53
|
+
- test/dummy/README.rdoc
|
54
|
+
- test/dummy/Rakefile
|
57
55
|
- test/dummy/app/assets/javascripts/application.js
|
56
|
+
- test/dummy/app/assets/stylesheets/application.css
|
57
|
+
- test/dummy/app/controllers/application_controller.rb
|
58
58
|
- test/dummy/app/helpers/application_helper.rb
|
59
|
-
- test/dummy/
|
60
|
-
- test/dummy/README.rdoc
|
59
|
+
- test/dummy/app/views/layouts/application.html.erb
|
61
60
|
- test/dummy/bin/bundle
|
62
|
-
- test/dummy/bin/rake
|
63
61
|
- test/dummy/bin/rails
|
64
|
-
- test/dummy/
|
65
|
-
- test/dummy/
|
66
|
-
- test/dummy/
|
67
|
-
- test/dummy/
|
68
|
-
- test/dummy/public/500.html
|
69
|
-
- test/dummy/config/locales/en.yml
|
62
|
+
- test/dummy/bin/rake
|
63
|
+
- test/dummy/config.ru
|
64
|
+
- test/dummy/config/application.rb
|
65
|
+
- test/dummy/config/boot.rb
|
70
66
|
- test/dummy/config/database.yml
|
71
|
-
- test/dummy/config/
|
67
|
+
- test/dummy/config/environment.rb
|
72
68
|
- test/dummy/config/environments/development.rb
|
69
|
+
- test/dummy/config/environments/production.rb
|
73
70
|
- test/dummy/config/environments/test.rb
|
74
|
-
- test/dummy/config/
|
75
|
-
- test/dummy/config/routes.rb
|
76
|
-
- test/dummy/config/environment.rb
|
77
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
71
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
78
72
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
79
|
-
- test/dummy/config/initializers/mime_types.rb
|
80
73
|
- test/dummy/config/initializers/inflections.rb
|
81
|
-
- test/dummy/config/initializers/
|
82
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
74
|
+
- test/dummy/config/initializers/mime_types.rb
|
83
75
|
- test/dummy/config/initializers/secret_token.rb
|
84
|
-
- test/dummy/config/
|
76
|
+
- test/dummy/config/initializers/session_store.rb
|
77
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
78
|
+
- test/dummy/config/locales/en.yml
|
79
|
+
- test/dummy/config/routes.rb
|
80
|
+
- test/dummy/public/404.html
|
81
|
+
- test/dummy/public/422.html
|
82
|
+
- test/dummy/public/500.html
|
83
|
+
- test/dummy/public/favicon.ico
|
85
84
|
- test/test_helper.rb
|
85
|
+
- vendor/assets/javascripts/backbonemvc.js
|
86
86
|
homepage: ''
|
87
87
|
licenses: []
|
88
88
|
metadata: {}
|
@@ -92,51 +92,51 @@ require_paths:
|
|
92
92
|
- lib
|
93
93
|
required_ruby_version: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
|
-
- -
|
95
|
+
- - ">="
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '0'
|
98
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
|
-
- -
|
100
|
+
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
104
|
rubyforge_project:
|
105
|
-
rubygems_version: 2.
|
105
|
+
rubygems_version: 2.2.2
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: neMvc.
|
109
109
|
test_files:
|
110
|
-
- test/backbone_mvc_test.rb
|
111
|
-
- test/dummy/app/controllers/application_controller.rb
|
112
|
-
- test/dummy/app/views/layouts/application.html.erb
|
113
|
-
- test/dummy/app/assets/stylesheets/application.css
|
114
|
-
- test/dummy/app/assets/javascripts/application.js
|
115
|
-
- test/dummy/app/helpers/application_helper.rb
|
116
|
-
- test/dummy/config.ru
|
117
|
-
- test/dummy/README.rdoc
|
118
110
|
- test/dummy/bin/bundle
|
119
111
|
- test/dummy/bin/rake
|
120
112
|
- test/dummy/bin/rails
|
121
|
-
- test/dummy/Rakefile
|
122
|
-
- test/dummy/public/404.html
|
123
|
-
- test/dummy/public/422.html
|
124
|
-
- test/dummy/public/favicon.ico
|
125
|
-
- test/dummy/public/500.html
|
126
|
-
- test/dummy/config/locales/en.yml
|
127
|
-
- test/dummy/config/database.yml
|
128
|
-
- test/dummy/config/environments/production.rb
|
129
|
-
- test/dummy/config/environments/development.rb
|
130
113
|
- test/dummy/config/environments/test.rb
|
131
|
-
- test/dummy/config/
|
132
|
-
- test/dummy/config/
|
133
|
-
- test/dummy/config/
|
134
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
114
|
+
- test/dummy/config/environments/development.rb
|
115
|
+
- test/dummy/config/environments/production.rb
|
116
|
+
- test/dummy/config/boot.rb
|
135
117
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
136
|
-
- test/dummy/config/initializers/mime_types.rb
|
137
|
-
- test/dummy/config/initializers/inflections.rb
|
138
|
-
- test/dummy/config/initializers/session_store.rb
|
139
118
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
140
119
|
- test/dummy/config/initializers/secret_token.rb
|
141
|
-
- test/dummy/config/
|
120
|
+
- test/dummy/config/initializers/session_store.rb
|
121
|
+
- test/dummy/config/initializers/mime_types.rb
|
122
|
+
- test/dummy/config/initializers/inflections.rb
|
123
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
124
|
+
- test/dummy/config/locales/en.yml
|
125
|
+
- test/dummy/config/application.rb
|
126
|
+
- test/dummy/config/routes.rb
|
127
|
+
- test/dummy/config/database.yml
|
128
|
+
- test/dummy/config/environment.rb
|
129
|
+
- test/dummy/public/500.html
|
130
|
+
- test/dummy/public/404.html
|
131
|
+
- test/dummy/public/422.html
|
132
|
+
- test/dummy/public/favicon.ico
|
133
|
+
- test/dummy/README.rdoc
|
134
|
+
- test/dummy/Rakefile
|
135
|
+
- test/dummy/app/helpers/application_helper.rb
|
136
|
+
- test/dummy/app/views/layouts/application.html.erb
|
137
|
+
- test/dummy/app/controllers/application_controller.rb
|
138
|
+
- test/dummy/app/assets/stylesheets/application.css
|
139
|
+
- test/dummy/app/assets/javascripts/application.js
|
140
|
+
- test/dummy/config.ru
|
141
|
+
- test/backbone_mvc_test.rb
|
142
142
|
- test/test_helper.rb
|