motion-yaml 1.2.1 → 1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/YAMLKit/YKEmitter.h +2 -0
- data/lib/YAMLKit/YKParser.h +1 -1
- data/lib/YAMLKit/libYAMLKit_OSX.a +0 -0
- data/lib/YAMLKit/libYAMLKit_iOS.a +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e733fbc23e184cc50ca125082b3eb0dcfdd42f37
|
4
|
+
data.tar.gz: fdf5c1923e9a172cbfd4b459606bc57fc6d58421
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bd73505e59a55ff2a13ddcb073f0a5f08775f244437f0aa13ef5728e0f7a3b6c3693a75040a71a969ffdfc4b681df09cd15b5b622c5c69907beded71b660d6b
|
7
|
+
data.tar.gz: 5bff3ed38fbca4c37c14f11cb47605525ed01477f9a029b5d7e602ecf589dda7193622f87334239670b919676c01935de6ff82a149b1d62ff29e8115d822df9a
|
data/lib/YAMLKit/YKEmitter.h
CHANGED
data/lib/YAMLKit/YKParser.h
CHANGED
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.
|
4
|
+
version: '1.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: 2014-
|
12
|
+
date: 2014-11-07 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.
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
version: '0'
|
51
51
|
requirements: []
|
52
52
|
rubyforge_project:
|
53
|
-
rubygems_version: 2.
|
53
|
+
rubygems_version: 2.2.2
|
54
54
|
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: motion-yaml provides methods to access "YAML Ain't Markup Language" for RubyMotion
|