cricos_scrape 2.1 → 2.2
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 +5 -5
- data/LICENSE.md +2 -2
- data/README.md +1 -0
- data/cricos_scrape.gemspec +4 -2
- data/lib/cricos_scrape/version.rb +1 -1
- metadata +30 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1c7ac234cf83bbcb43aa9ff2f7b69deac104c1a4e1ba51d2b21c4758d7b00c48
|
|
4
|
+
data.tar.gz: 90489a0d58029d6eb77cbcc601dda9385de6b9a30bb7b19ce3d1f72b7eb67a9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e5abd33bff26d0c89f6e633f79fc5f4c115269d98485d074dbb4d5e27e3604d372bb9ab5001f8d46c801f2655577b09de8c3d26141beb0965ad3b4c9220d83f
|
|
7
|
+
data.tar.gz: f228322d0bd02b5d6a513b6603b5ed4a450afb3b9f4a548121774f2e4d0786fc40c7b98229d598b6beb5ab5153b5e0bf8ab868d07ce4f6b506d5a903cf0bc04c
|
data/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright © 2014-
|
|
1
|
+
Copyright © 2014-2020 Trung Lê
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
19
19
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
20
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
21
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
[](https://travis-ci.org/ruby-journal/cricos_scrape.rb)
|
|
2
|
+
[](https://codeclimate.com/github/ruby-journal/cricos_scrape.rb)
|
|
2
3
|
|
|
3
4
|
|
|
4
5
|
# CRICOS Scraper
|
data/cricos_scrape.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
spec.files = `git ls-files -z -- lib/* bin/* LICENSE.md README.md cricos_scrape.gemspec`.split("\x0")
|
|
17
17
|
spec.executables = ['cricos_scrape']
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(spec)/})
|
|
19
|
-
spec.required_ruby_version = '>= 2.
|
|
19
|
+
spec.required_ruby_version = '>= 2.5.0'
|
|
20
20
|
|
|
21
21
|
spec.require_paths = ['lib']
|
|
22
22
|
|
|
@@ -26,4 +26,6 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
|
|
27
27
|
spec.add_runtime_dependency 'mechanize', '~> 2.7', '>= 2.7.2'
|
|
28
28
|
spec.add_runtime_dependency 'slop', '~> 4.2.0', '>= 4.2.0'
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
spec.add_dependency 'commander', '~> 4.3'
|
|
31
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cricos_scrape
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '2.
|
|
4
|
+
version: '2.2'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trung Lê
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-06-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -29,40 +29,40 @@ dependencies:
|
|
|
29
29
|
name: rspec
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
|
-
- - "
|
|
32
|
+
- - ">="
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: 3.3.0
|
|
35
|
-
- - "
|
|
35
|
+
- - "~>"
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: 3.3.0
|
|
38
38
|
type: :development
|
|
39
39
|
prerelease: false
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
41
|
requirements:
|
|
42
|
-
- - "
|
|
42
|
+
- - ">="
|
|
43
43
|
- !ruby/object:Gem::Version
|
|
44
44
|
version: 3.3.0
|
|
45
|
-
- - "
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: 3.3.0
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: rspec-its
|
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 1.2.0
|
|
55
|
-
- - "
|
|
55
|
+
- - "~>"
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: 1.2.0
|
|
58
58
|
type: :development
|
|
59
59
|
prerelease: false
|
|
60
60
|
version_requirements: !ruby/object:Gem::Requirement
|
|
61
61
|
requirements:
|
|
62
|
-
- - "
|
|
62
|
+
- - ">="
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
64
|
version: 1.2.0
|
|
65
|
-
- - "
|
|
65
|
+
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: 1.2.0
|
|
68
68
|
- !ruby/object:Gem::Dependency
|
|
@@ -89,22 +89,36 @@ dependencies:
|
|
|
89
89
|
name: slop
|
|
90
90
|
requirement: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
|
92
|
-
- - "
|
|
92
|
+
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 4.2.0
|
|
95
|
-
- - "
|
|
95
|
+
- - "~>"
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
97
|
version: 4.2.0
|
|
98
98
|
type: :runtime
|
|
99
99
|
prerelease: false
|
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
|
-
- - "
|
|
102
|
+
- - ">="
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
104
|
version: 4.2.0
|
|
105
|
-
- - "
|
|
105
|
+
- - "~>"
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: 4.2.0
|
|
108
|
+
- !ruby/object:Gem::Dependency
|
|
109
|
+
name: commander
|
|
110
|
+
requirement: !ruby/object:Gem::Requirement
|
|
111
|
+
requirements:
|
|
112
|
+
- - "~>"
|
|
113
|
+
- !ruby/object:Gem::Version
|
|
114
|
+
version: '4.3'
|
|
115
|
+
type: :runtime
|
|
116
|
+
prerelease: false
|
|
117
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
118
|
+
requirements:
|
|
119
|
+
- - "~>"
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: '4.3'
|
|
108
122
|
description: Scrape Institutions, Courses, Contacts from CRICOS
|
|
109
123
|
email:
|
|
110
124
|
- trung.le@ruby-journal.com
|
|
@@ -146,17 +160,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
146
160
|
requirements:
|
|
147
161
|
- - ">="
|
|
148
162
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: 2.
|
|
163
|
+
version: 2.5.0
|
|
150
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
165
|
requirements:
|
|
152
166
|
- - ">="
|
|
153
167
|
- !ruby/object:Gem::Version
|
|
154
168
|
version: '0'
|
|
155
169
|
requirements: []
|
|
156
|
-
|
|
157
|
-
rubygems_version: 2.4.5.1
|
|
170
|
+
rubygems_version: 3.0.3
|
|
158
171
|
signing_key:
|
|
159
172
|
specification_version: 4
|
|
160
173
|
summary: CRICOS Scrape
|
|
161
174
|
test_files: []
|
|
162
|
-
has_rdoc:
|