pickle 0.4.9 → 0.4.10

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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pickle (0.4.9)
4
+ pickle (0.4.10)
5
5
  cucumber (>= 0.8)
6
6
  rake
7
7
 
@@ -1,3 +1,9 @@
1
+ == 0.4.10
2
+
3
+ * 1 bugfix
4
+ * Don't blow up when fabrication not present [Ian White]
5
+
6
+
1
7
  == 0.4.9
2
8
 
3
9
  * 1 major improvement
@@ -138,6 +138,8 @@ module Pickle
138
138
  if defined? ::Fabrication
139
139
  ::Fabrication::Support.find_definitions if ::Fabrication::Fabricator.schematics.empty?
140
140
  ::Fabrication::Fabricator.schematics.collect{|v| new(v)}
141
+ else
142
+ []
141
143
  end
142
144
  end
143
145
 
@@ -1,3 +1,3 @@
1
1
  module Pickle
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pickle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 9
10
- version: 0.4.9
9
+ - 10
10
+ version: 0.4.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ian White