adva-markup 0.0.13 → 0.0.14

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.
@@ -0,0 +1,11 @@
1
+ class AdvaMarkupAddColumns < ActiveRecord::Migration
2
+ def self.up
3
+ add_column :contents, :filter, :string
4
+ add_column :contents, :body_html, :text
5
+ end
6
+
7
+ def self.down
8
+ drop_column :contents, :body_html
9
+ drop_column :contents, :filter
10
+ end
11
+ end
@@ -1,3 +1,3 @@
1
1
  module AdvaMarkup
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-markup
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-29 00:00:00 Z
18
+ date: 2012-02-27 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: adva-core
@@ -76,6 +76,7 @@ files:
76
76
  - config/locales/en.yml
77
77
  - config/redirects.rb
78
78
  - config/routes.rb
79
+ - db/migrate/20101007000500_adva_markup_add_columns.rb
79
80
  - lib/adva/markup/action_controller.rb
80
81
  - lib/adva/markup/active_record.rb
81
82
  - lib/adva/markup.rb
@@ -110,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
111
  requirements: []
111
112
 
112
113
  rubyforge_project: "[none]"
113
- rubygems_version: 1.8.6
114
+ rubygems_version: 1.8.10
114
115
  signing_key:
115
116
  specification_version: 3
116
117
  summary: Markup engine for adva-cms2