motion-yaml 1.6.2 → 1.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baa4544443b52c9a587195e17bd253e13124922e
4
- data.tar.gz: 6a1b5278d5f316975eecc5239d5a082d85e61302
3
+ metadata.gz: 4b541803b8fe9d3140f2351e7279ccdcbf402f03
4
+ data.tar.gz: c4379a3313c6502de42f57874866a98a2d65e07f
5
5
  SHA512:
6
- metadata.gz: 4c378d214922079ace8ad751f701e04ddabec34d83fc4daf35eaefc34cb680e2199e6199dc5f8f6a6f9380ce61de4760fc6a1a878fc8da6c2f6c7335ae8ba978
7
- data.tar.gz: f19aaf18fc34284308d05d3f57ddabc9f8586c0666df42f2c5ac2b6677021bd0ba423284b698086429aad61caf1611fdf626268da41c0b61185484f5adaee6d5
6
+ metadata.gz: 335cc0165250c54157292c8e5b6c6889e41a5413ce1f25b7dbdda7661c1a924da3196cce2efeaede6b9703b429efad992ca6053867f83cf985eef507f5e506a8
7
+ data.tar.gz: 7d637105b08f08ff7c8aa61196342e73ed5101131cad6185ea45360ce667010ac20ea370333bc7a7585e02457d91a62ad5370d0bcfea371444c50c5efb07841c
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # motion-yaml
2
2
 
3
+ [![Build Status](https://travis-ci.org/HipByte/motion-yaml.svg?branch=master)](https://travis-ci.org/HipByte/motion-yaml)
4
+
3
5
  motion-yaml provides methods to access "YAML Ain't Markup Language" for RubyMotion projects.
4
6
 
5
7
  ## Requirements
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Sansonetti
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-22 00:00:00.000000000 Z
12
+ date: 2016-10-28 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: motion-yaml provides methods to access "YAML Ain't Markup Language" for
15
15
  RubyMotion projects.