script-ci-lib 0.0.1 → 0.0.2

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- script-ci-lib (0.0.1)
4
+ script-ci-lib (0.0.2)
5
5
  methadone (~> 1.2.2)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module ScriptCiLib
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/source/functions CHANGED
@@ -34,6 +34,10 @@ function ci_env_run_err {
34
34
  exit_on_error "$1"
35
35
  }
36
36
 
37
+ function ci_env_rake {
38
+ ci_env_run_err "bundler_stubs/rake $1"
39
+ }
40
+
37
41
  function run_cucumber_profile_with_rerun {
38
42
  RERUN_TXT=tmp/rerun.txt
39
43
  rm -f $RERUN_TXT
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: script-ci-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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: 2012-11-19 00:00:00.000000000 Z
12
+ date: 2012-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  segments:
115
115
  - 0
116
- hash: -1007016498664484188
116
+ hash: -2822524382821289357
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  none: false
119
119
  requirements:
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  segments:
124
124
  - 0
125
- hash: -1007016498664484188
125
+ hash: -2822524382821289357
126
126
  requirements: []
127
127
  rubyforge_project:
128
128
  rubygems_version: 1.8.24