tinymce-rails 3.4.7.0.2 → 3.4.8

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.
@@ -1,4 +1,10 @@
1
1
  module TinyMCE
2
+ def self.base
3
+ [Rails.application.config.action_controller.asset_host,
4
+ ActionController::Base.config.relative_url_root,
5
+ Rails.application.config.assets.prefix, "/tinymce"].compact.join
6
+ end
7
+
2
8
  class Railtie < Rails::Railtie
3
9
  def asset_root
4
10
  File.join(File.dirname(__FILE__), "../../assets")
@@ -1,4 +1,3 @@
1
1
  module TinyMCE
2
- VERSION = "3.4.7.0.2"
3
- TINYMCE_VERSION = "3.4.7"
2
+ VERSION = "3.4.8"
4
3
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinymce-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 163
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 4
9
- - 7
10
- - 0
11
- - 2
12
- version: 3.4.7.0.2
9
+ - 8
10
+ version: 3.4.8
13
11
  platform: ruby
14
12
  authors:
15
13
  - Sam Pohlenz
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2012-01-31 00:00:00 Z
18
+ date: 2012-02-05 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: railties
@@ -348,3 +346,4 @@ specification_version: 3
348
346
  summary: Rails asset pipeline integration for TinyMCE.
349
347
  test_files: []
350
348
 
349
+ has_rdoc: