Skip to content

Tags: sepulworld/aptly_cli

Tags

0.3.5

Toggle 0.3.5's commit message
Fix repo_upload failure handling (#135)

- a 404 response previously would output a message to stdout but then
  continue to try to parse JSON, which would fail.

- the `FailedFiles` and `Warnings` code never got executed because it
  was in `rescue` blocks that don't get triggered.

0.3.4

Toggle 0.3.4's commit message
merging

0.3.3

Toggle 0.3.3's commit message
updating gem to 0.3.3 (#120)

0.3.2

Toggle 0.3.2's commit message
Fix typo: HTTPary => HTTParty (#115)

0.3.1

Toggle 0.3.1's commit message
Add --port option + help tweaks (#106)

* Add --port option + help tweaks

This adds a `--port` global option, which I neglected to add before.

It also tweaks some of the descriptions in the help.

* Add tests for AptlyCommand

because it has some uncovered code for dealing with options

0.3.0

Toggle 0.3.0's commit message
mergeing into master

0.2.9

Toggle 0.2.9's commit message
Merge pull request #87 from sepulworld/zmw/update_0_2_9

updating to 0.2.9, support changing protocol to http or https

0.2.8

Toggle 0.2.8's commit message
Merge pull request #84 from sepulworld/zmw/adding_tests

Zmw/adding tests

0.2.7

Toggle 0.2.7's commit message
removing vcr,webmock dev dependencies

0.2.6

Toggle 0.2.6's commit message
updating gem version to 0.2.6