contribulator 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/contribulator CHANGED
@@ -47,7 +47,7 @@ command :publish do |c|
47
47
 
48
48
  fetch_and_push_command = %(
49
49
  git fetch &&
50
- git push contrib origin/master:master &&
50
+ git push contrib origin/master:master --force &&
51
51
  git push contrib --tags
52
52
  )
53
53
 
@@ -1,5 +1,5 @@
1
1
  module Contribulator
2
2
  def self.version
3
- '0.0.2'
3
+ '0.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contribulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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-06-12 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -94,3 +94,4 @@ signing_key:
94
94
  specification_version: 3
95
95
  summary: Publish changes from one repo to another
96
96
  test_files: []
97
+ has_rdoc: