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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48deae66d8cddd6d3015269e3d04d9db0ac4470a
4
- data.tar.gz: c76f9311f82f3c3c40ec64e2521f22ec8f319615
3
+ metadata.gz: 6c9ea1064c062d28935bc7be52dbdfb8fdf05bf7
4
+ data.tar.gz: 8323a6941382ab77fe9eefbf377ce9e225d211d1
5
5
  SHA512:
6
- metadata.gz: 4910ef336c5c19a0de0cc87c064e17faeef0fd750656231cde021694972ce455e178e43b78c61cf2470e2af8691178b15bb54aff1428cfbc9c83d6bc8593f759
7
- data.tar.gz: 67709d0f457ceb41511fb8172ce0137faee7f986f843495829717b01a3bc408caff46fe3ecbe28ee07c0429ec9be16bdaf6a7962ae8647d183413f15c3503712
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
  # :(
@@ -11,7 +11,7 @@ module Travis
11
11
  many :commits
12
12
 
13
13
  def subject
14
- message.to_s.lines.first.strip
14
+ message.to_s.lines.first.to_s.strip
15
15
  end
16
16
 
17
17
  def short_sha
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.2.3'
2
+ VERSION = '1.2.4'
3
3
  end
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.3"
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
- "Rapha0353l Pinson",
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.3
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
- - Rapha0353l Pinson
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-06-27 00:00:00.000000000 Z
19
+ date: 2013-07-07 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: faraday