tinymce-rails 3.4.7 → 3.4.7.0.1
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/README.md +1 -1
- data/lib/tinymce/version.rb +1 -1
- metadata +56 -29
data/README.md
CHANGED
|
@@ -58,7 +58,7 @@ To use custom plugins or skins, simply add the files to your asset load path so
|
|
|
58
58
|
|
|
59
59
|
For example, a plugin called `mycustomplugin` could have its main JS file at `app/assets/javascripts/tinymce/plugins/mycustomplugin/editor_plugin.js`.
|
|
60
60
|
|
|
61
|
-
Any files with a path beginning with `tinymce/` will be automatically precompiled
|
|
61
|
+
Any files with a path beginning with `tinymce/` will be automatically precompiled.
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
Updating
|
data/lib/tinymce/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,33 +1,49 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinymce-rails
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 165
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 3
|
|
8
|
+
- 4
|
|
9
|
+
- 7
|
|
10
|
+
- 0
|
|
11
|
+
- 1
|
|
12
|
+
version: 3.4.7.0.1
|
|
6
13
|
platform: ruby
|
|
7
|
-
authors:
|
|
14
|
+
authors:
|
|
8
15
|
- Sam Pohlenz
|
|
9
16
|
autorequire:
|
|
10
17
|
bindir: bin
|
|
11
18
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
19
|
+
|
|
20
|
+
date: 2012-01-21 00:00:00 +10:30
|
|
21
|
+
default_executable:
|
|
22
|
+
dependencies:
|
|
23
|
+
- !ruby/object:Gem::Dependency
|
|
15
24
|
name: railties
|
|
16
|
-
|
|
25
|
+
prerelease: false
|
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
27
|
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- -
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
|
|
28
|
+
requirements:
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
hash: 5
|
|
32
|
+
segments:
|
|
33
|
+
- 3
|
|
34
|
+
- 1
|
|
35
|
+
version: "3.1"
|
|
22
36
|
type: :runtime
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
description: Seamlessly integrates TinyMCE into the Rails 3.1 asset pipeline.
|
|
37
|
+
version_requirements: *id001
|
|
38
|
+
description: Seamlessly integrates TinyMCE into the Rails asset pipeline introduced in Rails 3.1.
|
|
26
39
|
email: sam@sampohlenz.com
|
|
27
40
|
executables: []
|
|
41
|
+
|
|
28
42
|
extensions: []
|
|
43
|
+
|
|
29
44
|
extra_rdoc_files: []
|
|
30
|
-
|
|
45
|
+
|
|
46
|
+
files:
|
|
31
47
|
- README.md
|
|
32
48
|
- LICENSE
|
|
33
49
|
- Rakefile
|
|
@@ -298,28 +314,39 @@ files:
|
|
|
298
314
|
- lib/tinymce/railtie.rb
|
|
299
315
|
- lib/tinymce/version.rb
|
|
300
316
|
- lib/tinymce-rails.rb
|
|
317
|
+
has_rdoc: true
|
|
301
318
|
homepage:
|
|
302
319
|
licenses: []
|
|
320
|
+
|
|
303
321
|
post_install_message:
|
|
304
322
|
rdoc_options: []
|
|
305
|
-
|
|
323
|
+
|
|
324
|
+
require_paths:
|
|
306
325
|
- lib
|
|
307
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
326
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
308
327
|
none: false
|
|
309
|
-
requirements:
|
|
310
|
-
- -
|
|
311
|
-
- !ruby/object:Gem::Version
|
|
312
|
-
|
|
313
|
-
|
|
328
|
+
requirements:
|
|
329
|
+
- - ">="
|
|
330
|
+
- !ruby/object:Gem::Version
|
|
331
|
+
hash: 3
|
|
332
|
+
segments:
|
|
333
|
+
- 0
|
|
334
|
+
version: "0"
|
|
335
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
314
336
|
none: false
|
|
315
|
-
requirements:
|
|
316
|
-
- -
|
|
317
|
-
- !ruby/object:Gem::Version
|
|
318
|
-
|
|
337
|
+
requirements:
|
|
338
|
+
- - ">="
|
|
339
|
+
- !ruby/object:Gem::Version
|
|
340
|
+
hash: 3
|
|
341
|
+
segments:
|
|
342
|
+
- 0
|
|
343
|
+
version: "0"
|
|
319
344
|
requirements: []
|
|
345
|
+
|
|
320
346
|
rubyforge_project:
|
|
321
|
-
rubygems_version: 1.
|
|
347
|
+
rubygems_version: 1.5.3
|
|
322
348
|
signing_key:
|
|
323
349
|
specification_version: 3
|
|
324
|
-
summary: Rails
|
|
350
|
+
summary: Rails asset pipeline integration for TinyMCE.
|
|
325
351
|
test_files: []
|
|
352
|
+
|