factory_girl 4.2.0 → 4.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/gemfiles/3.0.gemfile DELETED
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "activerecord", "~> 3.0.19"
6
-
7
- gemspec :path=>"../"
@@ -1,81 +0,0 @@
1
- PATH
2
- remote: /Users/joshuaclayton/dev/gems/factory_girl
3
- specs:
4
- factory_girl (4.2.0)
5
- activesupport (>= 3.0.0)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- activemodel (3.0.19)
11
- activesupport (= 3.0.19)
12
- builder (~> 2.1.2)
13
- i18n (~> 0.5.0)
14
- activerecord (3.0.19)
15
- activemodel (= 3.0.19)
16
- activesupport (= 3.0.19)
17
- arel (~> 2.0.10)
18
- tzinfo (~> 0.3.23)
19
- activesupport (3.0.19)
20
- appraisal (0.5.1)
21
- bundler
22
- rake
23
- arel (2.0.10)
24
- aruba (0.5.1)
25
- childprocess (~> 0.3.6)
26
- cucumber (>= 1.1.1)
27
- rspec-expectations (>= 2.7.0)
28
- bourne (1.3.0)
29
- mocha (= 0.13.0)
30
- builder (2.1.2)
31
- childprocess (0.3.6)
32
- ffi (~> 1.0, >= 1.0.6)
33
- cucumber (1.2.1)
34
- builder (>= 2.1.2)
35
- diff-lcs (>= 1.1.3)
36
- gherkin (~> 2.11.0)
37
- json (>= 1.4.6)
38
- diff-lcs (1.1.3)
39
- ffi (1.3.1)
40
- gherkin (2.11.5)
41
- json (>= 1.4.6)
42
- i18n (0.5.0)
43
- json (1.7.6)
44
- metaclass (0.0.1)
45
- mocha (0.13.0)
46
- metaclass (~> 0.0.1)
47
- multi_json (1.5.0)
48
- rake (10.0.3)
49
- rspec (2.12.0)
50
- rspec-core (~> 2.12.0)
51
- rspec-expectations (~> 2.12.0)
52
- rspec-mocks (~> 2.12.0)
53
- rspec-core (2.12.2)
54
- rspec-expectations (2.12.1)
55
- diff-lcs (~> 1.1.3)
56
- rspec-mocks (2.12.1)
57
- simplecov (0.7.1)
58
- multi_json (~> 1.0)
59
- simplecov-html (~> 0.7.1)
60
- simplecov-html (0.7.1)
61
- sqlite3 (1.3.7)
62
- timecop (0.5.9)
63
- tzinfo (0.3.35)
64
- yard (0.8.3)
65
-
66
- PLATFORMS
67
- ruby
68
-
69
- DEPENDENCIES
70
- activerecord (~> 3.0.19)
71
- appraisal (~> 0.5.1)
72
- aruba
73
- bourne
74
- cucumber (~> 1.2.1)
75
- factory_girl!
76
- mocha (>= 0.12.8)
77
- rspec (~> 2.12.0)
78
- simplecov
79
- sqlite3
80
- timecop
81
- yard