Skip to content

Commit 46eb303

Browse files
committed
Working on new release
1 parent b243a70 commit 46eb303

File tree

2,524 files changed

+285863
-36413
lines changed

Some content is hidden

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

2,524 files changed

+285863
-36413
lines changed

.gitignore

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
# Generated by: https://github.com/swagger-api/swagger-codegen.git
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
1+
#
2+
.DS_Store
153
*.gem
164
*.rbc
175
/.config

.travis.yml

-5
This file was deleted.

Gemfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# frozen_string_literal: true
2-
# A sample Gemfile
3-
source "https://rubygems.org"
1+
source 'https://rubygems.org'
42

53
gemspec
64

7-
group :development do
8-
gem 'rake'
5+
group :development, :test do
6+
gem 'rake', '~> 12.0.0'
97
end

LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)