assert_same 0.6 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/assert_same.gemspec +1 -1
  2. data/lib/assert_same.rb +2 -2
  3. metadata +1 -1
data/assert_same.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  SPEC = Gem::Specification.new do |s|
4
4
  s.name = "assert_same"
5
- s.version = "0.6"
5
+ s.version = "0.6.1"
6
6
  s.author = "Pluron, Inc."
7
7
  s.email = "support@pluron.com"
8
8
  s.homepage = "http://github.com/acunote/assert_same"
data/lib/assert_same.rb CHANGED
@@ -204,9 +204,9 @@ module Test::Unit::Assertions
204
204
 
205
205
  # interactive mode is turned on by default, except when
206
206
  # - --no-interactive is given
207
- # - CIRCLE_CI is set (CircleCI captures test output, but doesn't interact with user)
207
+ # - CIRCLECI is set (CircleCI captures test output, but doesn't interact with user)
208
208
  # - STDIN is not a terminal device (i.e. we can't ask any questions)
209
- interactive = !$assert_same_options.include?("--no-interactive") && !ENV["CIRCLE_CI"] && STDIN.tty?
209
+ interactive = !$assert_same_options.include?("--no-interactive") && !ENV["CIRCLECI"] && STDIN.tty?
210
210
  canonicalize = !$assert_same_options.include?("--no-canonicalize")
211
211
  autoaccept = $assert_same_options.include?("--autoaccept")
212
212
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assert_same
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: