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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4f00677248fb0cdcc9af3a84b734703247b16bf
4
- data.tar.gz: 60be3b4a8c0024009c5483b92ea1a6c60ab81301
3
+ metadata.gz: e733fbc23e184cc50ca125082b3eb0dcfdd42f37
4
+ data.tar.gz: fdf5c1923e9a172cbfd4b459606bc57fc6d58421
5
5
  SHA512:
6
- metadata.gz: 3c5e4d00bb4a3473c53c01e76a1053b5f84cc04b6b2f67a8f7b29f0603fc066183accc7e5c24a9c4371dccf6547d5f44e23a8064d87a5f804e92ad43a630230e
7
- data.tar.gz: a343a6f4ed15e3df1e461c05403a1656064927a0e70f832dbfaa0a51e801217ff7a98756174d413a60e4d95b90e82bf225f4c8184ee2fdf9d17a5ed571970bf6
6
+ metadata.gz: 7bd73505e59a55ff2a13ddcb073f0a5f08775f244437f0aa13ef5728e0f7a3b6c3693a75040a71a969ffdfc4b681df09cd15b5b622c5c69907beded71b660d6b
7
+ data.tar.gz: 5bff3ed38fbca4c37c14f11cb47605525ed01477f9a029b5d7e602ecf589dda7193622f87334239670b919676c01935de6ff82a149b1d62ff29e8115d822df9a
@@ -15,6 +15,8 @@
15
15
  NSStringEncoding encoding;
16
16
  }
17
17
 
18
+ - (void)setUnicode:(BOOL)unicode;
19
+
18
20
  - (void)emitItem:(id)item;
19
21
  - (NSString *)emittedString;
20
22
  - (NSData *)emittedData;
@@ -11,7 +11,7 @@
11
11
  @interface YKParser : NSObject {
12
12
  BOOL readyToParse;
13
13
  FILE* fileInput;
14
- const char *stringInput;
14
+ NSData *bufferInput;
15
15
  yaml_parser_t parser;
16
16
  }
17
17
 
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.2.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-08-10 00:00:00.000000000 Z
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.3.0
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