soda 1.1.19 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,7 +87,12 @@ class SodaTestCheck
87
87
  return false
88
88
  end
89
89
 
90
- return true
90
+ CheckTest(sodadata, elements_data)
91
+ if ($ERROR_COUNT > 0)
92
+ return false
93
+ else
94
+ return true
95
+ end
91
96
  end
92
97
  public :Check
93
98
 
@@ -307,6 +312,9 @@ class SodaTestCheck
307
312
 
308
313
  end
309
314
  end
315
+
316
+ return $ERROR_COUNT
317
+
310
318
  end
311
319
  private :CheckTest
312
320
 
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.1.19"
3
+ SODA_GEM_VERSION = "1.2.0"
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 1
9
- - 19
10
- version: 1.1.19
8
+ - 2
9
+ - 0
10
+ version: 1.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-08 00:00:00 -08:00
18
+ date: 2011-03-16 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency