bootsy 0.1.2 → 0.1.3

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.
@@ -5,7 +5,7 @@ module Bootsy
5
5
  container = options.delete :container
6
6
 
7
7
  unless container.kind_of?(Container) || (container.nil? && object.kind_of?(Container))
8
- raise ArgumentError, 'Bootsy area needs a model or a container as its option'
8
+ options[:editor_options] = {uploader: false}
9
9
  end
10
10
 
11
11
  editor_options = options.delete :editor_options
@@ -1,3 +1,3 @@
1
1
  module Bootsy
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -218,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  segments:
220
220
  - 0
221
- hash: -77702257
221
+ hash: 475960961
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: -77702257
230
+ hash: 475960961
231
231
  requirements: []
232
232
  rubyforge_project:
233
233
  rubygems_version: 1.8.24