erptestcasehelpers 0.0.6 → 0.0.7

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.
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
Binary file
File without changes
@@ -1,3 +1,3 @@
1
1
  module Erptestcasehelpers
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -2,6 +2,7 @@ require "erptestcasehelpers/version"
2
2
 
3
3
  module Erptestcasehelpers
4
4
  def self.using_rake?
5
+ fail ARGV[0].to_s
5
6
  Dir.pwd =~ /erp-testes$/ ? true : false
6
7
  end
7
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erptestcasehelpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-15 00:00:00.000000000 Z
12
+ date: 2016-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -58,6 +58,7 @@ files:
58
58
  - erptestcasehelpers-0.0.1.gem
59
59
  - erptestcasehelpers-0.0.3.gem
60
60
  - erptestcasehelpers-0.0.5.gem
61
+ - erptestcasehelpers-0.0.6.gem
61
62
  - erptestcasehelpers.gemspec
62
63
  - lib/erptestcasehelpers.rb
63
64
  - lib/erptestcasehelpers/version.rb