Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jul 20, 2013
1 parent 489dbfe commit 4c0d7b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,15 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis

## Version History

**1.3.0** (July 20, 2013)

* Add `travis setup [heroku|openshift|nodejitsu|sauce_connect]`
* Add `travis branches`
* Add Repository#branch and Repository#branches
* Improve `--help`
* Improve error message when calling `travis logs` with a matrix build number
* Check if travis gem is up to date from time to time (CLI only, not when used as library)

**1.2.8** (July 19, 2013)

* Make pubkey print out key in ssh encoding, add --pem flag for old format
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travis
VERSION = '1.2.8'
VERSION = '1.3.0'
end
4 changes: 3 additions & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
# general infos
s.name = "travis"
s.version = "1.2.8"
s.version = "1.3.0"
s.description = "CLI and Ruby client library for Travis CI"
s.homepage = "https://github.com/travis-ci/travis"
s.summary = "Travis CI client"
Expand Down Expand Up @@ -46,6 +46,7 @@ Gem::Specification.new do |s|
"lib/travis/cacert.pem",
"lib/travis/cli.rb",
"lib/travis/cli/api_command.rb",
"lib/travis/cli/branches.rb",
"lib/travis/cli/command.rb",
"lib/travis/cli/console.rb",
"lib/travis/cli/disable.rb",
Expand All @@ -62,6 +63,7 @@ Gem::Specification.new do |s|
"lib/travis/cli/raw.rb",
"lib/travis/cli/repo_command.rb",
"lib/travis/cli/restart.rb",
"lib/travis/cli/setup.rb",
"lib/travis/cli/show.rb",
"lib/travis/cli/status.rb",
"lib/travis/cli/sync.rb",
Expand Down

0 comments on commit 4c0d7b4

Please sign in to comment.