behave 0.2.4 → 0.2.5

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
- behave (0.2.3)
4
+ behave (0.2.4)
5
5
  rest-client
6
6
  rubyzip
7
7
 
data/examples/Rakefile CHANGED
@@ -14,8 +14,6 @@ task :fetch do
14
14
  'dir' => 'features',
15
15
  'manual' => true
16
16
  })
17
- b.fetch()
18
- b.extract()
19
17
  end
20
18
 
21
19
  desc "Run cucumber"
@@ -1,3 +1,3 @@
1
1
  module Behave
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
data/lib/behave.rb CHANGED
@@ -28,8 +28,8 @@ module Behave
28
28
  @dir << '/' unless @dir[-1,1] == '/'
29
29
  @host << '/' unless @host[-1,1] == '/'
30
30
  output_vars()
31
- #fetch()
32
- #extract()
31
+ fetch()
32
+ extract()
33
33
  end
34
34
 
35
35
  def output_vars()
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: behave
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.4
5
+ version: 0.2.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Bastow