motion-yaml 1.4 → 1.4.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: eaa1112fa7461f9a15b4dcb8516be4c0b07f7b3b
4
- data.tar.gz: 450a8c5ae23e5574ca8b1b3b5c974ded72d29d0b
3
+ metadata.gz: 19a2081141fef5d024280d4075652a21d79d8327
4
+ data.tar.gz: 3bd4e9908648cc53c289497b4df9fb92b70d4f7e
5
5
  SHA512:
6
- metadata.gz: 219fe385067d85407b33f362f1f9160db847a66c744693b136ece0ba39afe5769a0febfcd96b12601276a0115aa0944602a603dea346ec8fdfb277c9715547c6
7
- data.tar.gz: 5b179dc8ddc1416ac4ca85ea7271261bda6de32da745eda1009f1df22a4c7e173913bdc7e9ca5d5a0dd550b80f8c66976985dcd2c86329d1dc27aeeeb897aa17
6
+ metadata.gz: 7beb984784407c6e19de196272f0cedac46cf1f08603e4551aa5099f3cbf26e7dabac22819b8569b9c6aabb8694c5049d0df2fe785bca893487174a0933e0bac
7
+ data.tar.gz: fa6624f6fbe49f721ff37b9b1f89f1dd4dfa81f435c8f1cebf77843c8f402a3b6ae481477f9ede4e9b0ede30ac2e8a66adb608724a4970a7e6a57789140beb0f
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- NSString *YKErrorDomain = @"YKErrorDomain";
12
+ NSString *YKErrorDomain = @"YKErrorDomain";
13
13
  const NSString *YKProblemValueKey = @"YKProblemValue";
14
14
  const NSString *YKProblemOffsetKey = @"YKProblemOffset";
15
15
  const NSString *YKProblemIndexKey = @"YKProblemIndex";
@@ -11,8 +11,8 @@
11
11
  @interface YKEmitter : NSObject {
12
12
  yaml_emitter_t emitter;
13
13
  NSMutableData *buffer;
14
- BOOL usesExplicitDelimiters;
15
- NSStringEncoding encoding;
14
+ BOOL usesExplicitDelimiters;
15
+ NSStringEncoding encoding;
16
16
  }
17
17
 
18
18
  - (void)setUnicode:(BOOL)unicode;
@@ -24,5 +24,4 @@
24
24
  @property(assign) BOOL usesExplicitDelimiters;
25
25
  @property(assign) NSStringEncoding encoding;
26
26
 
27
-
28
27
  @end
@@ -9,9 +9,9 @@
9
9
  #import "yaml.h"
10
10
 
11
11
  @interface YKParser : NSObject {
12
- BOOL readyToParse;
12
+ BOOL readyToParse;
13
13
  FILE* fileInput;
14
- NSData *bufferInput;
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.4'
4
+ version: 1.4.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: 2014-12-20 00:00:00.000000000 Z
12
+ date: 2015-07-05 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.4.5
53
+ rubygems_version: 2.4.8
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