adcdownload 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c096bea8f04089355238de3bd29e9ca5d145740f
4
- data.tar.gz: fd7252c95b232caf3187c09118d9b885aa020bbb
3
+ metadata.gz: 8b82474c3f7904a871a417feb906eb3b8988acae
4
+ data.tar.gz: e30a3ac1f4f074e51b1374d3c5ee09eaa61bd573
5
5
  SHA512:
6
- metadata.gz: 22880a6ed7fb99a1e84acb7ce13ae2a1e45151575f13f69154d968c0337537424856d9e9178a58c550817b03ee210faa77147ece21676408d54eaf30cb9629a6
7
- data.tar.gz: 33437f3caabeb3b16527f525493ef19a2a3af88847d851d3c0b5fdeb571d6d4b336f49a266c902e095430435260324ab2fdcc22ebdeafc8cc75bf4d131407c72
6
+ metadata.gz: 7ccf4e96ff2f36edc55e4a86a05797fcfc41b84279d5406384b2e9c7ec00a28ded4b633a2636c79518a3f5213253c32742a1e8ab401664a87b6b58c351a10fb2
7
+ data.tar.gz: 0b5c830f7bea39f533137d79dab84003af44277603a5170b75e1777de150fd2d9ecf0bb312ad58ffadd8507ffd8305cb5ece014ccf4d9c7288e61d94744efefd
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adcdownload (0.1.1)
4
+ adcdownload (0.1.2)
5
5
  activesupport (~> 4.2)
6
6
  bundler (~> 1.10)
7
7
  commander (~> 4.3)
@@ -19,10 +19,6 @@ GEM
19
19
  thread_safe (~> 0.3, >= 0.3.4)
20
20
  tzinfo (~> 1.1)
21
21
  addressable (2.3.8)
22
- ast (2.1.0)
23
- astrolabe (1.3.1)
24
- parser (~> 2.2)
25
- coderay (1.1.0)
26
22
  colored (1.2)
27
23
  commander (4.4.0)
28
24
  highline (~> 1.7.2)
@@ -31,7 +27,6 @@ GEM
31
27
  commander (>= 4.3.5)
32
28
  highline (>= 1.7.1)
33
29
  security
34
- diff-lcs (1.2.5)
35
30
  domain_name (0.5.20160826)
36
31
  unf (>= 0.0.5, < 1.0.0)
37
32
  faraday (0.9.2)
@@ -52,42 +47,12 @@ GEM
52
47
  logging (2.1.0)
53
48
  little-plugger (~> 1.1)
54
49
  multi_json (~> 1.10)
55
- method_source (0.8.2)
56
50
  minitest (5.9.0)
57
51
  multi_json (1.12.1)
58
52
  multi_xml (0.5.5)
59
53
  multipart-post (2.0.0)
60
- parser (2.2.2.6)
61
- ast (>= 1.1, < 3.0)
62
54
  plist (3.2.0)
63
- powerpack (0.1.1)
64
- pry (0.10.2)
65
- coderay (~> 1.1.0)
66
- method_source (~> 0.8.1)
67
- slop (~> 3.4)
68
- rainbow (2.0.0)
69
- rspec (3.3.0)
70
- rspec-core (~> 3.3.0)
71
- rspec-expectations (~> 3.3.0)
72
- rspec-mocks (~> 3.3.0)
73
- rspec-core (3.3.2)
74
- rspec-support (~> 3.3.0)
75
- rspec-expectations (3.3.1)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.3.0)
78
- rspec-mocks (3.3.2)
79
- diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.3.0)
81
- rspec-support (3.3.0)
82
- rubocop (0.34.2)
83
- astrolabe (~> 1.3)
84
- parser (>= 2.2.2.5, < 3.0)
85
- powerpack (~> 0.1)
86
- rainbow (>= 1.99.1, < 3.0)
87
- ruby-progressbar (~> 1.4)
88
- ruby-progressbar (1.7.5)
89
55
  security (0.1.3)
90
- slop (3.6.0)
91
56
  spaceship (0.34.1)
92
57
  colored
93
58
  credentials_manager (>= 0.16.0)
@@ -109,9 +74,6 @@ PLATFORMS
109
74
 
110
75
  DEPENDENCIES
111
76
  adcdownload!
112
- pry (~> 0.10)
113
- rspec (~> 3.3)
114
- rubocop (~> 0.32)
115
77
 
116
78
  BUNDLED WITH
117
79
  1.12.4
data/README.md CHANGED
@@ -1,3 +1,17 @@
1
1
  # XCode ADCDownload
2
2
 
3
- Smart file downloader from Apple Developer downloads area
3
+ Smart file downloader from Apple Developer downloads area
4
+
5
+ ## Installation
6
+
7
+ This tool is packaged as a ruby gem. To install, run:
8
+
9
+ $ gem install adcdownload
10
+
11
+ ## Usage
12
+
13
+ All you need is a link to the download file (retrieve from https://developer.apple.com/download/more/)
14
+
15
+ $ adcdownload get http://adcdownload.apple.com/Developer_Tools/Xcode_8/Xcode_8.xip
16
+
17
+ adcdownload will ask you for your Apple ID, which will be cached locally.
@@ -19,9 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.add_runtime_dependency "commander", "~> 4.3"
20
20
  s.add_runtime_dependency "spaceship", "~> 0.34"
21
21
  s.add_runtime_dependency "http-cookie", "~> 1.0"
22
- s.add_development_dependency "rspec", "~> 3.3"
23
- s.add_development_dependency "pry", "~> 0.10"
24
- s.add_development_dependency "rubocop", "~> 0.32"
25
22
  s.files = `git ls-files`.split("\n")
26
23
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
27
24
  s.require_path = 'lib'
@@ -6,7 +6,6 @@ require "commander"
6
6
  require "spaceship"
7
7
  require "http-cookie"
8
8
  require "json"
9
- require "pry"
10
9
 
11
10
  require "adcdownload/version"
12
11
  require "adcdownload/client"
@@ -1,3 +1,3 @@
1
1
  module ADCDownload
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adcdownload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Strebitzer
@@ -94,48 +94,6 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '1.0'
97
- - !ruby/object:Gem::Dependency
98
- name: rspec
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '3.3'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '3.3'
111
- - !ruby/object:Gem::Dependency
112
- name: pry
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: '0.10'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: '0.10'
125
- - !ruby/object:Gem::Dependency
126
- name: rubocop
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: '0.32'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: '0.32'
139
97
  description: This gem helps you download files from Apple Developer Center.
140
98
  email:
141
99
  - tobias.strebitzer@magloft.com