rails-bootstrap-engine 0.0.8 → 0.0.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7932a674eccc3ab33d3f04676e06fdd4a519e7ab
4
- data.tar.gz: 0a36fd882869e9746d38e0d3bd83e3a4a6f2898c
3
+ metadata.gz: ee41521b8feccf0c30a86ce9f7c200cb5f6914fd
4
+ data.tar.gz: 75dcf5ce1fc9e0a1898fc6299f32ba73d6be261f
5
5
  SHA512:
6
- metadata.gz: e995b6e4d687d0e144518cc7cce61936f0a11ee828a95c96656156b49e14f0a2e75fc8973aaaae163a3c6ffbbc499b358f90ed784c6e19954a038fd95f565962
7
- data.tar.gz: 3734aa9431a9ceed064f467cfee9fe2de6a6f3605a61439cd9b161c910127c19807d3f8c0133d74d7cd5f810ffd9e328a9dace35fc1719277efdae95c72c0b83
6
+ metadata.gz: 3c27f25f459dc8c195fd5a2876fb25c4a3491ffca588ff784905422cc4500a03695ef1f24f019d313193dc74181183faa561353fc8a4dcd24d2e123969bff2c2
7
+ data.tar.gz: 18fdb68d080e58193ebe3ef5c93ffc57bd1ea3c00dd366a7e9881b227f078d85f16d4b4ed8b1a5f01f054b7e7da64ea6ff97a95c1dcb0006c41f6dd358d03580
@@ -13,6 +13,9 @@
13
13
  <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
14
14
  <![endif]-->
15
15
 
16
+ <%= javascript_include_tag 'https://www.google.com/jsapi' %>
17
+ <link href="http://bootswatch.com/2/united/bootstrap.min.css" rel="stylesheet">
18
+ <link href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" rel="stylesheet">
16
19
  <%= stylesheet_link_tag "application", :media => "all" %>
17
20
 
18
21
  <!-- For third-generation iPad with high-resolution Retina display: -->
@@ -12,7 +12,9 @@
12
12
  <!--[if lt IE 9]>
13
13
  <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
14
14
  <![endif]-->
15
-
15
+ <%= javascript_include_tag 'https://www.google.com/jsapi' %>
16
+ <link href="http://bootswatch.com/2/united/bootstrap.min.css" rel="stylesheet">
17
+ <link href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" rel="stylesheet">
16
18
  <%= stylesheet_link_tag "application", :media => "all" %>
17
19
 
18
20
  <%= javascript_include_tag 'https://www.google.com/jsapi' %>
@@ -1,3 +1,3 @@
1
1
  module RailsBootstrapEngine
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-bootstrap-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Eduardo de Oliveira Fonseca
@@ -9,20 +9,20 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-03 00:00:00.000000000 Z
12
+ date: 2013-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sqlite3
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '0'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0'
28
28
  description: Ruby on Rails Engine for Twitter Bootstrap with Assets, Helpers and more.
