motion-yaml 1.1 → 1.2

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: 54a38d729fd3119b062d82b6106f37f7070039e7
4
- data.tar.gz: dd04037a26ba265befdac3c605d70870887840ca
3
+ metadata.gz: ad07686e297096a733a92d4f34e04b60ffb0f8c1
4
+ data.tar.gz: 8a2737953eb73e35c4e59a7b85aabefb27a1e69e
5
5
  SHA512:
6
- metadata.gz: f6e4a4e322038b4606107d580b5a6bd4efd55d2c90325ae5004edfb2febcf69c38f1c959441d29d042b3adf0b9244f71dcdc590d7ea79f57b3b42000480daedd
7
- data.tar.gz: f688af684c28fe3f581b4a5c09f4290c448b71842d2a876d713b58d9ad1795c25e62207de1fed5b3b768cc4d93e9d8745c57ddfed254a2df0175844e3d7a881f
6
+ metadata.gz: 6a4e47bd960f949acf69c9048b6bb70e7c3218b8bc05eacb261420f6d64aacf9f9ae390d40a0570b84f60842214b053818ca408b8bbde46997c6c43b6f101314
7
+ data.tar.gz: 76a9f605df96cdab2fcf068371a96d1bd693d5791c54e9bd7112df705dcb60560907c6dc0cbde5c8fed09286547a73d2826344af43aa6a1ad59d6ba7f4fc133c
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.1'
4
+ version: '1.2'
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: 2013-08-25 00:00:00.000000000 Z
12
+ date: 2013-09-12 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.
@@ -25,7 +25,6 @@ files:
25
25
  - lib/project/yaml.rb
26
26
  - lib/YAMLKit/libYAMLKit_iOS.a
27
27
  - lib/YAMLKit/libYAMLKit_OSX.a
28
- - lib/YAMLKit/YAMLKit.bridgesupport
29
28
  - lib/YAMLKit/YAMLKit.h
30
29
  - lib/YAMLKit/YAMLKit_Prefix.pch
31
30
  - lib/YAMLKit/YKConstants.h
@@ -50,10 +49,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
49
  version: '0'
51
50
  requirements: []
52
51
  rubyforge_project:
53
- rubygems_version: 2.0.6
52
+ rubygems_version: 2.1.2
54
53
  signing_key:
55
54
  specification_version: 4
56
55
  summary: motion-yaml provides methods to access "YAML Ain't Markup Language" for RubyMotion
57
56
  projects.
58
57
  test_files: []
59
- has_rdoc:
@@ -1,91 +0,0 @@
1
- <?xml version='1.0'?>
2
- <signatures version='1.0'>
3
- <constant declared_type='NSString*' type='@' const='true' name='YKErrorContextColumnKey'/>
4
- <constant declared_type='NSString*' type='@' const='true' name='YKErrorContextDescriptionKey'/>
5
- <constant declared_type='NSString*' type='@' const='true' name='YKErrorContextIndexKey'/>
6
- <constant declared_type='NSString*' type='@' const='true' name='YKErrorContextLineKey'/>
7
- <constant declared_type='NSString*' type='@' name='YKErrorDomain'/>
8
- <constant declared_type='NSString*' type='@' const='true' name='YKProblemColumnKey'/>
9
- <constant declared_type='NSString*' type='@' const='true' name='YKProblemDescriptionKey'/>
10
- <constant declared_type='NSString*' type='@' const='true' name='YKProblemIndexKey'/>
11
- <constant declared_type='NSString*' type='@' const='true' name='YKProblemLineKey'/>
12
- <constant declared_type='NSString*' type='@' const='true' name='YKProblemOffsetKey'/>
13
- <constant declared_type='NSString*' type='@' const='true' name='YKProblemValueKey'/>
14
- <class name='YAMLKit'>
15
- <method selector='dumpObject:' class_method='true'>
16
- <arg declared_type='id' type='@' name='object' index='0'/>
17
- <retval declared_type='NSString*' type='@'/>
18
- </method>
19
- <method selector='dumpObject:toFile:' class_method='true'>
20
- <arg declared_type='id' type='@' name='object' index='0'/>
21
- <arg declared_type='NSString*' type='@' name='path' index='1'/>
22
- <retval declared_type='BOOL' type='B'/>
23
- </method>
24
- <method selector='dumpObject:toURL:' class_method='true'>
25
- <arg declared_type='id' type='@' name='object' index='0'/>
26
- <arg declared_type='NSURL*' type='@' name='path' index='1'/>
27
- <retval declared_type='BOOL' type='B'/>
28
- </method>
29
- <method selector='loadFromFile:' class_method='true'>
30
- <arg declared_type='NSString*' type='@' name='path' index='0'/>
31
- <retval declared_type='id' type='@'/>
32
- </method>
33
- <method selector='loadFromString:' class_method='true'>
34
- <arg declared_type='NSString*' type='@' name='aString' index='0'/>
35
- <retval declared_type='id' type='@'/>
36
- </method>
37
- <method selector='loadFromURL:' class_method='true'>
38
- <arg declared_type='NSURL*' type='@' name='url' index='0'/>
39
- <retval declared_type='id' type='@'/>
40
- </method>
41
- </class>
42
- <class name='YKEmitter'>
43
- <method selector='emitItem:'>
44
- <arg declared_type='id' type='@' name='item' index='0'/>
45
- <retval declared_type='void' type='v'/>
46
- </method>
47
- <method selector='emittedData'>
48
- <retval declared_type='NSData*' type='@'/>
49
- </method>
50
- <method selector='emittedString'>
51
- <retval declared_type='NSString*' type='@'/>
52
- </method>
53
- <method selector='encoding'>
54
- <retval declared_type='NSStringEncoding' type='I'/>
55
- </method>
56
- <method selector='setEncoding:'>
57
- <arg declared_type='NSStringEncoding' type='I' name='encoding' index='0'/>
58
- <retval declared_type='void' type='v'/>
59
- </method>
60
- <method selector='setUsesExplicitDelimiters:'>
61
- <arg declared_type='BOOL' type='B' name='usesExplicitDelimiters' index='0'/>
62
- <retval declared_type='void' type='v'/>
63
- </method>
64
- <method selector='usesExplicitDelimiters'>
65
- <retval declared_type='BOOL' type='B'/>
66
- </method>
67
- </class>
68
- <class name='YKParser'>
69
- <method selector='parse'>
70
- <retval declared_type='NSArray*' type='@'/>
71
- </method>
72
- <method selector='parseWithError:'>
73
- <arg declared_type='NSError**' type='^@' name='e' index='0'/>
74
- <retval declared_type='NSArray*' type='@'/>
75
- </method>
76
- <method selector='readFile:'>
77
- <arg declared_type='NSString*' type='@' name='path' index='0'/>
78
- <retval declared_type='BOOL' type='B'/>
79
- </method>
80
- <method selector='readString:'>
81
- <arg declared_type='NSString*' type='@' name='path' index='0'/>
82
- <retval declared_type='BOOL' type='B'/>
83
- </method>
84
- <method selector='readyToParse'>
85
- <retval declared_type='BOOL' type='B'/>
86
- </method>
87
- <method selector='reset'>
88
- <retval declared_type='void' type='v'/>
89
- </method>
90
- </class>
91
- </signatures>