soda 1.2.2 → 1.2.3

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/SodaElements.xml +8 -0
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +3 -3
data/lib/SodaElements.xml CHANGED
@@ -390,6 +390,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
390
390
 
391
391
  <soda_attributes>
392
392
  <accessor type="string">jscriptevent</accessor>
393
+ <accessor type="boolean">click</accessor>
393
394
  </soda_attributes>
394
395
  </row>
395
396
 
@@ -422,6 +423,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
422
423
  <accessor type="boolean">required</accessor>
423
424
  <accessor type="boolean">exist</accessor>
424
425
  <accessor type="string">jscriptevent</accessor>
426
+ <accessor type="boolean">click</accessor>
425
427
  </soda_attributes>
426
428
  </table>
427
429
 
@@ -732,5 +734,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
732
734
  <accessor type="string">assert</accessor>
733
735
  </soda_attributes>
734
736
  </assert>
737
+
738
+ <javascript>
739
+ </javascript>
740
+
741
+ <ruby>
742
+ </ruby>
735
743
  </soda>
736
744
 
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.2.2"
3
+ SODA_GEM_VERSION = "1.2.3"
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 2
10
- version: 1.2.2
9
+ - 3
10
+ version: 1.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond