whowish_word 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- WhowishWord - A Rails framework for wording
1
+ WhowishWord - A wording framework for Rails
2
2
  ====================
3
3
 
4
4
  Have you ever been bored when a project manager (or marketing department) keeps changing wording on a website?
@@ -63,7 +63,7 @@
63
63
 
64
64
  $w('#whowishWordDialog').css({
65
65
  left: (($w(window).width() - $w('#whowishWordDialog').width()) / 2) + 'px',
66
- top: (($w(window).height() - $w('#whowishWordDialog').height()) / 2) + 'px'
66
+ top: ($w(window).scrollTop() + ($w(window).height() - $w('#whowishWordDialog').height()) / 2) + 'px'
67
67
  });
68
68
 
69
69
 
data/whowish_word.gemspec CHANGED
@@ -3,13 +3,13 @@ $:.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.1.5"
6
+ s.version = "0.1.6"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Tanin Na Nakorn"]
9
9
  s.email = ["tanin47@yahoo.com"]
10
10
  s.homepage = "http://github.com/tanin47/whowish_word"
11
11
  s.summary = %q{WhowishWord}
12
- s.description = %q{Simple process to change Website's wording}
12
+ s.description = %q{A wording framework for Rails}
13
13
 
14
14
  s.rubyforge_project = "whowish_word"
15
15
 
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.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-09-26 00:00:00.000000000Z
13
13
  dependencies: []
14
- description: Simple process to change Website's wording
14
+ description: A wording framework for Rails
15
15
  email:
16
16
  - tanin47@yahoo.com
17
17
  executables: []