whowish_word 0.2.3 → 0.2.5

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.
@@ -44,7 +44,7 @@ whowishWordHelper.editIconPanelRepositioning = function() {
44
44
  var pos = $w(elem).position();
45
45
  var marginLeft = $w(elem).margin().left;
46
46
  var marginTop = $w(elem).margin().top;
47
- var outdent = 1;
47
+ var outdent = 10;
48
48
 
49
49
  $w('#' + this.editIconPanelId).css('position', 'absolute')
50
50
  .css('left', (pos.left - outdent + marginLeft) + 'px')
@@ -73,7 +73,7 @@ module WhowishWord
73
73
 
74
74
  else
75
75
 
76
- content = word_id
76
+ content = "#{id}(#{locale})"
77
77
 
78
78
  if variables.length > 0
79
79
  content_params = []
data/whowish_word.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "whowish_word"
6
- s.version = "0.2.3"
6
+ s.version = "0.2.5"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Tanin Na Nakorn"]
9
9
  s.email = ["tanin47@yahoo.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whowish_word
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-09 00:00:00.000000000Z
12
+ date: 2011-10-21 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: A Rails gem that make static content editable
15
15
  email: