From a1cdcab6b23f72b7f56d81a93cce38197ea51997 Mon Sep 17 00:00:00 2001 From: jeffkreeftmeijer Date: Sun, 1 Nov 2009 20:59:50 +0100 Subject: [PATCH] exclamation.png fix --- public/images/icons/exclamation.png | Bin 0 -> 701 bytes vendor/gems/wysihat-engine-0.1.7/.specification | 2 +- vendor/gems/wysihat-engine-0.1.7/CHANGELOG | 4 ++++ .../generators/wysihat/wysihat_generator.rb | 3 ++- .../wysihat-engine-0.1.7/wysihat-engine.gemspec | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 public/images/icons/exclamation.png diff --git a/public/images/icons/exclamation.png b/public/images/icons/exclamation.png new file mode 100644 index 0000000000000000000000000000000000000000..c37bd062e60c3b38fc82e4d1f236a8ac2fae9d8c GIT binary patch literal 701 zcmV;u0z&N#0$9Ug7g~-`rQ^qx~m@y2OU8A z#zh~=7n#Z$Z*fx-GOtDf07cgx0suCz_W(2~Y(0tf@FX@P6EPuM_dgn$vj9LucO)%W zw%HgMW>=#oL>nZ>M&NEf08>)#)k<{$fCT_r>rPi=BV=hFh6WS^qqze>C6Ek}o{M5% za|@JGowu0t{&hgNzySHZxy@LTNh);YzZ2zSp_ zl$^T&Dnc|NLb&RD_!4>pt@VHdP)ZGER%5ZmWEe$lryR&y;2u^3cOkO4#6c%-(EY6a{600000NkvXXu0mjfxS2AI literal 0 HcmV?d00001 diff --git a/vendor/gems/wysihat-engine-0.1.7/.specification b/vendor/gems/wysihat-engine-0.1.7/.specification index fec428f..1f135b8 100644 --- a/vendor/gems/wysihat-engine-0.1.7/.specification +++ b/vendor/gems/wysihat-engine-0.1.7/.specification @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2009-10-28 00:00:00 +01:00 +date: 2009-11-01 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency diff --git a/vendor/gems/wysihat-engine-0.1.7/CHANGELOG b/vendor/gems/wysihat-engine-0.1.7/CHANGELOG index 40de7f8..7a9e42f 100644 --- a/vendor/gems/wysihat-engine-0.1.7/CHANGELOG +++ b/vendor/gems/wysihat-engine-0.1.7/CHANGELOG @@ -1,7 +1,11 @@ +0.1.7 (November 1st, 2009) - Jeff Kreeftmeijer +* added the exclamation.png icon back in the generator. + 0.1.7 (October 28th, 2009) - Jeff Kreeftmeijer * fixed a bug in the generator; it copied "loading.gif" to "loading.png". Thanks Eric! * two functions in the rakefile were called cssify. One should've been called sassify. fixed :) * added "render :layout => false" to WysihatFilesController#index +* put the "exclamation.png" icon back. Was pretty useful after all. 0.1.7 (October 27th, 2009) - Jeff Kreeftmeijer * put the facebox images & icons in a subdir diff --git a/vendor/gems/wysihat-engine-0.1.7/generators/wysihat/wysihat_generator.rb b/vendor/gems/wysihat-engine-0.1.7/generators/wysihat/wysihat_generator.rb index 5ace11f..792afed 100644 --- a/vendor/gems/wysihat-engine-0.1.7/generators/wysihat/wysihat_generator.rb +++ b/vendor/gems/wysihat-engine-0.1.7/generators/wysihat/wysihat_generator.rb @@ -41,7 +41,8 @@ def manifest m.directory 'public/images/icons' m.file 'images/icons/arrow_redo.png', 'public/images/icons/arrow_redo.png' - m.file 'images/icons/arrow_undo.png', 'public/images/icons/arrow_undo.png' + m.file 'images/icons/arrow_undo.png', 'public/images/icons/arrow_undo.png' + m.file 'images/icons/exclamation.png', 'public/images/icons/exclamation.png' m.file 'images/icons/image.png', 'public/images/icons/image.png' m.file 'images/icons/link.png', 'public/images/icons/link.png' m.file 'images/icons/page_code.png', 'public/images/icons/page_code.png' diff --git a/vendor/gems/wysihat-engine-0.1.7/wysihat-engine.gemspec b/vendor/gems/wysihat-engine-0.1.7/wysihat-engine.gemspec index ac0fb02..6cd0a01 100644 --- a/vendor/gems/wysihat-engine-0.1.7/wysihat-engine.gemspec +++ b/vendor/gems/wysihat-engine-0.1.7/wysihat-engine.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jeff Kreeftmeijer"] - s.date = %q{2009-10-28} + s.date = %q{2009-11-01} s.description = %q{A Rails engine to help integrate the 37signals WyshiHat rich text editor to your application.} s.email = %q{jeff@80beans.com} s.extra_rdoc_files = [