peteonrails-simple_tooltips 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README CHANGED
@@ -0,0 +1,3 @@
1
+ These are the tooltips I use with Prototype based applications. They don't work
2
+ with jQuery, but there are frankly many better options for jQuery.
3
+
@@ -3,7 +3,7 @@ class TooltipGenerator < Rails::Generator::Base
3
3
  def manifest
4
4
  record do |m|
5
5
  m.file "tooltip.css", "public/stylesheets/tooltip.css"
6
- m.file "tooltip.sass", "public/stylesheets/tooltip.sass"
6
+ m.file "tooltip.sass", "public/stylesheets/sass/tooltip.sass"
7
7
  m.insert_into "app/controllers/application_controller.rb", "helper :tooltip"
8
8
  m.insert_into "app/layouts/application.html.haml", "= yield :javascript"
9
9
  m.readme "INSTRUCTIONS"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peteonrails-simple_tooltips
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Jackson
@@ -30,7 +30,7 @@ files:
30
30
  - generators/templates/tooltip.sass
31
31
  - rails/init.rb
32
32
  - LICENSE
33
- - INSTRUCTIONS
33
+ - generators/INSTRUCTIONS
34
34
  - README
35
35
  has_rdoc: true
36
36
  homepage: