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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e7cacb1aad4e6f05c8554229420b2eae3afc423
4
- data.tar.gz: ed67e6947056fa8961aabc7aa9583acb44c7e1b1
3
+ metadata.gz: b43ba6888d033623da4ce27418b877c0d4cf5bca
4
+ data.tar.gz: 8b2af3e0f27cebbb8098e0f5fd1b41bbc0ef6be4
5
5
  SHA512:
6
- metadata.gz: 4359061c02d63f1f7b686dd92da50c346e962498829d7d4a788f90a1c0b50d185e2b08d936af29da2d949dedb9a62f3b9e828a5fb150296af972c0183bd9dda0
7
- data.tar.gz: 05ad96c9a176b0dc0e2dba57333c20db4bc05ac8728da2fa652095ac2a7846d22946d21951ed3ee56fdd09fbfbdbd4ede5e2d7b54915586d54e63e9da7783647
6
+ metadata.gz: 067aeb81befa437f3eff16fad00a671fad443a8139e63d96df9e97662b50e74f67956254877d719f124e3f3b716c8b1379c0cfbf91bcc07cb72cd90441dbe6c5
7
+ data.tar.gz: c9fa5dfa4b814d7c1db40214b86b622f0926fdd74ed211a1c0584b75e798a7aabe7d04ca2a709c391a74dc996279be810db23c1afa9dd912c8929e38571b4e07
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wwdc (1.1.0)
4
+ wwdc (1.1.1)
5
5
  commander (~> 4.1)
6
- excon (~> 0.25)
6
+ excon (>= 0.71.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- commander (4.4.5)
12
- highline (~> 1.7.2)
11
+ commander (4.4.7)
12
+ highline (~> 2.0.0)
13
13
  diff-lcs (1.3)
14
- excon (0.62.0)
15
- highline (1.7.10)
16
- rake (12.3.1)
17
- rspec (3.7.0)
18
- rspec-core (~> 3.7.0)
19
- rspec-expectations (~> 3.7.0)
20
- rspec-mocks (~> 3.7.0)
21
- rspec-core (3.7.1)
22
- rspec-support (~> 3.7.0)
23
- rspec-expectations (3.7.0)
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.7.0)
26
- rspec-mocks (3.7.0)
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.7.0)
29
- rspec-support (3.7.1)
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
- 1.16.0
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 was created by Mattt Thompson and is maintained by Nate Cook.
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 © 2013 Apple Inc. All rights reserved.
76
+ All content copyright © 2010 – 2018 Apple Inc. All rights reserved.
@@ -1,3 +1,3 @@
1
1
  module WWDC
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
@@ -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", "~> 0.25"
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.0
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: 2018-06-19 00:00:00.000000000 Z
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: '0.25'
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: '0.25'
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.11
111
+ rubygems_version: 2.6.14
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: WWDC