radiant-filter_toolbars-extension 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -15,20 +15,20 @@ If the Clipped asset manager extension is installed then the image button will l
|
|
15
15
|
|
16
16
|
This has only been tested on Radiant v1.0.0 +
|
17
17
|
|
18
|
-
|
18
|
+
Add the gem to your Gemfile :
|
19
19
|
|
20
20
|
```
|
21
|
-
gem
|
21
|
+
gem "radiant-filter_toolbars-extension", "~> 1.0.3"
|
22
22
|
```
|
23
23
|
|
24
|
-
|
24
|
+
Update your bundle :
|
25
25
|
|
26
26
|
```
|
27
|
-
|
27
|
+
$ bundle install
|
28
28
|
```
|
29
29
|
|
30
30
|
Run the update task :
|
31
31
|
|
32
32
|
```
|
33
|
-
rake radiant:extensions:
|
33
|
+
rake radiant:extensions:update_all
|
34
34
|
```
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module RadiantFilterToolbarsExtension
|
2
|
-
VERSION = '1.0.
|
2
|
+
VERSION = '1.0.3'
|
3
3
|
SUMMARY = %q{WYSIWYG Toolbar for Radiant CMS}
|
4
4
|
DESCRIPTION = %q{Adds a WYSIWYG toolbar for the textile and markdown filters.}
|
5
5
|
URL = "https://github.com/jsntv200/radiant-filter_toolbars-extension"
|
@@ -21,9 +21,4 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.files = Dir['**/*'] - ignores
|
22
22
|
s.test_files = Dir['test/**/*','spec/**/*','features/**/*'] - ignores
|
23
23
|
s.require_paths = ["lib"]
|
24
|
-
|
25
|
-
s.post_install_message = %{
|
26
|
-
Add this to your radiant project with:
|
27
|
-
config.gem 'radiant-filter_toolbars-extension', :version => '~>#{RadiantFilterToolbarsExtension::VERSION}'
|
28
|
-
}
|
29
24
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-filter_toolbars-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 3
|
10
|
+
version: 1.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jason Taylor
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-08-
|
18
|
+
date: 2011-08-19 00:00:00 +10:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -52,7 +52,7 @@ has_rdoc: true
|
|
52
52
|
homepage: https://github.com/jsntv200/radiant-filter_toolbars-extension
|
53
53
|
licenses: []
|
54
54
|
|
55
|
-
post_install_message:
|
55
|
+
post_install_message:
|
56
56
|
rdoc_options: []
|
57
57
|
|
58
58
|
require_paths:
|