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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/git-smart +2 -2
  3. data/git-smart.gemspec +1 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
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': GitSmartBinary.new.list
66
- when 'install': GitSmartBinary.new.install(ARGV)
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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{git-smart}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Glen Maddern"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
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: -40968980638764518
135
+ hash: -3906371791239311592
136
136
  segments:
137
137
  - 0
138
138
  version: "0"