gitscape 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/gitscape +3 -7
  2. data/lib/gitscape/version.rb +1 -1
  3. metadata +2 -2
data/bin/gitscape CHANGED
@@ -1,12 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- begin
4
- require 'gitscape'
5
- rescue LoadError
6
- require 'rubygems'
7
- require "optparse"
8
- require 'gitscape'
9
- end
3
+ require 'rubygems'
4
+ require 'gitscape'
5
+ require "optparse"
10
6
 
11
7
 
12
8
  OVERVIEW = <<-EOS
@@ -1,3 +1,3 @@
1
1
  module Gitscape
2
- VERSION = '1.3.5'
2
+ VERSION = '1.3.6'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 5
9
- version: 1.3.5
8
+ - 6
9
+ version: 1.3.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jon Botelho