caboose-cms 0.4.80 → 0.4.81

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDZlMWNlOWZlMGNkYmQ1MGQ4ODNkNDAyMjM2NjZmMmQ2NDg4OGY3Mw==
4
+ NTE2MGU1MTRjYjk0ZjBlNTdjOGI5YzRhNGY0YjcwMWYyYzNiZjZlMQ==
5
5
  data.tar.gz: !binary |-
6
- NzAyYzU3YjAwNmI3NDE1NjZiMjgwMzIwNTZlN2QwMTZiMzY5ZGY3Ng==
6
+ YjMyNzcxZTgxNDRmNDE4OTVmMTk4YzYyZjA5OTU5Zjk1MmYzNzI2MQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ODVlNzczMjkwZWFhZDJiM2FiM2YwZGMwOTJlN2RhZjAxYWE0ZmQ4ZjMwYmZj
10
- M2UyMGY1MGQwZTZiY2E2MTVhODY2OTU5MWM5OTI1NjBhODVhY2JmODgzYWUx
11
- ZmYzYjdiZTZmNTY3NDhiZDhhMzlhZTU4YzM3YTJkN2Y4NTE1ODc=
9
+ OWU5MTU4YjYwNWIyNmYwZDI5YzJmM2ExZmUzMjY2MjhkZTAzOGFiZDcxZjM3
10
+ NTE2MjQ4NjYwOGJhNjNhODkwMjFkYTQ3MmU5NDU4NGNiODZmMDk4N2Y0ZDFl
11
+ NTZiMDgzNTY1MjQxZDg3Njc3ZjVlOWIyNGUzOTFiZTY1YzU2NTA=
12
12
  data.tar.gz: !binary |-
13
- MDEzMWQzYzhiMGI4ZjFkNmFkYTNjMzRjYzdiZGE2MzdhNzAzMWU4ODYwYjFk
14
- YjdlNzNhZTQwYjRjNGY5OWYwZmQ4MDRiZmM0ZmY1ODA2ZmNiZDczMjcxMGMx
15
- M2YyODllMjQ1OWQ3Yzk5Zjg4YjcxN2UzYTE5ZmRmYzM4NzQyNGI=
13
+ NzdjOTNmMzAzYTYxNjQ2MzhkZmEyNDUxMjVkYjY4Zjg0YmIzMjNmNTM5NThi
14
+ NDJlZDhkODdjMGY5MzkxODYwNDlmYTRjZmM2ZDMyOWU2NWE2NDdmODVmZjFm
15
+ YThkNzFmNjE2YTIzNmU3ZTk2NjdjYWRlMGJlZmNlZGRlZjNkZWQ=
@@ -207,6 +207,7 @@ PageContentController.prototype = {
207
207
  }
208
208
  if (b.allow_child_blocks)
209
209
  {
210
+ alert('Allowing child blocks');
210
211
  $('#block_' + b.id).after($('<div/>')
211
212
  .addClass('new_block_link')
212
213
  .append($('<div/>').addClass('line'))
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.4.80'
2
+ VERSION = '0.4.81'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.80
4
+ version: 0.4.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-13 00:00:00.000000000 Z
11
+ date: 2014-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -42,30 +42,30 @@ dependencies:
42
42
  name: jquery-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 3.1.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 3.1.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: jquery-ui-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: 5.0.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: 5.0.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: tinymce-rails
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -98,16 +98,16 @@ dependencies:
98
98
  name: colorbox-rails
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ! '>='
101
+ - - ~>
102
102
  - !ruby/object:Gem::Version
103
- version: '0'
103
+ version: 0.1.2
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ! '>='
108
+ - - ~>
109
109
  - !ruby/object:Gem::Version
110
- version: '0'
110
+ version: 0.1.2
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: paperclip
113
113
  requirement: !ruby/object:Gem::Requirement