scrivito_sdk 0.41.0.rc1 → 0.41.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,12 +41,18 @@ module Scrivito
41
41
 
42
42
  def copy_image_files
43
43
  copy_file 'app/models/image.rb'
44
- copy_file 'app/views/image/embed.html.erb'
44
+ #
45
+ # FIXME content-widget
46
+ #
47
+ # copy_file 'app/views/image/embed.html.erb'
45
48
  end
46
49
 
47
50
  def copy_download_files
48
51
  copy_file 'app/models/download.rb'
49
- copy_file 'app/views/download/embed.html.erb'
52
+ #
53
+ # FIXME content-widget
54
+ #
55
+ # copy_file 'app/views/download/embed.html.erb'
50
56
  end
51
57
 
52
58
  def copy_headline_widget_files
@@ -26,10 +26,6 @@ class InstallScrivitoMigration < Scrivito::Migration
26
26
  {name: 'blob', type: 'binary'},
27
27
  ])
28
28
 
29
- Scrivito::ObjClass.create(name: 'Scrivito::ContentWidget', attributes: [
30
- {name: 'content', type: 'reference'}
31
- ])
32
-
33
29
  Page.create(_path: '/', title: 'Welcome to Scrivito!', body: [
34
30
  HeadlineWidget.new(headline: 'A professional Cloud CMS built for Ruby on Rails.'),
35
31
  TextWidget.new(text: %{
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0.rc1
4
+ version: 0.41.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Infopark AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-05 00:00:00.000000000 Z
11
+ date: 2015-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable