radiant-filter_toolbars-extension 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module RadiantFilterToolbarsExtension
2
- VERSION = '0.5.0'
2
+ VERSION = '0.6.0'
3
3
  SUMMARY = 'WYSIWYG Toolbar for Radiant CMS'
4
4
  DESCRIPTION = 'Adds a WYSIWYG toolbar for the textile and markdown filters.'
5
5
  HOMEPAGE = 'https://github.com/jsntv200/radiant-filter_toolbars-extension'
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "radiant_filter_toolbars_extension"
3
+ require "radiant-filter_toolbars-extension"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.platform = Gem::Platform::RUBY
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: 11
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 5
8
+ - 6
9
9
  - 0
10
- version: 0.5.0
10
+ version: 0.6.0
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-06-10 00:00:00 +10:00
18
+ date: 2011-06-11 00:00:00 +10:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -33,8 +33,8 @@ files:
33
33
  - features/support/env.rb
34
34
  - features/support/paths.rb
35
35
  - filter_toolbars_extension.rb
36
+ - lib/radiant-filter_toolbars-extension.rb
36
37
  - lib/radiant_filter_toolbars_extension/controllers/admin/pages_controller.rb
37
- - lib/radiant_filter_toolbars_extension.rb
38
38
  - lib/tasks/filter_toolbars_extension_tasks.rake
39
39
  - public/images/admin/filter_toolbars/icons.gif
40
40
  - public/javascripts/admin/filter_toolbars/control/livepipe.js
@@ -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: "\n Add this to your radiant project with:\n config.gem 'radiant-filter_toolbars-extension', :version => '~>0.5.0'\n "
55
+ post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-filter_toolbars-extension', :version => '~>0.6.0'\n "
56
56
  rdoc_options: []
57
57
 
58
58
  require_paths:
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  requirements: []
79
79
 
80
80
  rubyforge_project:
81
- rubygems_version: 1.5.0
81
+ rubygems_version: 1.6.2
82
82
  signing_key:
83
83
  specification_version: 3
84
84
  summary: WYSIWYG Toolbar for Radiant CMS