wwdc 1.1.0 → 1.1.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/Gemfile.lock +19 -19
- data/README.md +3 -5
- data/lib/wwdc/version.rb +1 -1
- data/wwdc.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b43ba6888d033623da4ce27418b877c0d4cf5bca
|
|
4
|
+
data.tar.gz: 8b2af3e0f27cebbb8098e0f5fd1b41bbc0ef6be4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 067aeb81befa437f3eff16fad00a671fad443a8139e63d96df9e97662b50e74f67956254877d719f124e3f3b716c8b1379c0cfbf91bcc07cb72cd90441dbe6c5
|
|
7
|
+
data.tar.gz: c9fa5dfa4b814d7c1db40214b86b622f0926fdd74ed211a1c0584b75e798a7aabe7d04ca2a709c391a74dc996279be810db23c1afa9dd912c8929e38571b4e07
|
data/Gemfile.lock
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
wwdc (1.1.
|
|
4
|
+
wwdc (1.1.1)
|
|
5
5
|
commander (~> 4.1)
|
|
6
|
-
excon (
|
|
6
|
+
excon (>= 0.71.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
commander (4.4.
|
|
12
|
-
highline (~>
|
|
11
|
+
commander (4.4.7)
|
|
12
|
+
highline (~> 2.0.0)
|
|
13
13
|
diff-lcs (1.3)
|
|
14
|
-
excon (0.
|
|
15
|
-
highline (
|
|
16
|
-
rake (
|
|
17
|
-
rspec (3.
|
|
18
|
-
rspec-core (~> 3.
|
|
19
|
-
rspec-expectations (~> 3.
|
|
20
|
-
rspec-mocks (~> 3.
|
|
21
|
-
rspec-core (3.
|
|
22
|
-
rspec-support (~> 3.
|
|
23
|
-
rspec-expectations (3.
|
|
14
|
+
excon (0.71.1)
|
|
15
|
+
highline (2.0.3)
|
|
16
|
+
rake (13.0.1)
|
|
17
|
+
rspec (3.9.0)
|
|
18
|
+
rspec-core (~> 3.9.0)
|
|
19
|
+
rspec-expectations (~> 3.9.0)
|
|
20
|
+
rspec-mocks (~> 3.9.0)
|
|
21
|
+
rspec-core (3.9.0)
|
|
22
|
+
rspec-support (~> 3.9.0)
|
|
23
|
+
rspec-expectations (3.9.0)
|
|
24
24
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
25
|
-
rspec-support (~> 3.
|
|
26
|
-
rspec-mocks (3.
|
|
25
|
+
rspec-support (~> 3.9.0)
|
|
26
|
+
rspec-mocks (3.9.0)
|
|
27
27
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
28
|
-
rspec-support (~> 3.
|
|
29
|
-
rspec-support (3.
|
|
28
|
+
rspec-support (~> 3.9.0)
|
|
29
|
+
rspec-support (3.9.0)
|
|
30
30
|
|
|
31
31
|
PLATFORMS
|
|
32
32
|
ruby
|
|
@@ -37,4 +37,4 @@ DEPENDENCIES
|
|
|
37
37
|
wwdc!
|
|
38
38
|
|
|
39
39
|
BUNDLED WITH
|
|
40
|
-
|
|
40
|
+
2.0.1
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# WWDC
|
|
2
|
+
|
|
2
3
|
**A command-line interface for accessing WWDC session content**
|
|
3
4
|
|
|
4
5
|
[ASCIIwwdc](http://asciiwwdc.com) provides searchable full-text transcripts of WWDC content. `wwdc` builds on its API, [which is documented in the project's README](https://github.com/mattt/asciiwwdc.com#README).
|
|
@@ -66,13 +67,10 @@ $ wwdc search Swift
|
|
|
66
67
|
|
|
67
68
|
## Contact
|
|
68
69
|
|
|
69
|
-
ASCIIwwdc
|
|
70
|
-
|
|
71
|
-
- https://github.com/ASCIIwwdc
|
|
72
|
-
- https://twitter.com/ASCIIwwdc
|
|
70
|
+
ASCIIwwdc ([@asciiwwdc](https://twitter.com/asciiwwdc))
|
|
73
71
|
|
|
74
72
|
## License
|
|
75
73
|
|
|
76
74
|
WWDC is available under the MIT license. See the LICENSE file for more info.
|
|
77
75
|
|
|
78
|
-
All content copyright ©
|
|
76
|
+
All content copyright © 2010 – 2018 Apple Inc. All rights reserved.
|
data/lib/wwdc/version.rb
CHANGED
data/wwdc.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.description = "A command-line interface for accessing WWDC session content"
|
|
16
16
|
|
|
17
17
|
s.add_dependency "commander", "~> 4.1"
|
|
18
|
-
s.add_dependency "excon", "
|
|
18
|
+
s.add_dependency "excon", ">= 0.71.0"
|
|
19
19
|
|
|
20
20
|
s.add_development_dependency "rspec"
|
|
21
21
|
s.add_development_dependency "rake"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wwdc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -28,16 +28,16 @@ dependencies:
|
|
|
28
28
|
name: excon
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 0.71.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 0.71.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
version: '0'
|
|
109
109
|
requirements: []
|
|
110
110
|
rubyforge_project:
|
|
111
|
-
rubygems_version: 2.6.
|
|
111
|
+
rubygems_version: 2.6.14
|
|
112
112
|
signing_key:
|
|
113
113
|
specification_version: 4
|
|
114
114
|
summary: WWDC
|