bootsy 0.1.0 → 0.1.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.
- data/app/assets/javascripts/bootsy/bootsy.js.erb +2 -0
- data/lib/bootsy/version.rb +1 -1
- metadata +24 -24
data/lib/bootsy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootsy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mini_magick
|
|
@@ -163,44 +163,44 @@ extensions: []
|
|
|
163
163
|
extra_rdoc_files: []
|
|
164
164
|
files:
|
|
165
165
|
- app/uploaders/bootsy/image_uploader.rb
|
|
166
|
-
- app/views/bootsy/images/index.js.erb
|
|
167
166
|
- app/views/bootsy/images/_index.html.erb
|
|
168
|
-
- app/views/bootsy/images/destroy.js.erb
|
|
169
|
-
- app/views/bootsy/images/create.js.erb
|
|
170
|
-
- app/views/bootsy/images/_modal.html.erb
|
|
171
167
|
- app/views/bootsy/images/_new.html.erb
|
|
168
|
+
- app/views/bootsy/images/index.js.erb
|
|
169
|
+
- app/views/bootsy/images/_modal.html.erb
|
|
170
|
+
- app/views/bootsy/images/create.js.erb
|
|
171
|
+
- app/views/bootsy/images/destroy.js.erb
|
|
172
172
|
- app/controllers/bootsy/application_controller.rb
|
|
173
173
|
- app/controllers/bootsy/images_controller.rb
|
|
174
|
-
- app/helpers/bootsy/application_helper.rb
|
|
175
174
|
- app/assets/javascripts/bootsy.js
|
|
176
|
-
- app/assets/javascripts/bootsy/locales/bootstrap-wysihtml5.pt-BR.js
|
|
177
|
-
- app/assets/javascripts/bootsy/wysihtml5.js
|
|
178
|
-
- app/assets/javascripts/bootsy/bootstrap-wysihtml5.js
|
|
179
175
|
- app/assets/javascripts/bootsy/bootsy.js.erb
|
|
176
|
+
- app/assets/javascripts/bootsy/bootstrap-wysihtml5.js
|
|
177
|
+
- app/assets/javascripts/bootsy/wysihtml5.js
|
|
178
|
+
- app/assets/javascripts/bootsy/locales/bootstrap-wysihtml5.pt-BR.js
|
|
180
179
|
- app/assets/stylesheets/bootsy.css
|
|
181
180
|
- app/assets/stylesheets/bootsy/bootstrap-wysihtml5.css
|
|
182
181
|
- app/assets/stylesheets/bootsy/bootsy.css
|
|
183
|
-
-
|
|
184
|
-
- config/locales/pt-BR.yml
|
|
185
|
-
- config/routes.rb
|
|
186
|
-
- config/bootsy.yml
|
|
182
|
+
- app/helpers/bootsy/application_helper.rb
|
|
187
183
|
- config/cucumber.yml
|
|
188
|
-
-
|
|
184
|
+
- config/bootsy.yml
|
|
185
|
+
- config/routes.rb
|
|
186
|
+
- config/locales/pt-BR.yml
|
|
187
|
+
- config/locales/en.yml
|
|
189
188
|
- db/migrate/20120628124845_create_bootsy_image_galleries.rb
|
|
189
|
+
- db/migrate/20120624171333_create_bootsy_images.rb
|
|
190
|
+
- lib/tasks/bootsy_tasks.rake
|
|
191
|
+
- lib/tasks/cucumber.rake
|
|
192
|
+
- lib/generators/bootsy/USAGE
|
|
190
193
|
- lib/generators/bootsy/install_generator.rb
|
|
191
194
|
- lib/generators/bootsy/templates/bootsy.rb
|
|
192
|
-
- lib/generators/bootsy/USAGE
|
|
193
195
|
- lib/bootsy.rb
|
|
194
|
-
- lib/
|
|
195
|
-
- lib/tasks/cucumber.rake
|
|
196
|
-
- lib/bootsy/form_helper.rb
|
|
197
|
-
- lib/bootsy/version.rb
|
|
196
|
+
- lib/bootsy/core_ext.rb
|
|
198
197
|
- lib/bootsy/activerecord/image_gallery.rb
|
|
199
198
|
- lib/bootsy/activerecord/image.rb
|
|
200
|
-
- lib/bootsy/
|
|
199
|
+
- lib/bootsy/form_helper.rb
|
|
200
|
+
- lib/bootsy/version.rb
|
|
201
201
|
- lib/bootsy/container.rb
|
|
202
|
-
- lib/bootsy/form_builder.rb
|
|
203
202
|
- lib/bootsy/engine.rb
|
|
203
|
+
- lib/bootsy/form_builder.rb
|
|
204
204
|
- MIT-LICENSE
|
|
205
205
|
- Rakefile
|
|
206
206
|
- README.md
|
|
@@ -218,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
218
218
|
version: '0'
|
|
219
219
|
segments:
|
|
220
220
|
- 0
|
|
221
|
-
hash:
|
|
221
|
+
hash: 1052667891
|
|
222
222
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
none: false
|
|
224
224
|
requirements:
|
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
version: '0'
|
|
228
228
|
segments:
|
|
229
229
|
- 0
|
|
230
|
-
hash:
|
|
230
|
+
hash: 1052667891
|
|
231
231
|
requirements: []
|
|
232
232
|
rubyforge_project:
|
|
233
233
|
rubygems_version: 1.8.24
|