motion-hpple 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/Gemfile.lock +52 -0
  2. data/README.md +1 -7
  3. data/Rakefile +16 -1
  4. data/lib/motion-hpple.rb +2 -4
  5. data/lib/motion-hpple/version.rb +1 -1
  6. data/motion-hpple.gemspec +1 -0
  7. data/vendor/Podfile.lock +11 -0
  8. data/vendor/{hpple → Pods/.build/Pods}/TFHpple.h +1 -1
  9. data/vendor/{hpple → Pods/.build/Pods}/TFHppleElement.h +7 -7
  10. data/vendor/Pods/.build/Pods/XPathQuery.h +10 -0
  11. data/vendor/Pods/.build/libPods.a +0 -0
  12. data/vendor/Pods/BuildHeaders/hpple/TFHpple.h +54 -0
  13. data/vendor/Pods/BuildHeaders/hpple/TFHppleElement.h +68 -0
  14. data/vendor/Pods/BuildHeaders/hpple/XPathQuery.h +10 -0
  15. data/vendor/Pods/Documentation/hpple/docset-installed.txt +4 -0
  16. data/vendor/Pods/Documentation/hpple/docset/Contents/Info.plist +39 -0
  17. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHpple.html +470 -0
  18. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHppleElement.html +470 -0
  19. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/styles.css +584 -0
  20. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/stylesPrint.css +22 -0
  21. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/hierarchy.html +72 -0
  22. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/button_bar_background.png +0 -0
  23. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure.png +0 -0
  24. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure_open.png +0 -0
  25. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/library_background.png +0 -0
  26. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/title_background.png +0 -0
  27. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/index.html +135 -0
  28. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Nodes.xml +39 -0
  29. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens1.xml +125 -0
  30. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens2.xml +180 -0
  31. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.dsidx +0 -0
  32. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.mom +0 -0
  33. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.skidx +0 -0
  34. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.toc +0 -0
  35. data/vendor/Pods/Documentation/hpple/html/Classes/TFHpple.html +470 -0
  36. data/vendor/Pods/Documentation/hpple/html/Classes/TFHppleElement.html +470 -0
  37. data/vendor/Pods/Documentation/hpple/html/css/styles.css +584 -0
  38. data/vendor/Pods/Documentation/hpple/html/css/stylesPrint.css +22 -0
  39. data/vendor/Pods/Documentation/hpple/html/hierarchy.html +72 -0
  40. data/vendor/Pods/Documentation/hpple/html/img/button_bar_background.png +0 -0
  41. data/vendor/Pods/Documentation/hpple/html/img/disclosure.png +0 -0
  42. data/vendor/Pods/Documentation/hpple/html/img/disclosure_open.png +0 -0
  43. data/vendor/Pods/Documentation/hpple/html/img/library_background.png +0 -0
  44. data/vendor/Pods/Documentation/hpple/html/img/title_background.png +0 -0
  45. data/vendor/Pods/Documentation/hpple/html/index.html +135 -0
  46. data/vendor/Pods/Headers/hpple/TFHpple.h +54 -0
  47. data/vendor/Pods/Headers/hpple/TFHppleElement.h +68 -0
  48. data/vendor/Pods/Headers/hpple/XPathQuery.h +10 -0
  49. data/vendor/Pods/Pods-Acknowledgements.markdown +29 -0
  50. data/vendor/Pods/Pods-Acknowledgements.plist +59 -0
  51. data/vendor/Pods/Pods-prefix.pch +3 -0
  52. data/vendor/Pods/Pods-resources.sh +19 -0
  53. data/vendor/Pods/Pods.bridgesupport +104 -0
  54. data/vendor/Pods/Pods.xcconfig +7 -0
  55. data/vendor/Pods/Pods.xcodeproj/project.pbxproj +633 -0
  56. data/vendor/Pods/PodsDummy_Pods.m +4 -0
  57. data/vendor/Pods/build-iPhoneSimulator/libPods.a +0 -0
  58. data/vendor/Pods/hpple/LICENSE.txt +22 -0
  59. data/vendor/Pods/hpple/README.markdown +50 -0
  60. data/vendor/Pods/hpple/TFHpple.h +54 -0
  61. data/vendor/Pods/hpple/TFHpple.m +102 -0
  62. data/vendor/Pods/hpple/TFHppleElement.h +68 -0
  63. data/vendor/Pods/hpple/TFHppleElement.m +114 -0
  64. data/vendor/Pods/hpple/XPathQuery.h +10 -0
  65. data/vendor/Pods/hpple/XPathQuery.m +197 -0
  66. metadata +86 -8
  67. data/vendor/hpple/hpple.bridgesupport +0 -78
  68. data/vendor/hpple/libHpple.a +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-hpple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-22 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2012-11-20 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: motion-cocoapods
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 1.2.1
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 1.2.1
14
30
  description: A XML/HTML parser for RubyMotion, with nokogiri style interface.
