tkh_content 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.3.1
6
+
7
+ * CKEditor strips formatting from text during pasting
8
+
9
+
5
10
  ## 0.3
6
11
 
7
12
  * Added a comment resource and integrated it with the page show views.
@@ -3,6 +3,7 @@ CKEDITOR.editorConfig = (config) ->
3
3
  config.uiColor = "#AADC6E"
4
4
  config.width = '575'
5
5
  config.height = '450'
6
+ config.forcePasteAsPlainText = true
6
7
 
7
8
  config.toolbar_Pure = [
8
9
  { name: 'styles', items: [ 'Format' ] },
@@ -1,3 +1,3 @@
1
1
  module TkhContent
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_content
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-28 00:00:00.000000000 Z
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -267,7 +267,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
267
267
  version: '0'
268
268
  segments:
269
269
  - 0
270
- hash: 3348047770526547114
270
+ hash: -2565218290423442964
271
271
  required_rubygems_version: !ruby/object:Gem::Requirement
272
272
  none: false
273
273
  requirements:
@@ -276,7 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
276
276
  version: '0'
277
277
  segments:
278
278
  - 0
279
- hash: 3348047770526547114
279
+ hash: -2565218290423442964
280
280
  requirements: []
281
281
  rubyforge_project:
282
282
  rubygems_version: 1.8.23