xcode-install 2.4.1 → 2.4.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 +4 -4
- data/lib/xcode/install.rb +1 -1
- data/lib/xcode/install/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c5dd5a3b77294226cee2517e8c1fdcc61b06e33
|
|
4
|
+
data.tar.gz: b6e24762b17103dcefe53bda890d2123ffd8813f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e15a742d06e79df749d1fd985e3fe98ac1433284f684c1ffc745b781f53fe219d007ab8a93b0b1c0346da7f59b9f9a599759061680b2ec6e1ca121348a188efe
|
|
7
|
+
data.tar.gz: feb6df4ef068d01fa076b45d7b184ffad1277567775f47c1320ac6618f3766e37f59179e029411a811eb28cfc08895f40b688604f28f3f091e54dc56ef4a1cbe
|
data/lib/xcode/install.rb
CHANGED
|
@@ -435,7 +435,7 @@ HELP
|
|
|
435
435
|
return [] if scan.empty?
|
|
436
436
|
|
|
437
437
|
version = scan.first.gsub(/<.*?>/, '').gsub(/.*Xcode /, '')
|
|
438
|
-
link = body.scan(%r{<button .*"(.+?.xip)".*</button>}).first.first
|
|
438
|
+
link = body.scan(%r{<button .*"(.+?.(dmg|xip))".*</button>}).first.first
|
|
439
439
|
notes = body.scan(%r{<a.+?href="(/go/\?id=xcode-.+?)".*>(.*)</a>}).first.first
|
|
440
440
|
links << Xcode.new(version, link, notes)
|
|
441
441
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcode-install
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boris Bügling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06
|
|
11
|
+
date: 2018-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: claide
|
|
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
162
|
rubyforge_project:
|
|
163
|
-
rubygems_version: 2.6.
|
|
163
|
+
rubygems_version: 2.6.8
|
|
164
164
|
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: Xcode installation manager.
|