@@ -33,140 +33,140 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - app/helpers/bootstrap_engine_helper.rb
37
- - app/helpers/bootstrap_form_helpers.rb
38
- - app/helpers/bootstrap_link_helper.rb
39
- - app/helpers/bootstrap_progressbar_helper.rb
40
- - app/helpers/bootstrap_badge_helper.rb
41
- - app/helpers/bootstrap_label_helper.rb
42
- - app/helpers/bootstrap_nav_helper.rb
36
+ - app/assets/font/fontawesome-webfont.eot
37
+ - app/assets/font/fontawesome-webfont.svg
38
+ - app/assets/font/fontawesome-webfont.ttf
39
+ - app/assets/font/fontawesome-webfont.woff
40
+ - app/assets/font/FontAwesome.ttf
41
+ - app/assets/font/glyphicons-regular-0.eot
42
+ - app/assets/font/glyphicons-regular.eot
43
+ - app/assets/font/glyphicons-regular.svg
44
+ - app/assets/font/glyphicons-regular.ttf
45
+ - app/assets/font/glyphicons-regular.woff
46
+ - app/assets/font/glyphiconshalflings-regular-0.eot
47
+ - app/assets/font/glyphiconshalflings-regular.eot
48
+ - app/assets/font/glyphiconshalflings-regular.svg
49
+ - app/assets/font/glyphiconshalflings-regular.ttf
50
+ - app/assets/font/glyphiconshalflings-regular.woff
51
+ - app/assets/images/apple-touch-icon-114x114-precomposed.png
52
+ - app/assets/images/apple-touch-icon-144x144-precomposed.png
53
+ - app/assets/images/apple-touch-icon-57x57-precomposed.png
54
+ - app/assets/images/apple-touch-icon-72x72-precomposed.png
55
+ - app/assets/images/apple-touch-icon-precomposed.png
56
+ - app/assets/images/devise.png
57
+ - app/assets/javascripts/behaviors.js
58
+ - app/assets/javascripts/bootstrap.js
59
+ - app/assets/javascripts/plugins/holder.js
60
+ - app/assets/javascripts/plugins/jquery.autosize.js
61
+ - app/assets/javascripts/plugins/jquery.toggle.buttons.js
62
+ - app/assets/javascripts/rails-bootstrap-engine.js
63
+ - app/assets/stylesheets/bootstrap-plugins/bootstrap-jumbotrons.css
64
+ - app/assets/stylesheets/bootstrap-plugins/bootstrap-toggle-buttons.css
65
+ - app/assets/stylesheets/bootstrap-responsive.css
66
+ - app/assets/stylesheets/bootstrap.css
67
+ - app/assets/stylesheets/devise.css
68
+ - app/assets/stylesheets/font-awesome-more-ie7.css
69
+ - app/assets/stylesheets/font-awesome-more.css
70
+ - app/assets/stylesheets/glyphicons-pro.css
71
+ - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css
72
+ - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css
73
+ - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css
74
+ - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-overrides.css
75
+ - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css
76
+ - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css
77
+ - app/assets/stylesheets/rails-bootstrap-engine.css
43
78
  - app/helpers/bootstrap_alert_helper.rb
44
- - app/helpers/bootstrap_text_helper.rb
45
- - app/helpers/bootstrap_grid_helper.rb
79
+ - app/helpers/bootstrap_badge_helper.rb
46
80
  - app/helpers/bootstrap_breadcrumbs_helper.rb
47
- - app/helpers/bootstrap_searchbar_helper.rb
48
81
  - app/helpers/bootstrap_button_helper.rb
82
+ - app/helpers/bootstrap_engine_helper.rb
83
+ - app/helpers/bootstrap_form_helpers.rb
84
+ - app/helpers/bootstrap_grid_helper.rb
49
85
  - app/helpers/bootstrap_icon_helper.rb
86
+ - app/helpers/bootstrap_label_helper.rb
87
+ - app/helpers/bootstrap_link_helper.rb
88
+ - app/helpers/bootstrap_nav_helper.rb
50
89
  - app/helpers/bootstrap_popover_helper.rb
51
- - app/views/layouts/application.html.erb
52
- - app/views/layouts/devise.html.erb
53
- - app/views/devise/passwords/edit.html.erb
54
- - app/views/devise/passwords/new.html.erb
55
- - app/views/devise/shared/_links.erb
90
+ - app/helpers/bootstrap_progressbar_helper.rb
91
+ - app/helpers/bootstrap_searchbar_helper.rb
92
+ - app/helpers/bootstrap_text_helper.rb
56
93
  - app/views/devise/confirmations/new.html.erb
57
- - app/views/devise/unlocks/new.html.erb
58
94
  - app/views/devise/mailer/confirmation_instructions.html.erb
59
95
  - app/views/devise/mailer/reset_password_instructions.html.erb
60
96
  - app/views/devise/mailer/unlock_instructions.html.erb
97
+ - app/views/devise/passwords/edit.html.erb
98
+ - app/views/devise/passwords/new.html.erb
61
99
  - app/views/devise/registrations/edit.html.erb
62
100
  - app/views/devise/registrations/new.html.erb
63
101
  - app/views/devise/sessions/new.html.erb
