brightcontent-pages 2.0.31 → 2.0.33

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60a6dd6e95abe9ba95a5fe2ee21a9929c2c20854
4
- data.tar.gz: 4dc302f9c2b496a7767d1144de60094d89830205
3
+ metadata.gz: 0e852b578f63e5ca7873c1d786f9a0a796f31813
4
+ data.tar.gz: 3df2f46ace5a26979aaa7361c607c962690a400e
5
5
  SHA512:
6
- metadata.gz: 087e2ca4383266d73bf13d932d2e3664c016b82f61d669654fdfbd64f2f28bd0b24944a85d046a2158c3da2ba95685032319b6e279d53b9ea164a89becfa88b2
7
- data.tar.gz: b39602268eb9c05550d21c9b3569ab5659d39ea8938f8e872a3b203c2ab2a58aa5e7ecb2289db8377418680a317cc0b32a120cadcddf7da1ca89e2ca945bec9a
6
+ metadata.gz: 8aaf74cd4563675ae7f42a89a8e64957ed8ef12a9fdbae1d033a62acc60fa6d8d6a7a9a37a615e94abb5586e8c21185cfdb9b6f5bb24ae800fa6a49ff40e147f
7
+ data.tar.gz: bdc5859f125da58bd9efa8c501f68b01a79c5fc6cf004aed345e6946ff068756bb10f6c9e26f35d184a15dcfcf796537665cca98b217097d2e60d2511589cbd7
@@ -0,0 +1,4 @@
1
+ //= require jquery.ui.nestedSortable
2
+ //= require sortable_tree/initializer
3
+ //= require brightcontent/wysithtml5-parser-rules
4
+
@@ -12,12 +12,12 @@ module Brightcontent
12
12
  %w{name parent_id hidden body attachments}
13
13
  end
14
14
 
15
- protected
16
-
17
15
  def sortable_model
18
16
  Brightcontent::Page
19
17
  end
20
18
 
19
+ protected
20
+
21
21
  def sortable_collection
22
22
  "brightcontent_pages"
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.31
4
+ version: 2.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Developers at Brightin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-20 00:00:00.000000000 Z
11
+ date: 2013-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brightcontent-core
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.31
19
+ version: 2.0.33
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: 2.0.31
26
+ version: 2.0.33
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: brightcontent-attachments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.31
33
+ version: 2.0.33
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.0.31
40
+ version: 2.0.33
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: awesome_nested_set
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -144,13 +144,12 @@ extra_rdoc_files: []
144
144
  files:
145
145
  - .gitignore
146
146
  - Gemfile
147
- - Gemfile.lock
148
147
  - Rakefile
149
148
  - app/assets/images/brightcontent/.gitkeep
150
149
  - app/assets/images/brightcontent/move.png
151
- - app/assets/javascripts/pages.js
152
- - app/assets/javascripts/wysithtml5-parser-rules.js
153
- - app/assets/stylesheets/pages.css.scss
150
+ - app/assets/javascripts/brightcontent/pages.js
151
+ - app/assets/javascripts/brightcontent/wysithtml5-parser-rules.js
152
+ - app/assets/stylesheets/brightcontent/pages.css.scss
154
153
  - app/controllers/brightcontent/page_base_controller.rb
155
154
  - app/controllers/brightcontent/pages_controller.rb
156
155
  - app/helpers/brightcontent/pages_helper.rb
