fullstack-ckeditor.gemspec in fullstack-ckeditor-0.1.2 vs fullstack-ckeditor.gemspec in fullstack-ckeditor-0.1.3

- old
+ new

@@ -3,74 +3,59 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "fullstack-ckeditor" - s.version = "0.1.2" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["mcasimir"] - s.date = "2013-01-22" + s.date = "2013-01-23" s.description = "ckeditor gem for fullstack-admin" s.email = "maurizio.cas@gmail.com" s.extra_rdoc_files = [ "README.md" ] s.files = [ "Gemfile", "Gemfile.lock", "README.md", "Rakefile", + "TODO.tasks", "VERSION", "app/assets/javascripts/fullstack/ckeditor.js.coffee", - "app/controllers/ckeditor/application_controller.rb", - "app/controllers/ckeditor/attachment_files_controller.rb", - "app/controllers/ckeditor/pictures_controller.rb", + "app/controllers/admin/ckeditor/assets_controller.rb", + "app/controllers/admin/ckeditor/attachments_controller.rb", + "app/controllers/admin/ckeditor/pictures_controller.rb", "app/inputs/markup_input.rb", - "app/models/ckeditor/asset.rb", - "app/models/ckeditor/attachment_file.rb", - "app/models/ckeditor/picture.rb", + "app/views/admin/ckeditor/attachments/index.html.erb", + "app/views/admin/ckeditor/pictures/_picture.html.erb", + "app/views/admin/ckeditor/pictures/create.js.coffee", + "app/views/admin/ckeditor/pictures/destroy.js.coffee", + "app/views/admin/ckeditor/pictures/index.html.erb", + "config/locales/cs.ckeditor.yml", + "config/locales/de.ckeditor.yml", + "config/locales/el-GR.cdkeditor.yml", + "config/locales/en.ckeditor.yml", + "config/locales/es.ckeditor.yml", + "config/locales/fr.ckeditor.yml", + "config/locales/it.ckeditor.yml", + "config/locales/nl.ckeditor.yml", + "config/locales/pl.ckeditor.yml", + "config/locales/pt-BR.ckeditor.yml", + "config/locales/ru.ckeditor.yml", + "config/locales/sv-SE.ckeditor.yml", + "config/locales/uk.ckeditor.yml", + "config/locales/zh-CN.ckeditor.yml", "config/routes.rb", "fullstack-ckeditor.gemspec", "lib/fullstack-ckeditor.rb", "lib/fullstack/ckeditor.rb", "lib/fullstack/ckeditor/engine.rb", "lib/generators/fullstack/ckeditor/install_generator.rb", "lib/generators/fullstack/ckeditor/templates/ckeditor/ckeditor.js", "lib/generators/fullstack/ckeditor/templates/ckeditor/config.js", "lib/generators/fullstack/ckeditor/templates/ckeditor/contents.css", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/gal_add.jpg", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/gal_add.png", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/gal_del.png", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/gal_more.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/preloader.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/avi.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/doc.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/docx.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/exe.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/gz.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/htm.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/jpg.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/mp3.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/mpg.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/pdf.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/psd.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/rar.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/swf.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/tar.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/txt.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/unknown.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/wmv.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/xls.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/xlsx.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/images/thumbs/zip.gif", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/javascripts/application.js", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/javascripts/fileuploader.js", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/javascripts/jquery.min.js", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/javascripts/jquery.tmpl.min.js", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/javascripts/rails.js", - "lib/generators/fullstack/ckeditor/templates/ckeditor/filebrowser/stylesheets/uploader.css", "lib/generators/fullstack/ckeditor/templates/ckeditor/lang/af.js", "lib/generators/fullstack/ckeditor/templates/ckeditor/lang/ar.js", "lib/generators/fullstack/ckeditor/templates/ckeditor/lang/bg.js", "lib/generators/fullstack/ckeditor/templates/ckeditor/lang/bn.js", "lib/generators/fullstack/ckeditor/templates/ckeditor/lang/bs.js",