travis_reprise 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/travis_reprise.gemspec +2 -2
  2. metadata +2 -2
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "travis_reprise"
5
- s.version = '0.1.1'
5
+ s.version = '0.1.2'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.summary = %q{Trigger travis rebuilds easily}
8
8
  s.author = 'dev@bigcartel.com'
9
9
  s.email = 'dev@bigcartel.com'
10
- s.homepage = 'https://github.com/bigcartel/travis_reprise'
10
+ s.homepage = 'https://github.com/outerim/travis_reprise'
11
11
 
12
12
  s.files = `git ls-files`.split("\n")
13
13
  s.test_files = `git ls-files -- {spec}/*`.split("\n")
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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -55,7 +55,7 @@ files:
55
55
  - README.md
56
56
  - bin/travis_reprise
57
57
  - travis_reprise.gemspec
58
- homepage: https://github.com/bigcartel/travis_reprise
58
+ homepage: https://github.com/outerim/travis_reprise
59
59
  licenses: []
60
60
  post_install_message:
61
61
  rdoc_options: []