64
- - app/assets/images/apple-touch-icon-72x72-precomposed.png
65
- - app/assets/images/devise.png
66
- - app/assets/images/apple-touch-icon-precomposed.png
67
- - app/assets/images/apple-touch-icon-144x144-precomposed.png
68
- - app/assets/images/apple-touch-icon-114x114-precomposed.png
69
- - app/assets/images/apple-touch-icon-57x57-precomposed.png
70
- - app/assets/stylesheets/glyphicons-pro.css
71
- - app/assets/stylesheets/bootstrap.css
72
- - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-overrides.css
73
- - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css
74
- - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css
75
- - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css
76
- - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css
77
- - app/assets/stylesheets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css
78
- - app/assets/stylesheets/devise.css
79
- - app/assets/stylesheets/bootstrap-plugins/bootstrap-jumbotrons.css
80
- - app/assets/stylesheets/bootstrap-plugins/bootstrap-toggle-buttons.css
81
- - app/assets/stylesheets/bootstrap-responsive.css
82
- - app/assets/stylesheets/font-awesome-more.css
83
- - app/assets/stylesheets/rails-bootstrap-engine.css
84
- - app/assets/stylesheets/font-awesome-more-ie7.css
85
- - app/assets/javascripts/behaviors.js
86
- - app/assets/javascripts/rails-bootstrap-engine.js
87
- - app/assets/javascripts/plugins/holder.js
88
- - app/assets/javascripts/plugins/jquery.autosize.js
89
- - app/assets/javascripts/plugins/jquery.toggle.buttons.js
90
- - app/assets/javascripts/bootstrap.js
91
- - app/assets/font/glyphicons-regular.ttf
92
- - app/assets/font/glyphiconshalflings-regular.svg
93
- - app/assets/font/glyphicons-regular.woff
94
- - app/assets/font/glyphiconshalflings-regular-0.eot
95
- - app/assets/font/glyphiconshalflings-regular.eot
96
- - app/assets/font/fontawesome-webfont.svg
97
- - app/assets/font/fontawesome-webfont.woff
98
- - app/assets/font/glyphicons-regular-0.eot
99
- - app/assets/font/fontawesome-webfont.ttf
100
- - app/assets/font/fontawesome-webfont.eot
101
- - app/assets/font/glyphicons-regular.svg
102
- - app/assets/font/glyphiconshalflings-regular.ttf
103
- - app/assets/font/FontAwesome.ttf
104
- - app/assets/font/glyphicons-regular.eot
105
- - app/assets/font/glyphiconshalflings-regular.woff
106
- - config/routes.rb
107
- - config/locales/simple_form.en.yml
108
- - config/locales/pt-BR.yml
109
- - config/locales/will_paginate.pt-br.yml
102
+ - app/views/devise/shared/_links.erb
103
+ - app/views/devise/unlocks/new.html.erb
104
+ - app/views/layouts/application.html.erb
105
+ - app/views/layouts/devise.html.erb
110
106
  - config/initializers/simple_form.rb
111
- - config/initializers/will_paginate.rb
112
107
  - config/initializers/simple_form_bootstrap.rb
113
- - lib/rails-bootstrap-engine.rb
108
+ - config/initializers/will_paginate.rb
109
+ - config/locales/pt-BR.yml
110
+ - config/locales/simple_form.en.yml
111
+ - config/locales/will_paginate.pt-br.yml
112
+ - config/routes.rb
114
113
  - lib/generators/bootstrap_engine/devise/install/install_generator.rb
115
114
  - lib/generators/bootstrap_engine/devise/install/templates/devise.html.erb
116
- - lib/tasks/rails-bootstrap-engine_tasks.rake
117
- - lib/rails-bootstrap-engine/version.rb
118
115
  - lib/rails-bootstrap-engine/engine.rb
116
+ - lib/rails-bootstrap-engine/version.rb
117
+ - lib/rails-bootstrap-engine.rb
118
+ - lib/tasks/rails-bootstrap-engine_tasks.rake
119
119
  - lib/templates/erb/scaffold/_form.html.erb
120
120
  - MIT-LICENSE
121
121
  - Rakefile
122
122
  - README.rdoc
123
123
  - README.md
124
- - test/rails-bootstrap-engine_test.rb
125
- - test/dummy/db/migrate/20130128020557_devise_create_users.rb
126
- - test/dummy/db/schema.rb
127
- - test/dummy/script/rails
128
- - test/dummy/config/database.yml
124
+ - test/dummy/app/assets/javascripts/application.js
125
+ - test/dummy/app/assets/javascripts/test.js
126
+ - test/dummy/app/assets/stylesheets/application.css
127
+ - test/dummy/app/assets/stylesheets/test.css
128
+ - test/dummy/app/controllers/application_controller.rb
129
+ - test/dummy/app/controllers/test_controller.rb
130
+ - test/dummy/app/helpers/application_helper.rb
131
+ - test/dummy/app/helpers/test_helper.rb
132
+ - test/dummy/app/models/user.rb
133
+ - test/dummy/app/views/layouts/application.html.erb
134
+ - test/dummy/app/views/layouts/devise.html.erb
135
+ - test/dummy/app/views/test/index.html.erb
136
+ - test/dummy/config/application.rb
129
137
  - test/dummy/config/boot.rb
