https://github.com/fog/fog-core
fog's core, shared behaviors without API and provider specifics
https://github.com/fog/fog-core
Last synced: about 1 year ago
JSON representation
fog's core, shared behaviors without API and provider specifics
- Host: GitHub
- URL: https://github.com/fog/fog-core
- Owner: fog
- License: mit
- Created: 2014-01-24T22:47:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T11:08:23.000Z (over 1 year ago)
- Last Synced: 2025-06-04T03:24:05.658Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 608 KB
- Stars: 46
- Watchers: 13
- Forks: 93
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Fog::Core
Shared classes and tests for fog providers and services.
[](https://github.com/fog/fog-core/actions/workflows/ci.yml)
[](https://rubygems.org/gems/fog-core)
## Ruby version
Fog-core requires Ruby `2.0.0` or later.
Ruby `1.8` and `1.9` support was dropped in `fog-v2.0.0` as a backwards incompatible
change. Please use the later fog `1.x` versions if you require `1.8.7` or `1.9.x` support.
## Installation
Add this line to your application's Gemfile:
gem 'fog-core'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-core
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( http://github.com/fog/fog-core/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request