15
31
  email:
16
32
  - francis@ignition.hk
@@ -20,6 +36,7 @@ extra_rdoc_files: []
20
36
  files:
21
37
  - .gitignore
22
38
  - Gemfile
39
+ - Gemfile.lock
23
40
  - README.md
24
41
  - Rakefile
25
42
  - app/app_delegate.rb
@@ -28,10 +45,65 @@ files:
28
45
  - lib/motion-hpple/version.rb
29
46
  - motion-hpple.gemspec
30
47
  - spec/hpple_spec.rb
31
- - vendor/hpple/TFHpple.h
32
- - vendor/hpple/TFHppleElement.h
33
- - vendor/hpple/hpple.bridgesupport
34
- - vendor/hpple/libHpple.a
48
+ - vendor/Podfile.lock
49
+ - vendor/Pods/.build/Pods/TFHpple.h
50
+ - vendor/Pods/.build/Pods/TFHppleElement.h
51
+ - vendor/Pods/.build/Pods/XPathQuery.h
52
+ - vendor/Pods/.build/libPods.a
53
+ - vendor/Pods/BuildHeaders/hpple/TFHpple.h
54
+ - vendor/Pods/BuildHeaders/hpple/TFHppleElement.h
55
+ - vendor/Pods/BuildHeaders/hpple/XPathQuery.h
56
+ - vendor/Pods/Documentation/hpple/docset-installed.txt
57
+ - vendor/Pods/Documentation/hpple/docset/Contents/Info.plist
58
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHpple.html
59
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHppleElement.html
60
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/styles.css
61
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/stylesPrint.css
62
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/hierarchy.html
63
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/button_bar_background.png
64
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure.png
65
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure_open.png
66
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/library_background.png
67
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/title_background.png
68
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/index.html
69
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Nodes.xml
70
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens1.xml
71
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens2.xml
72
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.dsidx
73
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.mom
74
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.skidx
75
+ - vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.toc
76
+ - vendor/Pods/Documentation/hpple/html/Classes/TFHpple.html
77
+ - vendor/Pods/Documentation/hpple/html/Classes/TFHppleElement.html
78
+ - vendor/Pods/Documentation/hpple/html/css/styles.css
79
+ - vendor/Pods/Documentation/hpple/html/css/stylesPrint.css
80
+ - vendor/Pods/Documentation/hpple/html/hierarchy.html
81
+ - vendor/Pods/Documentation/hpple/html/img/button_bar_background.png
82
+ - vendor/Pods/Documentation/hpple/html/img/disclosure.png
83
+ - vendor/Pods/Documentation/hpple/html/img/disclosure_open.png
84
+ - vendor/Pods/Documentation/hpple/html/img/library_background.png
85
+ - vendor/Pods/Documentation/hpple/html/img/title_background.png
86
+ - vendor/Pods/Documentation/hpple/html/index.html
87
+ - vendor/Pods/Headers/hpple/TFHpple.h
88
+ - vendor/Pods/Headers/hpple/TFHppleElement.h
89
+ - vendor/Pods/Headers/hpple/XPathQuery.h
90
+ - vendor/Pods/Pods-Acknowledgements.markdown
91
+ - vendor/Pods/Pods-Acknowledgements.plist
92
+ - vendor/Pods/Pods-prefix.pch
93
+ - vendor/Pods/Pods-resources.sh
94
+ - vendor/Pods/Pods.bridgesupport
95
+ - vendor/Pods/Pods.xcconfig
96
+ - vendor/Pods/Pods.xcodeproj/project.pbxproj
97
+ - vendor/Pods/PodsDummy_Pods.m
98
+ - vendor/Pods/build-iPhoneSimulator/libPods.a
99
+ - vendor/Pods/hpple/LICENSE.txt
100
+ - vendor/Pods/hpple/README.markdown
101
+ - vendor/Pods/hpple/TFHpple.h
102
+ - vendor/Pods/hpple/TFHpple.m
103
+ - vendor/Pods/hpple/TFHppleElement.h
104
+ - vendor/Pods/hpple/TFHppleElement.m
105
+ - vendor/Pods/hpple/XPathQuery.h
106
+ - vendor/Pods/hpple/XPathQuery.m
35
107
  homepage: https://github.com/siuying/hpple-motion
36
108
  licenses: []
37
109
  post_install_message:
