travis_reprise 0.1.4 → 0.1.5

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.
@@ -42,7 +42,7 @@ rescue Errno::ENOENT
42
42
  retry
43
43
  end
44
44
 
45
- gh = Github.new oauth_token: config['token']
45
+ gh = Github.new :oauth_token => config['token']
46
46
 
47
47
  branch_data = gh.repos.branch(user, repo, branch)
48
48
  head = gh.repos.commits.get(user, repo, branch_data.commit.sha)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "travis_reprise"
5
- s.version = '0.1.4'
5
+ s.version = '0.1.5'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.summary = %q{Trigger travis rebuilds easily}
8
8
  s.author = 'dev@bigcartel.com'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis_reprise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-16 00:00:00.000000000 Z
12
+ date: 2012-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: github_api