soda 1.1.1 → 1.1.2

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 (3) hide show
  1. data/lib/Soda.rb +2 -2
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +4 -4
data/lib/Soda.rb CHANGED
@@ -112,8 +112,8 @@ class Soda
112
112
  @restart_test_running = false
113
113
  @FAILEDTESTS = []
114
114
  @vars = Hash.new
115
- blocked_file_list = "scripts/sugarcrm/modules/blockScriptList.xml"
116
- whitelist_file = "scripts/sugarcrm/modules/whitelist.xml"
115
+ blocked_file_list = "tests/modules/blockScriptList.xml"
116
+ whitelist_file = "tests/modules/whitelist.xml"
117
117
  result = nil
118
118
  sigs = [
119
119
  "INT",
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.1.1"
3
+ SODA_GEM_VERSION = "1.1.2"
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
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-02-17 00:00:00 -08:00
18
+ date: 2011-02-23 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency