whowish_word 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ var whowishWordVariables = {
9
9
  whowishWordVariables.attributeValuePattern = new RegExp("^__whowishWord__" +
10
10
  whowishWordVariables.separator +
11
11
  "(.+)" +
12
- whowishWordVariables.separator + "(.+)");
12
+ whowishWordVariables.separator + "(.*)");
13
13
 
14
14
  whowishWordVariables.whowishWordIdPattern = new RegExp("([^\|]+)(\|(.*))?");
15
15
 
@@ -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.5.1"
6
+ s.version = "0.5.2"
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.5.1
4
+ version: 0.5.2
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: 2012-06-19 00:00:00.000000000 Z
12
+ date: 2012-06-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Inline internationlization for Rails 3.2.*
15
15
  email: