jr_codeschool 2.0.0 → 2.0.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 +4 -4
- data/jr_codeschool-2.0.0.gem +0 -0
- data/lib/version.rb +1 -1
- data/soa_codeschool-2.0.0.gem +0 -0
- data/spec/code_school_spec.rb +19 -12
- data/spec/{testfiles → fixtures}/output.json +0 -0
- data/spec/fixtures/vcr/cassettes/codeschool.yml +33044 -0
- metadata +7 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jr_codeschool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "'stozuka',"
|
@@ -102,11 +102,14 @@ files:
|
|
102
102
|
- Rakefile
|
103
103
|
- bin/codeschool
|
104
104
|
- codeschool.gemspec
|
105
|
+
- jr_codeschool-2.0.0.gem
|
105
106
|
- lib/code_school.rb
|
106
107
|
- lib/scrape.rb
|
107
108
|
- lib/version.rb
|
109
|
+
- soa_codeschool-2.0.0.gem
|
108
110
|
- spec/code_school_spec.rb
|
109
|
-
- spec/
|
111
|
+
- spec/fixtures/output.json
|
112
|
+
- spec/fixtures/vcr/cassettes/codeschool.yml
|
110
113
|
homepage: https://github.com/SOAupstart2/Team-HW-1-Ideate-and-Scrape
|
111
114
|
licenses:
|
112
115
|
- MIT
|
@@ -133,4 +136,5 @@ specification_version: 4
|
|
133
136
|
summary: Access teacher and course information on CodeSchool
|
134
137
|
test_files:
|
135
138
|
- spec/code_school_spec.rb
|
136
|
-
- spec/
|
139
|
+
- spec/fixtures/output.json
|
140
|
+
- spec/fixtures/vcr/cassettes/codeschool.yml
|