git-smart 0.1.2 → 0.1.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.
- data/VERSION +1 -1
- data/bin/git-smart +2 -2
- data/git-smart.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/bin/git-smart
CHANGED
|
@@ -62,7 +62,7 @@ GitSmart.run('#{cmd}', ARGV)
|
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
case ARGV.shift
|
|
65
|
-
when 'list'
|
|
66
|
-
when 'install'
|
|
65
|
+
when 'list'; GitSmartBinary.new.list
|
|
66
|
+
when 'install'; GitSmartBinary.new.install(ARGV)
|
|
67
67
|
else puts GitSmartBinary::USAGE
|
|
68
68
|
end
|
data/git-smart.gemspec
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Glen Maddern
|
|
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
requirements:
|
|
133
133
|
- - ">="
|
|
134
134
|
- !ruby/object:Gem::Version
|
|
135
|
-
hash: -
|
|
135
|
+
hash: -3906371791239311592
|
|
136
136
|
segments:
|
|
137
137
|
- 0
|
|
138
138
|
version: "0"
|