ober 0.0.2 → 0.0.3

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.
@@ -70,7 +70,7 @@ module Ober
70
70
  "Already exists, error ignored."
71
71
  end
72
72
 
73
- runner.run "git fetch #{source}", opts
73
+ runner.run "git fetch", opts
74
74
  runner.run "git reset --hard #{version}", opts
75
75
  end
76
76
 
@@ -1,3 +1,3 @@
1
1
  module Ober
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ober
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:
@@ -54,8 +54,6 @@ executables:
54
54
  extensions: []
55
55
  extra_rdoc_files: []
56
56
  files:
57
- - Gemfile
58
- - Gemfile.lock
59
57
  - LICENSE
60
58
  - README
61
59
  - bin/ober
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
-
2
- source 'https://rubygems.org'
3
-
4
- gemspec
@@ -1,18 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ober (0.0.1)
5
- clamp (> 0.0)
6
- mixlib-shellout (> 0.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- clamp (0.6.1)
12
- mixlib-shellout (1.1.0)
13
-
14
- PLATFORMS
15
- ruby
16
-
17
- DEPENDENCIES
18
- ober!