tinymce-rails 3.4.7.0.1 → 3.4.7.0.2

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,11 @@
1
- Rake::Task['assets:precompile'].enhance do
1
+ if Rake::Task.task_defined?('assets:precompile:primary')
2
+ task = 'assets:precompile:primary'
3
+ else
4
+ # Rails 3.1.0
5
+ task = 'assets:precompile'
6
+ end
7
+
8
+ Rake::Task[task].enhance do
2
9
  assets = File.expand_path(File.dirname(__FILE__) + "/../../assets/precompiled/tinymce")
3
10
  target = File.join(Rails.public_path, Rails.application.config.assets.prefix)
4
11
 
@@ -1,4 +1,4 @@
1
1
  module TinyMCE
2
- VERSION = "3.4.7.0.1"
2
+ VERSION = "3.4.7.0.2"
3
3
  TINYMCE_VERSION = "3.4.7"
4
4
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinymce-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 165
4
+ hash: 163
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 4
9
9
  - 7
10
10
  - 0
11
- - 1
12
- version: 3.4.7.0.1
11
+ - 2
12
+ version: 3.4.7.0.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sam Pohlenz
@@ -17,8 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-01-21 00:00:00 +10:30
21
- default_executable:
20
+ date: 2012-01-31 00:00:00 Z
22
21
  dependencies:
23
22
  - !ruby/object:Gem::Dependency
24
23
  name: railties
@@ -314,7 +313,6 @@ files:
314
313
  - lib/tinymce/railtie.rb
315
314
  - lib/tinymce/version.rb
316
315
  - lib/tinymce-rails.rb
317
- has_rdoc: true
318
316
  homepage:
319
317
  licenses: []
320
318
 
@@ -344,7 +342,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
344
342
  requirements: []
345
343
 
346
344
  rubyforge_project:
347
- rubygems_version: 1.5.3
345
+ rubygems_version: 1.8.10
348
346
  signing_key:
349
347
  specification_version: 3
350
348
  summary: Rails asset pipeline integration for TinyMCE.