@@ -44,15 +116,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
116
  - - ! '>='
45
117
  - !ruby/object:Gem::Version
46
118
  version: '0'
119
+ segments:
120
+ - 0
121
+ hash: 4216888049544376428
47
122
  required_rubygems_version: !ruby/object:Gem::Requirement
48
123
  none: false
49
124
  requirements:
50
125
  - - ! '>='
51
126
  - !ruby/object:Gem::Version
52
127
  version: '0'
128
+ segments:
129
+ - 0
130
+ hash: 4216888049544376428
53
131
  requirements: []
54
132
  rubyforge_project:
55
- rubygems_version: 1.8.15
133
+ rubygems_version: 1.8.24
56
134
  signing_key:
57
135
  specification_version: 3
58
136
  summary: A XML/HTML parser for RubyMotion, with nokogiri style interface.
@@ -1,78 +0,0 @@
1
- <?xml version='1.0'?>
2
- <signatures version='1.0'>
3
- <class name='TFHpple'>
4
- <method selector='data'>
5
- <retval declared_type='NSData*' type='@'/>
6
- </method>
7
- <method selector='hppleWithData:isXML:' class_method='true'>
8
- <arg name='theData' declared_type='NSData*' type='@' index='0'/>
9
- <arg name='isDataXML' declared_type='BOOL' type='B' index='1'/>
10
- <retval declared_type='TFHpple*' type='@'/>
11
- </method>
12
- <method selector='hppleWithHTMLData:' class_method='true'>
13
- <arg name='theData' declared_type='NSData*' type='@' index='0'/>
14
- <retval declared_type='TFHpple*' type='@'/>
15
- </method>
16
- <method selector='hppleWithXMLData:' class_method='true'>
17
- <arg name='theData' declared_type='NSData*' type='@' index='0'/>
18
- <retval declared_type='TFHpple*' type='@'/>
19
- </method>
20
- <method selector='initWithData:isXML:'>
21
- <arg name='theData' declared_type='NSData*' type='@' index='0'/>
22
- <arg name='isDataXML' declared_type='BOOL' type='B' index='1'/>
23
- <retval declared_type='id' type='@'/>
24
- </method>
25
- <method selector='initWithHTMLData:'>
26
- <arg name='theData' declared_type='NSData*' type='@' index='0'/>
27
- <retval declared_type='id' type='@'/>
28
- </method>
29
- <method selector='initWithXMLData:'>
30
- <arg name='theData' declared_type='NSData*' type='@' index='0'/>
31
- <retval declared_type='id' type='@'/>
32
- </method>
33
- <method selector='peekAtSearchWithXPathQuery:'>
34
- <arg name='xPathOrCSS' declared_type='NSString*' type='@' index='0'/>
35
- <retval declared_type='TFHppleElement*' type='@'/>
36
- </method>
37
- <method selector='searchWithXPathQuery:'>
38
- <arg name='xPathOrCSS' declared_type='NSString*' type='@' index='0'/>
39
- <retval declared_type='NSArray*' type='@'/>
40
- </method>
41
- <method selector='setData:'>
42
- <arg name='data' declared_type='NSData*' type='@' index='0'/>
43
- <retval declared_type='void' type='v'/>
44
- </method>
45
- </class>
46
- <class name='TFHppleElement'>
47
- <method selector='attributes'>
48
- <retval declared_type='NSDictionary*' type='@'/>
49
- </method>
50
- <method selector='children'>
51
- <retval declared_type='NSArray*' type='@'/>
52
- </method>
53
- <method selector='content'>
54
- <retval declared_type='NSString*' type='@'/>
55
- </method>
56
- <method selector='firstChild'>
57
- <retval declared_type='TFHppleElement*' type='@'/>
58
- </method>
59
- <method selector='hppleElementWithNode:' class_method='true'>
60
- <arg name='theNode' declared_type='NSDictionary*' type='@' index='0'/>
61
- <retval declared_type='TFHppleElement*' type='@'/>
62
- </method>
63
- <method selector='initWithNode:'>
64
- <arg name='theNode' declared_type='NSDictionary*' type='@' index='0'/>
65
- <retval declared_type='id' type='@'/>
66
- </method>
67
- <method selector='objectForKey:'>
68
- <arg name='theKey' declared_type='NSString*' type='@' index='0'/>
69
- <retval declared_type='NSString*' type='@'/>
70
- </method>
71
- <method selector='parent'>
72
- <retval declared_type='TFHppleElement*' type='@'/>
73
- </method>
74
- <method selector='tagName'>
75
- <retval declared_type='NSString*' type='@'/>
76
- </method>
77
- </class>
78
- </signatures>
Binary file