ichiban 1.2.2 → 1.2.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. checksums.yaml +4 -4
  2. data/bin/ichiban +10 -8
  3. data/lib/ichiban/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e9455b270799fb2c632f4457bd396e623c4d235
4
- data.tar.gz: dd03bed5cdb8bd51bb2f21b0184dc31738d7a9c0
3
+ metadata.gz: c5c0d4eacb550103608173411c2d58f3efaa9f5e
4
+ data.tar.gz: 7aeecd5c26d6eb6066e983f9f6237ac1b8fcab07
5
5
  SHA512:
6
- metadata.gz: 4c7f3a21eb7899774c9f0739e7176771085e5d63d8c41936c46494487dae5f7347a9bd160fdbe6e2e91fd4608a516a611c392b8fbe41c5f10a3ff13bd979dca2
7
- data.tar.gz: 4a2c29534e6ce1bc8fbe780f6af53f1f891e6411a94dc87539267f28aa1c2e60d065a7a8ddf999743ad495570131aa6b0c5c4d8e19bc943c56ddc4a45cd8a11a
6
+ metadata.gz: c9bb87f05b4156797b0d36df4033e1003d0868a94bab4c25ff82436a0e7c9e74e59e3d85b06af3f9f4cb88598a3098979907fd96fad7e2d41471a61026ff9232
7
+ data.tar.gz: db286ccf910880907d63961d40a93636c6f3b15b1c3d800ed93b206da66525e87165be758c55f0a4dd45c9035263b9b1a944cc0b77596935fa059a63fa5ca042
data/bin/ichiban CHANGED
@@ -5,17 +5,19 @@
5
5
  # This will prevent your project's Gemfile from being used! There's really no way to avoid
6
6
  # that, because using the Gemfile would cause the installed version of Ichiban to be used.
7
7
 
8
- require 'rubygems'
9
8
  if ENV['DEV'] == '1'
10
9
  puts "\n"
11
- puts '====================================================='
12
- puts 'Ichiban running in dev mode. Gemfile will be ignored.'
13
- puts '====================================================='
10
+ puts '============================================================================'
11
+ puts 'Ichiban running in dev mode. Ichiban version in Gemfile will be overwritten.'
12
+ puts '============================================================================'
14
13
  puts "\n"
15
- $:.unshift File.expand_path(File.join(File.dirname(__FILE__), '../lib'))
16
- else
17
- require 'bundler/setup'
14
+
15
+ $:.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
16
+ require 'ichiban'
18
17
  end
19
- require 'ichiban'
18
+
19
+ require 'bundler/setup'
20
+ Bundler.require
21
+
20
22
 
21
23
  Ichiban::Command.new(ARGV).run
@@ -1,3 +1,3 @@
1
1
  module Ichiban
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ichiban
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarrett Colby