veewee 0.3.0.alpha3 → 0.3.0.alpha4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veewee (0.3.0.alpha3)
4
+ veewee (0.3.0.alpha4)
5
5
  CFPropertyList (~> 2.0.17)
6
6
  ansi (~> 1.3.0)
7
7
  cucumber (~> 1.0.2)
@@ -1,5 +1,7 @@
1
1
  require 'json'
2
2
  require 'i18n'
3
+ require 'yaml'
4
+ require 'pathname'
3
5
 
4
6
  module Veewee
5
7
  # The source root is the path to the root directory of
@@ -4,5 +4,5 @@ end
4
4
 
5
5
  # Only set the version constant if it wasn't set before
6
6
  unless defined?(Veewee::VERSION)
7
- ::Veewee::VERSION="0.3.0.alpha3"
7
+ ::Veewee::VERSION="0.3.0.alpha4"
8
8
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veewee
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3702664342
4
+ hash: -3702664348
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 3
12
- version: 0.3.0.alpha3
11
+ - 4
12
+ version: 0.3.0.alpha4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Patrick Debois