fesplugas-typus 0.9.13 → 0.9.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.13
1
+ 0.9.14
@@ -39,8 +39,6 @@ class Admin::MasterController < ApplicationController
39
39
  before_filter :set_tiny_mce,
40
40
  :only => [ :new, :edit, :create, :update ]
41
41
 
42
- helper_method :tiny_mce_plugin_installed?
43
-
44
42
  ##
45
43
  # This is the main index of the model. With filters, conditions
46
44
  # and more.
@@ -351,8 +349,4 @@ private
351
349
  redirect_to path
352
350
  end
353
351
 
354
- def tiny_mce_plugin_installed?
355
- defined?(TinyMCE)
356
- end
357
-
358
352
  end
@@ -185,4 +185,8 @@ module TypusHelper
185
185
 
186
186
  end
187
187
 
188
+ def tiny_mce_plugin_installed?
189
+ defined?(TinyMCE)
190
+ end
191
+
188
192
  end
data/typus.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{typus}
5
- s.version = "0.9.13"
5
+ s.version = "0.9.14"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Francesc Esplugas"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fesplugas-typus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.13
4
+ version: 0.9.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Esplugas