soda 1.2.3 → 1.2.4
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 +7 -0
- data/lib/sodainfo.rb +1 -1
- metadata +3 -3
data/lib/SodaElements.xml
CHANGED
|
@@ -736,9 +736,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
736
736
|
</assert>
|
|
737
737
|
|
|
738
738
|
<javascript>
|
|
739
|
+
<soda_attributes>
|
|
740
|
+
<accessor type="string">content</accessor>
|
|
741
|
+
</soda_attributes>
|
|
739
742
|
</javascript>
|
|
740
743
|
|
|
741
744
|
<ruby>
|
|
745
|
+
<soda_attributes>
|
|
746
|
+
<accessor type="string">content</accessor>
|
|
747
|
+
</soda_attributes>
|
|
742
748
|
</ruby>
|
|
749
|
+
|
|
743
750
|
</soda>
|
|
744
751
|
|
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: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.2.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Trampus Richmond
|