motion-yaml 1.6.3 → 1.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b541803b8fe9d3140f2351e7279ccdcbf402f03
4
- data.tar.gz: c4379a3313c6502de42f57874866a98a2d65e07f
3
+ metadata.gz: 053a3d7282bf5d4460183b0763410c3fdb2604b0
4
+ data.tar.gz: 31a0f3aad662074972d483d56e628aba2217af0e
5
5
  SHA512:
6
- metadata.gz: 335cc0165250c54157292c8e5b6c6889e41a5413ce1f25b7dbdda7661c1a924da3196cce2efeaede6b9703b429efad992ca6053867f83cf985eef507f5e506a8
7
- data.tar.gz: 7d637105b08f08ff7c8aa61196342e73ed5101131cad6185ea45360ce667010ac20ea370333bc7a7585e02457d91a62ad5370d0bcfea371444c50c5efb07841c
6
+ metadata.gz: 9d61c06624ecd2af066fa8a4111a759bdbfee0a0ad41a2c670c6afc4207758ff1f54cbca294fdf300addb8ea08c27be538207a13467007faa7720cfeb1799995
7
+ data.tar.gz: e130e605b473ff38d3241f48d46cbb7b6a5b8cfdf6950cb687581965ef7ba761617753a7f1ab954a6b1db00c263efaee9b0e447710c0b1c4baaf0e85ff690e46
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.3
4
+ version: 1.6.4
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-10-28 00:00:00.000000000 Z
12
+ date: 2016-11-25 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.
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  requirements: []
55
55
  rubyforge_project:
56
- rubygems_version: 2.5.1
56
+ rubygems_version: 2.5.2
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: motion-yaml provides methods to access "YAML Ain't Markup Language" for RubyMotion
OSZAR »