soda 1.3.6 → 1.3.7
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/SodaElements.xml +3 -0
- data/lib/SodaFireFox.rb +2 -0
- data/lib/sodainfo.rb +1 -1
- metadata +4 -4
data/lib/SodaElements.xml
CHANGED
|
@@ -129,6 +129,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
129
129
|
<accessor type="boolean">exists</accessor>
|
|
130
130
|
<accessor type="string">cssprop</accessor>
|
|
131
131
|
<accessor type="string">cssvalue</accessor>
|
|
132
|
+
<accessor type="string">append</accessor>
|
|
132
133
|
</soda_attributes>
|
|
133
134
|
</textfield>
|
|
134
135
|
|
|
@@ -153,6 +154,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
153
154
|
<accessor type="boolean">exists</accessor>
|
|
154
155
|
<accessor type="string">cssprop</accessor>
|
|
155
156
|
<accessor type="string">cssvalue</accessor>
|
|
157
|
+
<accessor type="string">append</accessor>
|
|
156
158
|
</soda_attributes>
|
|
157
159
|
</textarea>
|
|
158
160
|
|
|
@@ -765,6 +767,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
765
767
|
<accessor type="boolean">exists</accessor>
|
|
766
768
|
<accessor type="string">cssprop</accessor>
|
|
767
769
|
<accessor type="string">cssvalue</accessor>
|
|
770
|
+
<accessor type="string">append</accessor>
|
|
768
771
|
</soda_attributes>
|
|
769
772
|
</text_field>
|
|
770
773
|
|
data/lib/SodaFireFox.rb
CHANGED
data/lib/sodainfo.rb
CHANGED
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.3.7
|
|
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-04-
|
|
18
|
+
date: 2011-04-13 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: firewatir
|