Skip to content
/ fog-xml Public

Shared XML related functionality for fog

License

Notifications You must be signed in to change notification settings

fog/fog-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 30, 2024
1f6fbd0 · Dec 30, 2024

History

68 Commits
Aug 2, 2024
Oct 29, 2017
Dec 30, 2024
Aug 2, 2024
Sep 26, 2014
Feb 3, 2015
Dec 30, 2024
Jun 11, 2014
Sep 26, 2014
Jan 16, 2017
Sep 26, 2014
Jun 11, 2014
Jan 17, 2024
Sep 26, 2014
Jan 21, 2024
Jan 18, 2024

Repository files navigation

Fog::Xml

Shared XML related functionality for fog

Gem Version Build Status Coverage Status Code Climate

Installation

Add this line to your application's Gemfile:

gem 'fog-xml'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fog-xml

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/fog/fog-xml/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 a new Pull Request