130
- - test/dummy/config/routes.rb
138
+ - test/dummy/config/database.yml
131
139
  - test/dummy/config/environment.rb
132
- - test/dummy/config/locales/en.yml
133
- - test/dummy/config/locales/devise.en.yml
140
+ - test/dummy/config/environments/development.rb
134
141
  - test/dummy/config/environments/production.rb
135
142
  - test/dummy/config/environments/test.rb
136
- - test/dummy/config/environments/development.rb
137
- - test/dummy/config/initializers/mime_types.rb
143
+ - test/dummy/config/initializers/backtrace_silencers.rb
144
+ - test/dummy/config/initializers/devise.rb
138
145
  - test/dummy/config/initializers/inflections.rb
146
+ - test/dummy/config/initializers/mime_types.rb
139
147
  - test/dummy/config/initializers/secret_token.rb
140
- - test/dummy/config/initializers/wrap_parameters.rb
141
- - test/dummy/config/initializers/devise.rb
142
- - test/dummy/config/initializers/backtrace_silencers.rb
143
148
  - test/dummy/config/initializers/session_store.rb
144
- - test/dummy/config/application.rb
145
- - test/dummy/Rakefile
146
- - test/dummy/public/favicon.ico
149
+ - test/dummy/config/initializers/wrap_parameters.rb
150
+ - test/dummy/config/locales/devise.en.yml
151
+ - test/dummy/config/locales/en.yml
152
+ - test/dummy/config/routes.rb
153
+ - test/dummy/config.ru
154
+ - test/dummy/db/migrate/20130128020557_devise_create_users.rb
155
+ - test/dummy/db/schema.rb
147
156
  - test/dummy/public/404.html
148
157
  - test/dummy/public/422.html
149
158
  - test/dummy/public/500.html
159
+ - test/dummy/public/favicon.ico
160
+ - test/dummy/Rakefile
161
+ - test/dummy/README.rdoc
162
+ - test/dummy/script/rails
150
163
  - test/dummy/test/fixtures/users.yml
164
+ - test/dummy/test/functional/test_controller_test.rb
151
165
  - test/dummy/test/unit/helpers/test_helper_test.rb
152
166
  - test/dummy/test/unit/user_test.rb
153
- - test/dummy/test/functional/test_controller_test.rb
154
- - test/dummy/app/helpers/test_helper.rb
155
- - test/dummy/app/helpers/application_helper.rb
156
- - test/dummy/app/views/layouts/application.html.erb
157
- - test/dummy/app/views/layouts/devise.html.erb
158
- - test/dummy/app/views/test/index.html.erb
159
- - test/dummy/app/assets/stylesheets/application.css
160
- - test/dummy/app/assets/stylesheets/test.css
161
- - test/dummy/app/assets/javascripts/test.js
162
- - test/dummy/app/assets/javascripts/application.js
163
- - test/dummy/app/controllers/test_controller.rb
164
- - test/dummy/app/controllers/application_controller.rb
165
- - test/dummy/app/models/user.rb
166
- - test/dummy/README.rdoc
167
- - test/dummy/config.ru
168
- - test/test_helper.rb
169
167
  - test/integration/navigation_test.rb
168
+ - test/rails-bootstrap-engine_test.rb
169
+ - test/test_helper.rb
170
170
  homepage: https://github.com/orangeweb/rails-bootstrap-engine
171
171
  licenses: []
172
172
  metadata: {}
@@ -176,64 +176,64 @@ require_paths:
176
176
  - lib
177
177
  required_ruby_version: !ruby/object:Gem::Requirement
178
178
  requirements:
179
- - - '>='
179
+ - - ">="
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  requirements:
184
- - - '>='
184
+ - - ">="
185
185
  - !ruby/object:Gem::Version
186
186
  version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.0.7
189
+ rubygems_version: 2.1.11
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Ruby on Rails Engine for Twitter Bootstrap .
193
193
  test_files:
