travis 1.2.3 → 1.2.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 +4 -4
- data/Rakefile +3 -3
- data/lib/travis/client/commit.rb +1 -1
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c9ea1064c062d28935bc7be52dbdfb8fdf05bf7
|
|
4
|
+
data.tar.gz: 8323a6941382ab77fe9eefbf377ce9e225d211d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 143caac7981b220329de4cbe87b1740f1ae46a3924ba97b9e2335e3c6e11c421de858fedef40e9d623725a707d36b048d23eed551ff64d28ec4db3dc224dba0a
|
|
7
|
+
data.tar.gz: e0591425f1121cd715d32e65ca3a0c516985f7180b8b8726a6fe1d6a97c8801a8aa5b80f912079c900c175b0f396eb8b0de7a48b06fea27802a7bb684b127024
|
data/Rakefile
CHANGED
|
@@ -12,9 +12,9 @@ task 'travis.gemspec' do
|
|
|
12
12
|
|
|
13
13
|
# fetch data
|
|
14
14
|
fields = {
|
|
15
|
-
:authors => `git shortlog -sn`.scan(/[^\d\s].*/),
|
|
16
|
-
:email => `git shortlog -sne`.scan(/[^<]+@[^>]+/),
|
|
17
|
-
:files => `git ls-files`.split("\n").reject { |f| f =~ /^(\.|Gemfile)/ }
|
|
15
|
+
:authors => `git shortlog -sn`.b.scan(/[^\d\s].*/),
|
|
16
|
+
:email => `git shortlog -sne`.b.scan(/[^<]+@[^>]+/),
|
|
17
|
+
:files => `git ls-files`.b.split("\n").reject { |f| f =~ /^(\.|Gemfile)/ }
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
# :(
|
data/lib/travis/client/commit.rb
CHANGED
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
# general infos
|
|
4
4
|
s.name = "travis"
|
|
5
|
-
s.version = "1.2.
|
|
5
|
+
s.version = "1.2.4"
|
|
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"
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
"Mario Visic",
|
|
18
18
|
"Piotr Sarnacki",
|
|
19
19
|
"Adrien Brault",
|
|
20
|
-
"
|
|
20
|
+
"Rapha\xC3\xABl Pinson",
|
|
21
21
|
"Justin Lambert",
|
|
22
22
|
"Laurent Petit"
|
|
23
23
|
]
|
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.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -10,13 +10,13 @@ authors:
|
|
|
10
10
|
- Mario Visic
|
|
11
11
|
- Piotr Sarnacki
|
|
12
12
|
- Adrien Brault
|
|
13
|
-
-
|
|
13
|
+
- Raphaël Pinson
|
|
14
14
|
- Justin Lambert
|
|
15
15
|
- Laurent Petit
|
|
16
16
|
autorequire:
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
|
-
date: 2013-
|
|
19
|
+
date: 2013-07-07 00:00:00.000000000 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: faraday
|