cfoundry 0.4.11 → 0.4.12

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.
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.4.11".freeze
3
+ VERSION = "0.4.12".freeze
4
4
  end
data/spec/spec_helper.rb CHANGED
@@ -7,7 +7,9 @@ Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |file|
7
7
  require file
8
8
  end
9
9
 
10
- FactoryGirl.definition_file_paths = File.expand_path("../factories", __FILE__)
10
+ FactoryGirl.definition_file_paths =
11
+ [File.expand_path("../factories", __FILE__)]
12
+
11
13
  FactoryGirl.find_definitions
12
14
 
13
15
  RSpec.configure do |c|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 11
10
- version: 0.4.11
9
+ - 12
10
+ version: 0.4.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci