travis 1.6.7.travis.446.6 → 1.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NmJkNmNhM2RhOWExMmNjOWNkNGM1OTY2ZThiNjFjZjgxYjAzZWNhZg==
5
- data.tar.gz: !binary |-
6
- YWNmNWJiNGRkZTE4MGM1MmY5ZGE3OWM5MTU5ZDRhZGY1MDQ5NmE3Nw==
2
+ SHA1:
3
+ metadata.gz: 2dc542dfd621f38f7494bf1890d616219230806f
4
+ data.tar.gz: 33147f6a7bb95a7e8c8bcdad96f84ab860339621
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YzAxMTQ1ZTRmZDQ3OTMzYWExMjc5MzEzNzA1YmYxNWJlZDdiZjI4ZTA2Mjk1
10
- MDNlOTFmNDcwZDBmNzdmM2Y3YmNjNDgzNzVlOWM3Yjg3OTk1NmI5YWUxNGEx
11
- MWY1NWEyYzA5NmVlZjAwNThkNmVlNmE5Mzc3NjM5ZjZlNzg4YjY=
12
- data.tar.gz: !binary |-
13
- Yjk2ZjZhNjQ5ZmU1ZjQxNjdlNjZlNDExZTAyOTk2YTNhODZkN2RlMWYwNDll
14
- MmU3MTgyYzg1NDZhZDU0MWUxZDA2OTM2MjRlMzJjMTk2NTMwNzZmYTk2M2Qx
15
- YjIwZTdkOWY1MjQ5ODFlNDc3NDA1MmIwOGY0MWJiM2Q2OTg1Y2U=
6
+ metadata.gz: 004f953e38d85b763f280939368e3d260f2a75b8853acbcb35108a308aeeb12d560e455db79c83bb7d4404b386c36b560213dbafd9ac18da4c1bef1244a0fd2f
7
+ data.tar.gz: e95861dd4562601edff70e4fa90a02703e84052d3fe46e966b515b5a33dd022cfeb449b1abdf68d5811fa2c7f9fa069f162c9c2c8baf5b9a99096c876492f835
data/README.md CHANGED
@@ -1507,12 +1507,12 @@ You can check your Ruby version by running `ruby -v`:
1507
1507
 
1508
1508
  Then run:
1509
1509
 
1510
- $ gem install travis -v 1.6.6 --no-rdoc --no-ri
1510
+ $ gem install travis -v 1.6.7 --no-rdoc --no-ri
1511
1511
 
1512
1512
  Now make sure everything is working:
1513
1513
 
1514
1514
  $ travis version
1515
- 1.6.6
1515
+ 1.6.7
1516
1516
 
1517
1517
  ### Development Version
1518
1518
 
@@ -1567,7 +1567,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1567
1567
 
1568
1568
  ## Version History
1569
1569
 
1570
- **1.6.7** (not yet released)
1570
+ **1.6.7** (January 30, 2014)
1571
1571
 
1572
1572
  * Properly display OS for projects tested on multiple operating systems.
1573
1573
  * Better error message when using an invalid access token.
@@ -21,7 +21,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
21
21
  compdef _travis travis
22
22
  _travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
23
23
  _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" endpoint:"displays or changes the API endpoint" help:"helps you out when in dire need of information" history:"displays a projects build history" init:"generates a .travis.yml and enables the project" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" restart:"restarts a build or job" settings:"access repository settings" setup:"sets up an addon or deploy target" show:"displays a build or job" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
