soda 0.0.1

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.
metadata ADDED
@@ -0,0 +1,114 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: soda
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - Trampus Richmond
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-11-03 00:00:00 -07:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: firewatir
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - "="
28
+ - !ruby/object:Gem::Version
29
+ hash: 1
30
+ segments:
31
+ - 1
32
+ - 6
33
+ - 7
34
+ version: 1.6.7
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ - !ruby/object:Gem::Dependency
38
+ name: libxml-ruby
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
48
+ version: "0"
49
+ type: :runtime
50
+ version_requirements: *id002
51
+ description: This is a wrapper around the watir api for web testing.
52
+ email: trichmond@sugarcrm.com
53
+ executables: []
54
+
55
+ extensions: []
56
+
57
+ extra_rdoc_files: []
58
+
59
+ files:
60
+ - lib/SodaReportSummery.rb
61
+ - lib/SodaCSV.rb
62
+ - lib/soda.rb
63
+ - lib/SodaXML.rb
64
+ - lib/SodaUtils.rb
65
+ - lib/SodaTestCheck.rb
66
+ - lib/FieldUtils.rb
67
+ - lib/Soda.rb
68
+ - lib/SodaFireFox.rb
69
+ - lib/SodaReporter.rb
70
+ - lib/SodaLogReporter.rb
71
+ - lib/utils/sodalookups.rb
72
+ - lib/fields/SelectField.rb
73
+ - lib/fields/TextField.rb
74
+ - lib/fields/LiField.rb
75
+ - lib/fields/FileField.rb
76
+ - lib/fields/SodaField.rb
77
+ - lib/fields/RadioField.rb
78
+ - lib/fields/CheckBoxField.rb
79
+ has_rdoc: true
80
+ homepage: http://www.github.com/sugarcrm/SODA
81
+ licenses: []
82
+
83
+ post_install_message:
84
+ rdoc_options: []
85
+
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ hash: 3
94
+ segments:
95
+ - 0
96
+ version: "0"
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ none: false
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ hash: 3
103
+ segments:
104
+ - 0
105
+ version: "0"
106
+ requirements: []
107
+
108
+ rubyforge_project: Soda
109
+ rubygems_version: 1.3.7
110
+ signing_key:
111
+ specification_version: 3
112
+ summary: SODA is an XML based testing framework leveraging Watir.
113
+ test_files: []
114
+