valibot 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. data/js/valibot.js +2 -2
  2. metadata +8 -8
@@ -447,7 +447,7 @@ Confirmomat.prototype = {
447
447
 
448
448
  // bad state -> bad state
449
449
  if (this.errorTag != null) {
450
- this.valibot.errorTagTransformer(this.things + " do not match.", this.errorTag, this.valibot, this);
450
+ this.errorTag = this.valibot.errorTagTransformer(this.things + " do not match.", this.errorTag, this.valibot, this);
451
451
 
452
452
  // null state -> bad state
453
453
  } else {
@@ -520,7 +520,7 @@ AgreePeeOh.prototype = {
520
520
 
521
521
  // bad state -> bad state
522
522
  if (this.errorTag != null) {
523
- this.valibot.errorTagTransformer("You must agree to the " + this.things + ".", this.errorTag, this.valibot, this);
523
+ this.errorTag = this.valibot.errorTagTransformer("You must agree to the " + this.things + ".", this.errorTag, this.valibot, this);
524
524
 
525
525
  // null state -> bad state
526
526
  } else {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valibot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-18 00:00:00.000000000Z
12
+ date: 2011-10-02 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dm-core
16
- requirement: &70160716649740 !ruby/object:Gem::Requirement
16
+ requirement: &70330444029300 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70160716649740
24
+ version_requirements: *70330444029300
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: dm-validations
27
- requirement: &70160716649020 !ruby/object:Gem::Requirement
27
+ requirement: &70330444028840 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70160716649020
35
+ version_requirements: *70330444028840
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: sinatra
38
- requirement: &70160716648200 !ruby/object:Gem::Requirement
38
+ requirement: &70330444028380 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 1.1.0
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70160716648200
46
+ version_requirements: *70330444028380
47
47
  description:
48
48
  email:
49
49
  - kenichi.nakamura@gmail.com