194
- - test/rails-bootstrap-engine_test.rb
195
- - test/dummy/db/migrate/20130128020557_devise_create_users.rb
196
- - test/dummy/db/schema.rb
197
- - test/dummy/script/rails
198
- - test/dummy/config/database.yml
194
+ - test/dummy/app/assets/javascripts/application.js
195
+ - test/dummy/app/assets/javascripts/test.js
196
+ - test/dummy/app/assets/stylesheets/application.css
197
+ - test/dummy/app/assets/stylesheets/test.css
198
+ - test/dummy/app/controllers/application_controller.rb
199
+ - test/dummy/app/controllers/test_controller.rb
200
+ - test/dummy/app/helpers/application_helper.rb
201
+ - test/dummy/app/helpers/test_helper.rb
202
+ - test/dummy/app/models/user.rb
203
+ - test/dummy/app/views/layouts/application.html.erb
204
+ - test/dummy/app/views/layouts/devise.html.erb
205
+ - test/dummy/app/views/test/index.html.erb
206
+ - test/dummy/config/application.rb
199
207
  - test/dummy/config/boot.rb
200
- - test/dummy/config/routes.rb
208
+ - test/dummy/config/database.yml
201
209
  - test/dummy/config/environment.rb
202
- - test/dummy/config/locales/en.yml
203
- - test/dummy/config/locales/devise.en.yml
210
+ - test/dummy/config/environments/development.rb
204
211
  - test/dummy/config/environments/production.rb
205
212
  - test/dummy/config/environments/test.rb
206
- - test/dummy/config/environments/development.rb
207
- - test/dummy/config/initializers/mime_types.rb
213
+ - test/dummy/config/initializers/backtrace_silencers.rb
214
+ - test/dummy/config/initializers/devise.rb
208
215
  - test/dummy/config/initializers/inflections.rb
216
+ - test/dummy/config/initializers/mime_types.rb
209
217
  - test/dummy/config/initializers/secret_token.rb
210
- - test/dummy/config/initializers/wrap_parameters.rb
211
- - test/dummy/config/initializers/devise.rb
212
- - test/dummy/config/initializers/backtrace_silencers.rb
213
218
  - test/dummy/config/initializers/session_store.rb
214
- - test/dummy/config/application.rb
215
- - test/dummy/Rakefile
216
- - test/dummy/public/favicon.ico
219
+ - test/dummy/config/initializers/wrap_parameters.rb
220
+ - test/dummy/config/locales/devise.en.yml
221
+ - test/dummy/config/locales/en.yml
222
+ - test/dummy/config/routes.rb
223
+ - test/dummy/config.ru
224
+ - test/dummy/db/migrate/20130128020557_devise_create_users.rb
225
+ - test/dummy/db/schema.rb
217
226
  - test/dummy/public/404.html
218
227
  - test/dummy/public/422.html
219
228
  - test/dummy/public/500.html
229
+ - test/dummy/public/favicon.ico
230
+ - test/dummy/Rakefile
231
+ - test/dummy/README.rdoc
232
+ - test/dummy/script/rails
220
233
  - test/dummy/test/fixtures/users.yml
234
+ - test/dummy/test/functional/test_controller_test.rb
221
235
  - test/dummy/test/unit/helpers/test_helper_test.rb
222
236
  - test/dummy/test/unit/user_test.rb
223
- - test/dummy/test/functional/test_controller_test.rb
224
- - test/dummy/app/helpers/test_helper.rb
225
- - test/dummy/app/helpers/application_helper.rb
226
- - test/dummy/app/views/layouts/application.html.erb
227
- - test/dummy/app/views/layouts/devise.html.erb
228
- - test/dummy/app/views/test/index.html.erb
229
- - test/dummy/app/assets/stylesheets/application.css
230
- - test/dummy/app/assets/stylesheets/test.css
231
- - test/dummy/app/assets/javascripts/test.js
232
- - test/dummy/app/assets/javascripts/application.js
233
- - test/dummy/app/controllers/test_controller.rb
234
- - test/dummy/app/controllers/application_controller.rb
235
- - test/dummy/app/models/user.rb
236
- - test/dummy/README.rdoc
237
- - test/dummy/config.ru
238
- - test/test_helper.rb
239
237
  - test/integration/navigation_test.rb
238
+ - test/rails-bootstrap-engine_test.rb
239
+ - test/test_helper.rb