michael_hintbuble 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.specification CHANGED
@@ -68,14 +68,16 @@ files:
68
68
  - Rakefile
69
69
  - VERSION
70
70
  - generators/michael_hintbuble/michael_hintbuble_generator.rb
71
+ - generators/michael_hintbuble/templates/error_bubble_pointer.png
72
+ - generators/michael_hintbuble/templates/help_bubble_pointer.png
71
73
  - generators/michael_hintbuble/templates/michael_hintbuble.css
72
74
  - generators/michael_hintbuble/templates/michael_hintbuble.js
73
- - generators/michael_hintbuble/templates/michael_hintbuble_pointer.png
74
75
  - init.rb
75
76
  - lib/generators/michael_hintbuble/michael_hintbuble_generator.rb
77
+ - lib/generators/michael_hintbuble/templates/error_bubble_pointer.png
78
+ - lib/generators/michael_hintbuble/templates/help_bubble_pointer.png
76
79
  - lib/generators/michael_hintbuble/templates/michael_hintbuble.css
77
80
  - lib/generators/michael_hintbuble/templates/michael_hintbuble.js
78
- - lib/generators/michael_hintbuble/templates/michael_hintbuble_pointer.png
79
81
  - lib/michael_hintbuble.rb
80
82
  - lib/michael_hintbuble/helpers.rb
81
83
  - michael_hintbuble.gemspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -131,7 +131,7 @@ module Coroutine #:nodoc:
131
131
  end
132
132
  end
133
133
 
134
- js_kv_pairs << "#{js_key}:#{js_value}"
134
+ js_kv_pairs << "'#{js_key}':#{js_value}"
135
135
  end
136
136
 
137
137
  "{#{js_kv_pairs.join(',')}}"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{michael_hintbuble}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Coroutine", "Tim Lowrimore", "John Dugan"]
12
- s.date = %q{2010-10-18}
12
+ s.date = %q{2010-10-19}
13
13
  s.description = %q{Michael HintBuble allows you to generate hint bubbles and tooltips in Rails applications using the same syntax used for rendering templates.}
14
14
  s.email = %q{gems@coroutine.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: michael_hintbuble
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Coroutine
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-10-18 00:00:00 -05:00
20
+ date: 2010-10-19 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency