phrase_assembler 1.3.4 → 1.3.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.
- data/lib/pa_proxies/pa_token_proxy.rb +1 -1
- metadata +6 -6
|
@@ -40,7 +40,7 @@ class PATokenProxy < PAProxy
|
|
|
40
40
|
add_options.merge!(p_options.options_hash)
|
|
41
41
|
|
|
42
42
|
if add_options[sym_token].nil?
|
|
43
|
-
raise
|
|
43
|
+
raise "No token value for '#{sym_token.inspect}'"
|
|
44
44
|
elsif add_options[sym_token].is_a? Array
|
|
45
45
|
result = add_options[sym_token][p_options.get_current_index(add_options[sym_token])]
|
|
46
46
|
p_options.inc_index(add_options[sym_token])
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phrase_assembler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 5
|
|
10
|
+
version: 1.3.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Lovro \xC5\xBDmak, Radan Skori\xC4\x87, Drap"
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-03-
|
|
18
|
+
date: 2011-03-24 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
requirements: []
|
|
92
92
|
|
|
93
93
|
rubyforge_project: nowarning
|
|
94
|
-
rubygems_version: 1.
|
|
94
|
+
rubygems_version: 1.4.2
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 3
|
|
97
97
|
summary: Gem for building phrases
|