texas 0.1.1 → 0.1.2

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/texas +5 -1
  2. data/lib/texas/version.rb +1 -1
  3. metadata +1 -1
data/bin/texas CHANGED
@@ -1,6 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'bundler'
4
- Bundler.require
4
+ begin
5
+ Bundler.require
6
+ rescue Bundler::GemfileNotFound => e
7
+ require 'texas'
8
+ end
5
9
 
6
10
  Texas::Runner.new
data/lib/texas/version.rb CHANGED
@@ -2,7 +2,7 @@ module Texas
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- BUILD = 1
5
+ BUILD = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, BUILD].join('.').freeze
8
8
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: texas
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Ren\xC3\xA9 F\xC3\xB6hring"