Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update ibm_cloud_power with openapi-sdkgen #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions gems/ibm_cloud_power/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[bumpversion]
current_version = 0.0.1
commit = True
message = Update version {current_version} -> {new_version}

[bumpversion:file:lib/ibm_cloud_power/version.rb]
search = VERSION = '{current_version}'
replace = VERSION = '{new_version}'

[bumpversion:file:README.md]
search = {current_version}
replace = {new_version}

42 changes: 8 additions & 34 deletions gems/ibm_cloud_power/.gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,13 @@
# Generated by: https://openapi-generator.tech
#

*.gem
*.rbc
/.config
/*.gem
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/InstalledFiles
/doc/
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
/Gemfile.lock

## Specific to RubyMotion:
.dat*
.repl_history
build/

## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/

## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# rspec failure tracking
.rspec_status
7 changes: 0 additions & 7 deletions gems/ibm_cloud_power/.openapi-config.json

This file was deleted.

23 changes: 0 additions & 23 deletions gems/ibm_cloud_power/.openapi-generator-ignore

This file was deleted.

300 changes: 0 additions & 300 deletions gems/ibm_cloud_power/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion gems/ibm_cloud_power/.openapi-generator/VERSION

This file was deleted.

Loading