motion-hpple 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/motion-hpple/version.rb +2 -2
- data/motion-hpple.gemspec +1 -1
- metadata +11 -21
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3db5de821f704424e2049efa201a0ac20f1ea4bc
|
|
4
|
+
data.tar.gz: 83c58b08617f942bbe1b9f595fcefb61f89f75c3
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: b8e03f4f14a72084d6abbf450c09670af177fba769ff66d96e2af7722091a82c0cee015565343e305d5a66e64b94cd7c253bcb8f4decaa8d84100879c8640e8b
|
|
7
|
+
data.tar.gz: f11db231d9d28c082e8d32bc96a9dd246b4e7cbe4568870324f197435afd2de7bcecbf6c21333668289531389ac8999080baf673fcae6de546e6f39a2d2c694a
|
data/lib/motion-hpple/version.rb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module Hpple
|
|
2
|
-
VERSION = '0.3.
|
|
3
|
-
end
|
|
2
|
+
VERSION = '0.3.1'
|
|
3
|
+
end
|
data/motion-hpple.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,32 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-hpple
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.3.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Francis Chong
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-04-13 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: motion-cocoapods
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.
|
|
19
|
+
version: 1.3.0.rc1
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.
|
|
26
|
+
version: 1.3.0.rc1
|
|
30
27
|
description: A XML/HTML parser for RubyMotion, with nokogiri style interface.
|
|
31
28
|
email:
|
|
32
29
|
- francis@ignition.hk
|
|
@@ -106,33 +103,26 @@ files:
|
|
|
106
103
|
- vendor/Pods/hpple/XPathQuery.m
|
|
107
104
|
homepage: https://github.com/siuying/hpple-motion
|
|
108
105
|
licenses: []
|
|
106
|
+
metadata: {}
|
|
109
107
|
post_install_message:
|
|
110
108
|
rdoc_options: []
|
|
111
109
|
require_paths:
|
|
112
110
|
- lib
|
|
113
111
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
|
-
none: false
|
|
115
112
|
requirements:
|
|
116
|
-
- -
|
|
113
|
+
- - '>='
|
|
117
114
|
- !ruby/object:Gem::Version
|
|
118
115
|
version: '0'
|
|
119
|
-
segments:
|
|
120
|
-
- 0
|
|
121
|
-
hash: 4216888049544376428
|
|
122
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
|
-
none: false
|
|
124
117
|
requirements:
|
|
125
|
-
- -
|
|
118
|
+
- - '>='
|
|
126
119
|
- !ruby/object:Gem::Version
|
|
127
120
|
version: '0'
|
|
128
|
-
segments:
|
|
129
|
-
- 0
|
|
130
|
-
hash: 4216888049544376428
|
|
131
121
|
requirements: []
|
|
132
122
|
rubyforge_project:
|
|
133
|
-
rubygems_version:
|
|
123
|
+
rubygems_version: 2.0.3
|
|
134
124
|
signing_key:
|
|
135
|
-
specification_version:
|
|
125
|
+
specification_version: 4
|
|
136
126
|
summary: A XML/HTML parser for RubyMotion, with nokogiri style interface.
|
|
137
127
|
test_files:
|
|
138
128
|
- spec/hpple_spec.rb
|