motion-yaml 1.6 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f48027cb7cf8b3218ba0fc63f56c0bfa86c23d5
4
- data.tar.gz: f633977f9c289bb2c298b1dde6115d28cf006332
3
+ metadata.gz: d9043a46cbda8c06c035793a6b079a5356515161
4
+ data.tar.gz: bcd3d2b13737cd307c537227d0fcd84cf4efc6f0
5
5
  SHA512:
6
- metadata.gz: f73ed73b517bda3f57a13a1f7493bd4e77a5bf45a74fd1ddf43c5569b52916958216ef80888d0ca984029e01b0b074c7ca120df5723a351b70483bc1c2856f79
7
- data.tar.gz: cd1aff7a239758ea4b3c3c150d274b26efe97470f3ea59a1bfc7f4a6984397c4cbc276c49852c326e3c0247d5301fbd1e0f5e7d4d36f7026dee34925f5edfb58
6
+ metadata.gz: d2db53ab8f9cd54eb304628e0a96af83c49d389a33d14ce51eb14eb616aabcab8847950a1db44d15a9572d829fe20eedf9a9bfd4d3e6b2aa6880424b80985c18
7
+ data.tar.gz: 4b48acfa3129d1fe80313a843e8fafd18b93e2820472e3dfee252dadc9c183c04c7909be748ce14628b00aaa9fc9adbec564e260c5946576914fed50b02f7db0
@@ -13,6 +13,7 @@
13
13
  NSMutableData *buffer;
14
14
  BOOL usesExplicitDelimiters;
15
15
  NSStringEncoding encoding;
16
+ id scanner;
16
17
  }
17
18
 
18
19
  - (void)setUnicode:(BOOL)unicode;
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'
4
+ version: 1.6.1
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: 2015-11-10 00:00:00.000000000 Z
12
+ date: 2016-01-06 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.