Skip to content

Commit

Permalink
Merge pull request #37 from kyledecot/kd-cli
Browse files Browse the repository at this point in the history
Remove CLI
  • Loading branch information
Kyle Decot committed Jul 6, 2019
2 parents e2181ad + 8b043fd commit 5a0fb2e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 84 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
app_store_connect (0.5.0)
activesupport (~> 5.2.3)
gli (~> 2.17)
httparty (~> 0.16)
jwt (~> 2.1)

Expand All @@ -28,7 +27,6 @@ GEM
activesupport (>= 4.2.0)
ffi (1.11.1)
formatador (0.2.5)
gli (2.18.1)
guard (2.15.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down
3 changes: 0 additions & 3 deletions app_store_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end

spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '~> 5.2.3'
spec.add_runtime_dependency 'gli', '~> 2.17'
spec.add_runtime_dependency 'httparty', '~> 0.16'
spec.add_runtime_dependency 'jwt', '~> 2.1'

Expand Down
6 changes: 0 additions & 6 deletions exe/app_store_connect

This file was deleted.

1 change: 0 additions & 1 deletion lib/app_store_connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require 'app_store_connect/authorization'
require 'app_store_connect/parser'
require 'app_store_connect/client'
require 'app_store_connect/cli'
require 'app_store_connect/bundle_id_create_request'
require 'app_store_connect/user_invitation_create_request'
require 'app_store_connect/version'
Expand Down
72 changes: 0 additions & 72 deletions lib/app_store_connect/cli.rb

This file was deleted.

0 comments on commit 5a0fb2e

Please sign in to comment.