Skip to content

Commit 15add33

Browse files
authored
chore: Move google-api-client into a subdirectory
1 parent 33fbe06 commit 15add33

File tree

1,655 files changed

+303
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,655 files changed

+303
-338
lines changed

Gemfile

+2-53
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,4 @@
11
source 'https://rubygems.org'
22

3-
# Specify your gem's dependencies in google-apis.gemspec
4-
gemspec
5-
6-
7-
group :development do
8-
gem 'bundler', '>= 1.7'
9-
gem 'rake', '~> 11.2'
10-
gem 'rspec', '~> 3.1'
11-
gem 'json_spec', '~> 1.1'
12-
gem 'webmock', '~> 2.1'
13-
gem 'simplecov', '~> 0.12'
14-
gem 'coveralls', '~> 0.8'
15-
gem 'rubocop', '~> 0.49.0'
16-
gem 'launchy', '~> 2.4'
17-
gem 'dotenv', '~> 2.0'
18-
gem 'fakefs', '~> 0.6', require: "fakefs/safe"
19-
gem 'google-id-token', '~> 1.3'
20-
gem 'os', '~> 0.9'
21-
gem 'rmail', '~> 1.1'
22-
gem 'redis', '~> 3.2'
23-
gem 'logging', '~> 2.2'
24-
gem 'opencensus', '~> 0.4'
25-
gem 'httparty'
26-
gem 'gems', '~> 1.2'
27-
end
28-
29-
platforms :jruby do
30-
group :development do
31-
gem 'jruby-openssl'
32-
end
33-
end
34-
35-
platforms :ruby do
36-
group :development do
37-
gem 'yard', '~> 0.9', '>= 0.9.11'
38-
gem 'redcarpet', '~> 3.2'
39-
gem 'github-markup', '~> 1.3'
40-
gem 'pry-doc', '~> 0.8'
41-
gem 'pry-byebug', '~> 3.2'
42-
end
43-
end
44-
45-
platforms :mri_21, :mri_22, :mri_23 do
46-
group :development do
47-
gem 'derailed_benchmarks'
48-
gem 'stackprof'
49-
gem 'rack-test'
50-
end
51-
end
52-
53-
if ENV['RAILS_VERSION']
54-
gem 'rails', ENV['RAILS_VERSION']
55-
end
3+
gem "rake", "~> 13.0"
4+
gem "gems", "~> 1.2"

MIGRATING.md

-215
This file was deleted.

0 commit comments

Comments
 (0)