24
- _travis_setup() { list=(appfog:"automatic deployment to Appfog" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" npm:"automatic release to NPM" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
24
+ _travis_setup() { list=(appfog:"automatic deployment to Appfog" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
25
25
  _travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests") _describe -t common-commands 'common commands' list; }
26
26
  _travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
27
27
  _travis_option() {
@@ -63,7 +63,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
63
63
  compctl -K _travis travis
64
64
  _travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
65
65
  _travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "endpoint" "help" "history" "init" "login" "logout" "logs" "monitor" "open" "pubkey" "raw" "report" "repos" "restart" "settings" "setup" "show" "status" "sync" "token" "version" "whatsup" "whoami"); }
66
- _travis_setup() { reply=("appfog" "cloudcontrol" "cloudfiles" "cloudfoundry" "divshot" "engineyard" "heroku" "npm" "nodejitsu" "openshift" "opsworks" "pypi" "rubygems" "s" "sauce_connect"); }
66
+ _travis_setup() { reply=("appfog" "cloudcontrol" "cloudfiles" "cloudfoundry" "divshot" "engineyard" "heroku" "modulus" "npm" "nodejitsu" "openshift" "opsworks" "pypi" "rubygems" "s" "sauce_connect"); }
67
67
  _travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests); }
68
68
  _travis_init() { reply=("c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
69
69
  _travis_option() {
@@ -105,7 +105,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
105
105
  complete -F _travis travis
106
106
  _travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
107
107
  _travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt endpoint help history init login logout logs monitor open pubkey raw report repos restart settings setup show status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
108
- _travis_setup() { COMPREPLY=( $(compgen -W "appfog cloudcontrol cloudfiles cloudfoundry divshot engineyard heroku npm nodejitsu openshift opsworks pypi rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
108
+ _travis_setup() { COMPREPLY=( $(compgen -W "appfog cloudcontrol cloudfiles cloudfoundry divshot engineyard heroku modulus npm nodejitsu openshift opsworks pypi rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
109
109
  _travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests" -- "${COMP_WORDS[COMP_CWORD]}") ); }
110
110
  _travis_init() { COMPREPLY=( $(compgen -W ""c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
111
111
  _travis_option() {
@@ -0,0 +1,18 @@
1
+ require 'travis/cli/setup'
2
+
3
+ module Travis
4
+ module CLI
5
+ class Setup
6
+ class Modulus < Service
7
+ description "deployment to Modulus"
8
+
9
+ def run
10
+ deploy 'modulus' do |config|
11
+ config['api_key'] = ask("Modulus Api Key: ") { |q| q.echo = "*" }.to_s
12
+ config['project_name'] = ask("Modulus Project Name: ").to_s
13
+ end
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.6.6'
2
+ VERSION = '1.6.7'
3
3
  end
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  # general infos
4
4
  s.name = "travis"
5
- s.version = "1.6.6"
5
+ s.version = "1.6.7"
6
6
  s.description = "CLI and Ruby client library for Travis CI"
7
7
  s.homepage = "https://github.com/travis-ci/travis"
8
8
  s.summary = "Travis CI client"
@@ -142,6 +142,7 @@ Gem::Specification.new do |s|
142
142
  "lib/travis/cli/setup/divshot.rb",
143
143
  "lib/travis/cli/setup/engine_yard.rb",
144
144
  "lib/travis/cli/setup/heroku.rb",
145
+ "lib/travis/cli/setup/modulus.rb",
145
146
  "lib/travis/cli/setup/nodejitsu.rb",
146
147
  "lib/travis/cli/setup/npm.rb",
147
148
  "lib/travis/cli/setup/open_shift.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.7.travis.446.6
4
+ version: 1.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -80,14 +80,14 @@ dependencies:
80
80
  name: backports
81
81
  requirement: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ! '>='
83
+ - - '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ! '>='
90
+ - - '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  - !ruby/object:Gem::Dependency
@@ -321,6 +321,7 @@ files:
321
321
  - lib/travis/cli/setup/divshot.rb
322
322
  - lib/travis/cli/setup/engine_yard.rb
323
323
  - lib/travis/cli/setup/heroku.rb
324
+ - lib/travis/cli/setup/modulus.rb
324
325
  - lib/travis/cli/setup/nodejitsu.rb
325
326
  - lib/travis/cli/setup/npm.rb
326
327
  - lib/travis/cli/setup/open_shift.rb
@@ -412,17 +413,17 @@ require_paths:
412
413
  - lib
413
414
  required_ruby_version: !ruby/object:Gem::Requirement
414
415
  requirements:
415
- - - ! '>='
416
+ - - '>='
416
417
  - !ruby/object:Gem::Version
417
418
  version: '0'
418
419
  required_rubygems_version: !ruby/object:Gem::Requirement
419
420
  requirements:
420
- - - ! '>'
421
+ - - '>='
421
422
  - !ruby/object:Gem::Version
422
- version: 1.3.1
423
+ version: '0'
423
424
  requirements: []
424
425
  rubyforge_project:
425
- rubygems_version: 2.1.11
426
+ rubygems_version: 2.2.0
426
427
  signing_key:
427
428
  specification_version: 4
428
429
  summary: Travis CI client