go_figure 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,21 +7,21 @@
7
7
  <jobs>
8
8
  <job name="Test">
9
9
  <tasks>
10
- <exec command="bundle" <%= %Q{workingdir="#{@working_dir}"} if @working_dir %>>
10
+ <exec command="bundle">
11
11
  <arg>install</arg>
12
12
  <arg>--local</arg>
13
13
  <arg>--path</arg>
14
14
  <arg>.bundle</arg>
15
15
  <runif status="passed" />
16
16
  </exec>
17
- <exec command="bundle" <%= %Q{workingdir="#{@working_dir}"} if @working_dir %>>
17
+ <exec command="bundle">
18
18
  <arg>exec</arg>
19
19
  <arg>rake</arg>
20
20
  <arg>db:create</arg>
21
21
  <arg>db:migrate</arg>
22
22
  <runif status="passed" />
23
23
  </exec>
24
- <exec command="bundle" <%= %Q{workingdir="#{@working_dir}"} if @working_dir %>>
24
+ <exec command="bundle">
25
25
  <arg>exec</arg>
26
26
  <arg>rake</arg>
27
27
  <runif status="passed" />
@@ -1,3 +1,3 @@
1
1
  module GoFigure
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_figure
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: