brightcontent-pages 2.0.11 → 2.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightcontent-pages (2.0.11)
4
+ brightcontent-pages (2.0.12)
5
5
  awesome_nested_set
6
- brightcontent-attachments (= 2.0.11)
7
- brightcontent-core (= 2.0.11)
6
+ brightcontent-attachments (= 2.0.12)
7
+ brightcontent-core (= 2.0.12)
8
8
 
9
9
  PATH
10
10
  remote: ../attachments
11
11
  specs:
12
- brightcontent-attachments (2.0.11)
13
- brightcontent-core (= 2.0.11)
12
+ brightcontent-attachments (2.0.12)
13
+ brightcontent-core (= 2.0.12)
14
14
  jquery-fileupload-rails
15
15
  paperclip
16
16
 
17
17
  PATH
18
18
  remote: ../core
19
19
  specs:
20
- brightcontent-core (2.0.11)
20
+ brightcontent-core (2.0.12)
21
21
  bcrypt-ruby
22
22
  bootstrap-wysihtml5-rails
23
23
  has_scope
@@ -0,0 +1,5 @@
1
+ class AddDefaultHiddenToPages < ActiveRecord::Migration
2
+ def change
3
+ change_column :brightcontent_pages, :hidden, :boolean, default: true, null: false
4
+ end
5
+ end
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended to check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(:version => 20130105141633) do
14
+ ActiveRecord::Schema.define(:version => 20130105142936) do
15
15
 
16
16
  create_table "brightcontent_admin_users", :force => true do |t|
17
17
  t.string "email"
@@ -42,9 +42,9 @@ ActiveRecord::Schema.define(:version => 20130105141633) do
42
42
  t.integer "lft"
43
43
  t.integer "rgt"
44
44
  t.integer "parent_id"
45
- t.datetime "created_at", :null => false
46
- t.datetime "updated_at", :null => false
47
- t.boolean "hidden"
45
+ t.datetime "created_at", :null => false
46
+ t.datetime "updated_at", :null => false
47
+ t.boolean "hidden", :default => true, :null => false
48
48
  end
49
49
 
50
50
  add_index "brightcontent_pages", ["slug"], :name => "index_brightcontent_pages_on_slug"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.11
4
+ version: 2.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.0.11
21
+ version: 2.0.12
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 2.0.11
29
+ version: 2.0.12
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: brightcontent-attachments
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - '='
36
36
  - !ruby/object:Gem::Version
37
- version: 2.0.11
37
+ version: 2.0.12
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - '='
44
44
  - !ruby/object:Gem::Version
45
- version: 2.0.11
45
+ version: 2.0.12
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: awesome_nested_set
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -159,6 +159,7 @@ files:
159
159
  - config/routes.rb
160
160
  - db/migrate/20121207132810_create_brightcontent_pages.rb
161
161
  - db/migrate/20130105141633_add_hidden_to_pages.rb
162
+ - db/migrate/20130105142936_add_default_hidden_to_pages.rb
162
163
  - lib/brightcontent-pages.rb
163
164
  - lib/brightcontent/pages.rb
164
165
  - lib/brightcontent/pages/engine.rb
@@ -226,7 +227,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
227
  version: '0'
227
228
  segments:
228
229
  - 0
229
- hash: 18281700371062306
230
+ hash: -4122978741244158643
230
231
  required_rubygems_version: !ruby/object:Gem::Requirement
231
232
  none: false
232
233
  requirements:
@@ -235,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
236
  version: '0'
236
237
  segments:
237
238
  - 0
238
- hash: 18281700371062306
239
+ hash: -4122978741244158643
239
240
  requirements: []
240
241
  rubyforge_project:
241
242
  rubygems_version: 1.8.24