Skip to content

Commit

Permalink
exclamation.png fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Nov 1, 2009
1 parent 4207d3e commit a1cdcab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
Binary file added public/images/icons/exclamation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/gems/wysihat-engine-0.1.7/.specification
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions vendor/gems/wysihat-engine-0.1.7/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion vendor/gems/wysihat-engine-0.1.7/wysihat-engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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{[email protected]}
s.extra_rdoc_files = [
Expand Down

0 comments on commit a1cdcab

Please sign in to comment.