travis 1.6.2 → 1.6.3.travis.373.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +14 -6
- data/README.md +1 -1
- data/lib/travis/tools/notification.rb +5 -1
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
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** (
|
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.
|
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:
|
418
|
+
version: 1.3.1
|
419
419
|
requirements: []
|
420
420
|
rubyforge_project:
|
421
|
-
rubygems_version: 2.0.
|
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:
|