data/Gemfile.lock DELETED
@@ -1,191 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- brightcontent-pages (2.0.31)
5
- awesome_nested_set
6
- brightcontent-attachments (= 2.0.31)
7
- brightcontent-core (= 2.0.31)
8
- the_sortable_tree (~> 2.3.0)
9
-
10
- PATH
11
- remote: ../attachments
12
- specs:
13
- brightcontent-attachments (2.0.31)
14
- brightcontent-core (= 2.0.31)
15
- jquery-fileupload-rails
16
- paperclip
17
-
18
- PATH
19
- remote: ../core
20
- specs:
21
- brightcontent-core (2.0.31)
22
- bcrypt-ruby (= 3.0.0)
23
- bootstrap-wysihtml5-rails
24
- has_scope
25
- inherited_resources
26
- jquery-rails
27
- rails (~> 3.2.13)
28
- simple_form
29
- strong_parameters
30
- will_paginate
31
-
32
- GEM
33
- remote: http://rubygems.org/
34
- specs:
35
- actionmailer (3.2.13)
36
- actionpack (= 3.2.13)
37
- mail (~> 2.5.3)
38
- actionpack (3.2.13)
39
- activemodel (= 3.2.13)
40
- activesupport (= 3.2.13)
41
- builder (~> 3.0.0)
42
- erubis (~> 2.7.0)
43
- journey (~> 1.0.4)
44
- rack (~> 1.4.5)
45
- rack-cache (~> 1.2)
46
- rack-test (~> 0.6.1)
47
- sprockets (~> 2.2.1)
48
- activemodel (3.2.13)
49
- activesupport (= 3.2.13)
50
- builder (~> 3.0.0)
51
- activerecord (3.2.13)
52
- activemodel (= 3.2.13)
53
- activesupport (= 3.2.13)
54
- arel (~> 3.0.2)
55
- tzinfo (~> 0.3.29)
56
- activeresource (3.2.13)
57
- activemodel (= 3.2.13)
58
- activesupport (= 3.2.13)
59
- activesupport (3.2.13)
60
- i18n (= 0.6.1)
61
- multi_json (~> 1.0)
62
- addressable (2.3.5)
63
- arel (3.0.2)
64
- awesome_nested_set (2.1.6)
65
- activerecord (>= 3.0.0)
66
- bcrypt-ruby (3.0.0)
67
- bootstrap-wysihtml5-rails (0.3.1.20)
68
- railties (>= 3.0)
69
- builder (3.0.4)
70
- capybara (2.1.0)
71
- mime-types (>= 1.16)
72
- nokogiri (>= 1.3.3)
73
- rack (>= 1.0.0)
74
- rack-test (>= 0.5.4)
75
- xpath (~> 2.0)
76
- climate_control (0.0.3)
77
- activesupport (>= 3.0)
78
- cocaine (0.5.1)
79
- climate_control (>= 0.0.3, < 1.0)
80
- diff-lcs (1.2.4)
81
- erubis (2.7.0)
82
- factory_girl (4.2.0)
83
- activesupport (>= 3.0.0)
84
- factory_girl_rails (4.2.1)
85
- factory_girl (~> 4.2.0)
86
- railties (>= 3.0.0)
87
- has_scope (0.5.1)
88
- hike (1.2.3)
89
- i18n (0.6.1)
90
- inherited_resources (1.4.0)
91
- has_scope (~> 0.5.0)
92
- responders (~> 0.9)
93
- journey (1.0.4)
94
- jquery-fileupload-rails (0.4.1)
95
- actionpack (>= 3.1)
96
- railties (>= 3.1)
97
- jquery-rails (3.0.4)
98
- railties (>= 3.0, < 5.0)
99
- thor (>= 0.14, < 2.0)
100
- json (1.8.0)
101
- launchy (2.3.0)
102
- addressable (~> 2.3)
103
- mail (2.5.4)
104
- mime-types (~> 1.16)
105
- treetop (~> 1.4.8)
106
- mime-types (1.23)
107
- mini_portile (0.5.1)
108
- multi_json (1.7.7)
109
- nokogiri (1.6.0)
110
- mini_portile (~> 0.5.0)
111
- paperclip (3.5.0)
112
- activemodel (>= 3.0.0)
113
- activesupport (>= 3.0.0)
114
- cocaine (~> 0.5.0)
115
- mime-types
116
- polyglot (0.3.3)
117
- rack (1.4.5)
118
- rack-cache (1.2)
119
- rack (>= 0.4)
120
- rack-ssl (1.3.3)
121
- rack
122
- rack-test (0.6.2)
123
- rack (>= 1.0)
124
- rails (3.2.13)
125
- actionmailer (= 3.2.13)
126
- actionpack (= 3.2.13)
127
- activerecord (= 3.2.13)
128
- activeresource (= 3.2.13)
129
- activesupport (= 3.2.13)
130
- bundler (~> 1.0)
131
- railties (= 3.2.13)
132
- railties (3.2.13)
133
- actionpack (= 3.2.13)
134
- activesupport (= 3.2.13)
135
- rack-ssl (~> 1.3.2)
136
- rake (>= 0.8.7)
137
- rdoc (~> 3.4)
138
- thor (>= 0.14.6, < 2.0)
139
- rake (10.1.0)
140
- rdoc (3.12.2)
141
- json (~> 1.4)
142
- responders (0.9.3)
143
- railties (~> 3.1)
144
- rspec-core (2.14.3)
145
- rspec-expectations (2.14.0)
146
- diff-lcs (>= 1.1.3, < 2.0)
147
- rspec-mocks (2.14.1)
148
- rspec-rails (2.14.0)
149
- actionpack (>= 3.0)
150
- activesupport (>= 3.0)
151
- railties (>= 3.0)
152
- rspec-core (~> 2.14.0)
153
- rspec-expectations (~> 2.14.0)
154
- rspec-mocks (~> 2.14.0)
155
- simple_form (2.1.0)
156
- actionpack (~> 3.0)
157
- activemodel (~> 3.0)
158
- sprockets (2.2.2)
159
- hike (~> 1.2)
160
- multi_json (~> 1.0)
161
- rack (~> 1.0)
162
- tilt (~> 1.1, != 1.3.0)
163
- sqlite3 (1.3.7)
164
- strong_parameters (0.2.1)
165
- actionpack (~> 3.0)
166
- activemodel (~> 3.0)
167
- railties (~> 3.0)
168
- the_sortable_tree (2.3.3)
169
- rails (>= 3.1)
170
- thor (0.18.1)
171
- tilt (1.4.1)
172
- treetop (1.4.14)
173
- polyglot
174
- polyglot (>= 0.3.1)
175
- tzinfo (0.3.37)
176
- will_paginate (3.0.4)
177
- xpath (2.0.0)
178
- nokogiri (~> 1.3)
179
-
180
- PLATFORMS
181
- ruby
182
-
183
- DEPENDENCIES
184
- brightcontent-attachments!
185
- brightcontent-core!
186
- brightcontent-pages!
187
- capybara
188
- factory_girl_rails
189
- launchy
190
- rspec-rails
191
- sqlite3
@@ -1,6 +0,0 @@
1
- //= require jquery-ui
2
- //= require jquery_ujs
3
- //= require jquery.ui.nestedSortable
4
- //= require sortable_tree/initializer
5
- //= require wysithtml5-parser-rules
6
-