travis 1.6.2 → 1.6.3.travis.373.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6020a22f229b4d5800c044808145475cdd6574d5
4
- data.tar.gz: cbe233e3a44eb905d99b3c3c7efe80051bb1bc71
5
- SHA512:
6
- metadata.gz: de345acd94f98a74d21a536e60967f0889e106996abd5ab6bfbdf6815ea481aea06737b42582bceea630b9688f60bb14f3f98aaf905a244f2f9bdd1715128848
7
- data.tar.gz: 7e301c0282fd0ac98f4cf9343a140a3c6cd0ee8b4a280ae22a7a40a01e29e6bcf549422ae2a79d36b13c69897edcbb724b47b7c29826dd4f97a8acdd6f47d61b
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTY5ODgxMGU0ZmY3OGU3OWRhZDg2NTYwNWQyM2QzYjIzYmY0OTQxZA==
5
+ data.tar.gz: !binary |-
6
+ MDRhYzU4NmMwNGZlMmI3ZjgwNDM0MGFkZjQwZjEzOWVkZjAxNzJlMg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YTM4NDcyOWJlZjU5MWQzZTQ5ODJhZDg3NzVhNzBmYzU0NWE1N2MzYTgwMjJk
10
+ YWM3MzFkY2E0OTZiYmQwMzcwODcwYjRjNGI4ZDQyNGY4OGY0NTdlODFjM2Fk
11
+ Yjg1MTgyMzZmOGZkMTU0NmI4YjZlNmUyNTg3NmFkZTU4YmUyMGY=
12
+ data.tar.gz: !binary |-
13
+ ZDVjZWZhNmIwMWY4NGQzMjk0MDFhYzIwMmMyN2U1Yjc4NWUzNTgwOTM4NmFh
14
+ YmI0MWRkOTIzZjgxNTc1YTZiMDY4NDI5MWJjOTI1MzhjZWQ0ODAyZjA5ODc2
15
+ YTBiYjNhNDFjNTk3YTUzNDRlYjBkMWNjZWRmNDllY2YyZjljYjg=
data/README.md CHANGED
@@ -1429,7 +1429,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1429
1429
 
1430
1430
  ## Version History
1431
1431
 
1432
- **1.6.2** (not yet released)
1432
+ **1.6.2** (November 8, 2013)
1433
1433
 
1434
1434
  * Remove worker support, as API endpoints have been removed from Travis CI.
1435
1435
  * Improve OS detection.
@@ -41,7 +41,11 @@ module Travis
41
41
  end
42
42
 
43
43
  def available?
44
- System.mac? and System.os_version.to_s >= '10.8'
44
+ System.mac? and System.os_version.to_s >= '10.8' and nc_running?
45
+ end
46
+
47
+ def nc_running?
48
+ system 'pgrep -u $(whoami) NotificationCenter >/dev/null'
45
49
  end
46
50
  end
47
51
 
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.2
4
+ version: 1.6.3.travis.373.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -90,14 +90,14 @@ dependencies:
90
90
  name: backports
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - '>='
93
+ - - ! '>='
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - '>='
100
+ - - ! '>='
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  - !ruby/object:Gem::Dependency
@@ -408,19 +408,18 @@ require_paths:
408
408
  - lib
409
409
  required_ruby_version: !ruby/object:Gem::Requirement
410
410
  requirements:
411
- - - '>='
411
+ - - ! '>='
412
412
  - !ruby/object:Gem::Version
413
413
  version: '0'
414
414
  required_rubygems_version: !ruby/object:Gem::Requirement
415
415
  requirements:
416
- - - '>='
416
+ - - ! '>'
417
417
  - !ruby/object:Gem::Version
418
- version: '0'
418
+ version: 1.3.1
419
419
  requirements: []
420
420
  rubyforge_project:
421
- rubygems_version: 2.0.7
421
+ rubygems_version: 2.0.3
422
422
  signing_key:
423
423
  specification_version: 4
424
424
  summary: Travis CI client
425
425
  test_files: []
426
- has_rdoc: