hobo_ckeditor 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env rake
2
2
  begin
3
- require "bundler/gem_tasks"
3
+ #require "bundler/gem_tasks"
4
4
  require 'bundler/setup'
5
5
  rescue LoadError
6
6
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
@@ -15,7 +15,7 @@ end
15
15
 
16
16
  RDoc::Task.new(:rdoc) do |rdoc|
17
17
  rdoc.rdoc_dir = 'rdoc'
18
- rdoc.title = 'HoboCKEditor'
18
+ rdoc.title = 'HoboCkeditor'
19
19
  rdoc.options << '--line-numbers'
20
20
  rdoc.rdoc_files.include('README.rdoc')
21
21
  rdoc.rdoc_files.include('lib/**/*.rb')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
@@ -1,8 +1,8 @@
1
1
  require 'ckeditor'
2
2
  require 'hobo_fields'
3
3
  require 'hobo_rapid'
4
- require 'hobo_ck_editor'
5
- require 'hobo_ckeditor/types/ck_editor_text'
4
+ require 'hobo_ckeditor'
5
+ require 'hobo_ckeditor/types/ckeditor_text'
6
6
 
7
7
  module HoboCkeditor
8
8
 
@@ -1,4 +1,4 @@
1
- require 'hobo_ck_editor'
1
+ require 'hobo_ckeditor'
2
2
  require 'rails'
3
3
 
4
4
  module HoboCkeditor
@@ -3,7 +3,7 @@ require File.expand_path('../boot', __FILE__)
3
3
  require 'rails/all'
4
4
 
5
5
  Bundler.require
6
- require "hobo_ck_editor"
6
+ require "hobo_ckeditor"
7
7
 
8
8
  module Dummy
9
9
  class Application < Rails::Application
@@ -2,6 +2,6 @@ require 'test_helper'
2
2
 
3
3
  class HoboCkeditorTest < ActiveSupport::TestCase
4
4
  test "truth" do
5
- assert_kind_of Module, HoboCKEditor
5
+ assert_kind_of Module, HoboCkeditor
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ files:
78
78
  - lib/hobo_ck_editor.rb
79
79
  - lib/hobo_ckeditor/railtie.rb
80
80
  - lib/hobo_ckeditor/string.rb
81
- - lib/hobo_ckeditor/types/ck_editor_text.rb
81
+ - lib/hobo_ckeditor/types/ckeditor_text.rb
82
82
  - lib/tasks/hobo_ckeditor_tasks.rake
83
83
  - taglibs/hobo_ckeditor.dryml
84
84
  - taglibs/inputs/input_for_cktext.dryml
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: 176577821033744729
139
+ hash: 2346812241177688189
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements: