rhomobile-cijoe 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/cijoe.rb +2 -1
  2. data/lib/cijoe/version.rb +1 -1
  3. metadata +4 -4
data/lib/cijoe.rb CHANGED
@@ -162,7 +162,8 @@ class CIJoe
162
162
  end
163
163
 
164
164
  def git_update
165
- `git fetch origin && git reset --hard origin/#{git_branch}`
165
+ `git fetch origin`
166
+ `git reset origin/#{git_branch}`
166
167
  run_hook "after-reset"
167
168
  end
168
169
 
data/lib/cijoe/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class CIJoe
2
- Version = "0.2.13"
2
+ Version = "0.2.14"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhomobile-cijoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 13
10
- version: 0.2.13
9
+ - 14
10
+ version: 0.2.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Wanstrath
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-09-16 00:00:00 -07:00
20
+ date: 2010-10-07 00:00:00 -07:00
21
21
  default_executable: cijoe
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency