comfortable_mexican_sofa 1.0.31 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ begin
14
14
  gem.summary = 'ComfortableMexicanSofa is a Rails Engine CMS gem'
15
15
  gem.description = ''
16
16
  gem.email = 'oleg@theworkinggroup.ca'
17
- gem.homepage = 'http://github.com/theworkinggroup/comfortable-mexican-sofa'
17
+ gem.homepage = 'http://github.com/twg/comfortable-mexican-sofa'
18
18
  gem.authors = ['Oleg Khabarov', 'The Working Group Inc']
19
19
  gem.add_dependency('rails', '>=3.0.1')
20
20
  gem.add_dependency('active_link_to', '>=0.0.6')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.31
1
+ 1.0.32
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{comfortable_mexican_sofa}
8
- s.version = "1.0.31"
8
+ s.version = "1.0.32"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Oleg Khabarov", "The Working Group Inc"]
@@ -217,7 +217,7 @@ Gem::Specification.new do |s|
217
217
  "test/unit/cms_upload_test.rb",
218
218
  "test/unit/view_methods_test.rb"
219
219
  ]
220
- s.homepage = %q{http://github.com/theworkinggroup/comfortable-mexican-sofa}
220
+ s.homepage = %q{http://github.com/twg/comfortable-mexican-sofa}
221
221
  s.rdoc_options = ["--charset=UTF-8"]
222
222
  s.require_paths = ["lib"]
223
223
  s.rubygems_version = %q{1.3.7}
@@ -52,7 +52,8 @@ $.CMS = function(){
52
52
  $('.form_element.cms_tag_page_rich_text textarea').tinymce({
53
53
  theme : "advanced",
54
54
  plugins: "",
55
- theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,code",
55
+ theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp",
56
+ theme_advanced_buttons1 : "formatselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,link,unlink,anchor,image,|,code",
56
57
  theme_advanced_buttons2 : "",
57
58
  theme_advanced_buttons3 : "",
58
59
  theme_advanced_buttons4 : "",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfortable_mexican_sofa
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41
4
+ hash: 87
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 31
10
- version: 1.0.31
9
+ - 32
10
+ version: 1.0.32
11
11
  platform: ruby
12
12
  authors:
13
13
  - Oleg Khabarov
@@ -277,7 +277,7 @@ files:
277
277
  - test/unit/cms_upload_test.rb
278
278
  - test/unit/view_methods_test.rb
279
279
  has_rdoc: true
280
- homepage: http://github.com/theworkinggroup/comfortable-mexican-sofa
280
+ homepage: http://github.com/twg/comfortable-mexican-sofa
281
281
  licenses: []
282
282
 
283
283
  post_install_message: