factory_bot 4.10.0 → 4.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/GETTING_STARTED.md +92 -95
- data/NEWS +5 -0
- data/README.md +10 -2
- data/lib/factory_bot/definition_proxy.rb +27 -0
- data/lib/factory_bot/strategy/stub.rb +2 -7
- data/lib/factory_bot/version.rb +1 -1
- metadata +41 -69
- data/.autotest +0 -9
- data/.gitignore +0 -10
- data/.rspec +0 -3
- data/.simplecov +0 -4
- data/.travis.yml +0 -58
- data/.yardopts +0 -5
- data/Appraisals +0 -23
- data/Gemfile +0 -8
- data/Gemfile.lock +0 -103
- data/Rakefile +0 -36
- data/cucumber.yml +0 -1
- data/factory_bot.gemspec +0 -36
- data/factory_girl.gemspec +0 -40
- data/gemfiles/3.2.gemfile +0 -10
- data/gemfiles/3.2.gemfile.lock +0 -107
- data/gemfiles/4.0.gemfile +0 -10
- data/gemfiles/4.0.gemfile.lock +0 -107
- data/gemfiles/4.1.gemfile +0 -10
- data/gemfiles/4.1.gemfile.lock +0 -106
- data/gemfiles/4.2.gemfile +0 -10
- data/gemfiles/4.2.gemfile.lock +0 -106
- data/gemfiles/5.0.gemfile +0 -10
- data/gemfiles/5.0.gemfile.lock +0 -104
- data/gemfiles/5.1.gemfile +0 -10
- data/gemfiles/5.1.gemfile.lock +0 -104
- data/lib/factory_girl.rb +0 -5
data/gemfiles/4.1.gemfile
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
6
|
-
gem "jdbc-sqlite3", :platforms => :jruby
|
7
|
-
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
|
8
|
-
gem "activerecord", "~> 4.1.14"
|
9
|
-
|
10
|
-
gemspec :name => "factory_bot", :path => "../"
|
data/gemfiles/4.1.gemfile.lock
DELETED
@@ -1,106 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
factory_bot (4.10.0)
|
5
|
-
activesupport (>= 3.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (4.1.16)
|
11
|
-
activesupport (= 4.1.16)
|
12
|
-
builder (~> 3.1)
|
13
|
-
activerecord (4.1.16)
|
14
|
-
activemodel (= 4.1.16)
|
15
|
-
activesupport (= 4.1.16)
|
16
|
-
arel (~> 5.0.0)
|
17
|
-
activesupport (4.1.16)
|
18
|
-
i18n (~> 0.6, >= 0.6.9)
|
19
|
-
json (~> 1.7, >= 1.7.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
thread_safe (~> 0.1)
|
22
|
-
tzinfo (~> 1.1)
|
23
|
-
appraisal (2.1.0)
|
24
|
-
bundler
|
25
|
-
rake
|
26
|
-
thor (>= 0.14.0)
|
27
|
-
arel (5.0.1.20140414130214)
|
28
|
-
aruba (0.14.2)
|
29
|
-
childprocess (~> 0.5.6)
|
30
|
-
contracts (~> 0.9)
|
31
|
-
cucumber (>= 1.3.19)
|
32
|
-
ffi (~> 1.9.10)
|
33
|
-
rspec-expectations (>= 2.99)
|
34
|
-
thor (~> 0.19)
|
35
|
-
builder (3.2.3)
|
36
|
-
childprocess (0.5.9)
|
37
|
-
ffi (~> 1.0, >= 1.0.11)
|
38
|
-
concurrent-ruby (1.0.5)
|
39
|
-
contracts (0.16.0)
|
40
|
-
cucumber (1.3.20)
|
41
|
-
builder (>= 2.1.2)
|
42
|
-
diff-lcs (>= 1.1.3)
|
43
|
-
gherkin (~> 2.12)
|
44
|
-
multi_json (>= 1.7.5, < 2.0)
|
45
|
-
multi_test (>= 0.1.2)
|
46
|
-
diff-lcs (1.3)
|
47
|
-
docile (1.1.5)
|
48
|
-
ffi (1.9.18)
|
49
|
-
gherkin (2.12.2)
|
50
|
-
multi_json (~> 1.3)
|
51
|
-
i18n (0.9.1)
|
52
|
-
concurrent-ruby (~> 1.0)
|
53
|
-
json (1.8.6)
|
54
|
-
minitest (5.10.3)
|
55
|
-
multi_json (1.12.2)
|
56
|
-
multi_test (0.1.2)
|
57
|
-
rake (12.2.1)
|
58
|
-
rspec (3.7.0)
|
59
|
-
rspec-core (~> 3.7.0)
|
60
|
-
rspec-expectations (~> 3.7.0)
|
61
|
-
rspec-mocks (~> 3.7.0)
|
62
|
-
rspec-core (3.7.0)
|
63
|
-
rspec-support (~> 3.7.0)
|
64
|
-
rspec-expectations (3.7.0)
|
65
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
-
rspec-support (~> 3.7.0)
|
67
|
-
rspec-its (1.2.0)
|
68
|
-
rspec-core (>= 3.0.0)
|
69
|
-
rspec-expectations (>= 3.0.0)
|
70
|
-
rspec-mocks (3.7.0)
|
71
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.7.0)
|
73
|
-
rspec-support (3.7.0)
|
74
|
-
simplecov (0.15.1)
|
75
|
-
docile (~> 1.1.0)
|
76
|
-
json (>= 1.8, < 3)
|
77
|
-
simplecov-html (~> 0.10.0)
|
78
|
-
simplecov-html (0.10.2)
|
79
|
-
sqlite3 (1.3.13)
|
80
|
-
thor (0.20.0)
|
81
|
-
thread_safe (0.3.6)
|
82
|
-
timecop (0.9.1)
|
83
|
-
tzinfo (1.2.3)
|
84
|
-
thread_safe (~> 0.1)
|
85
|
-
yard (0.9.12)
|
86
|
-
|
87
|
-
PLATFORMS
|
88
|
-
ruby
|
89
|
-
|
90
|
-
DEPENDENCIES
|
91
|
-
activerecord (~> 4.1.14)
|
92
|
-
activerecord-jdbcsqlite3-adapter
|
93
|
-
appraisal (~> 2.1.0)
|
94
|
-
aruba
|
95
|
-
cucumber (~> 1.3.15)
|
96
|
-
factory_bot!
|
97
|
-
jdbc-sqlite3
|
98
|
-
rspec (~> 3.0)
|
99
|
-
rspec-its (~> 1.0)
|
100
|
-
simplecov
|
101
|
-
sqlite3 (~> 1.3.10)
|
102
|
-
timecop
|
103
|
-
yard
|
104
|
-
|
105
|
-
BUNDLED WITH
|
106
|
-
1.16.1
|
data/gemfiles/4.2.gemfile
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
6
|
-
gem "jdbc-sqlite3", :platforms => :jruby
|
7
|
-
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
|
8
|
-
gem "activerecord", "~> 4.2.5.1"
|
9
|
-
|
10
|
-
gemspec :name => "factory_bot", :path => "../"
|
data/gemfiles/4.2.gemfile.lock
DELETED
@@ -1,106 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
factory_bot (4.10.0)
|
5
|
-
activesupport (>= 3.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (4.2.5.2)
|
11
|
-
activesupport (= 4.2.5.2)
|
12
|
-
builder (~> 3.1)
|
13
|
-
activerecord (4.2.5.2)
|
14
|
-
activemodel (= 4.2.5.2)
|
15
|
-
activesupport (= 4.2.5.2)
|
16
|
-
arel (~> 6.0)
|
17
|
-
activesupport (4.2.5.2)
|
18
|
-
i18n (~> 0.7)
|
19
|
-
json (~> 1.7, >= 1.7.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
22
|
-
tzinfo (~> 1.1)
|
23
|
-
appraisal (2.1.0)
|
24
|
-
bundler
|
25
|
-
rake
|
26
|
-
thor (>= 0.14.0)
|
27
|
-
arel (6.0.4)
|
28
|
-
aruba (0.14.2)
|
29
|
-
childprocess (~> 0.5.6)
|
30
|
-
contracts (~> 0.9)
|
31
|
-
cucumber (>= 1.3.19)
|
32
|
-
ffi (~> 1.9.10)
|
33
|
-
rspec-expectations (>= 2.99)
|
34
|
-
thor (~> 0.19)
|
35
|
-
builder (3.2.3)
|
36
|
-
childprocess (0.5.9)
|
37
|
-
ffi (~> 1.0, >= 1.0.11)
|
38
|
-
concurrent-ruby (1.0.5)
|
39
|
-
contracts (0.16.0)
|
40
|
-
cucumber (1.3.20)
|
41
|
-
builder (>= 2.1.2)
|
42
|
-
diff-lcs (>= 1.1.3)
|
43
|
-
gherkin (~> 2.12)
|
44
|
-
multi_json (>= 1.7.5, < 2.0)
|
45
|
-
multi_test (>= 0.1.2)
|
46
|
-
diff-lcs (1.3)
|
47
|
-
docile (1.1.5)
|
48
|
-
ffi (1.9.18)
|
49
|
-
gherkin (2.12.2)
|
50
|
-
multi_json (~> 1.3)
|
51
|
-
i18n (0.9.1)
|
52
|
-
concurrent-ruby (~> 1.0)
|
53
|
-
json (1.8.6)
|
54
|
-
minitest (5.10.3)
|
55
|
-
multi_json (1.12.2)
|
56
|
-
multi_test (0.1.2)
|
57
|
-
rake (12.2.1)
|
58
|
-
rspec (3.7.0)
|
59
|
-
rspec-core (~> 3.7.0)
|
60
|
-
rspec-expectations (~> 3.7.0)
|
61
|
-
rspec-mocks (~> 3.7.0)
|
62
|
-
rspec-core (3.7.0)
|
63
|
-
rspec-support (~> 3.7.0)
|
64
|
-
rspec-expectations (3.7.0)
|
65
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
-
rspec-support (~> 3.7.0)
|
67
|
-
rspec-its (1.2.0)
|
68
|
-
rspec-core (>= 3.0.0)
|
69
|
-
rspec-expectations (>= 3.0.0)
|
70
|
-
rspec-mocks (3.7.0)
|
71
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.7.0)
|
73
|
-
rspec-support (3.7.0)
|
74
|
-
simplecov (0.15.1)
|
75
|
-
docile (~> 1.1.0)
|
76
|
-
json (>= 1.8, < 3)
|
77
|
-
simplecov-html (~> 0.10.0)
|
78
|
-
simplecov-html (0.10.2)
|
79
|
-
sqlite3 (1.3.13)
|
80
|
-
thor (0.20.0)
|
81
|
-
thread_safe (0.3.6)
|
82
|
-
timecop (0.9.1)
|
83
|
-
tzinfo (1.2.3)
|
84
|
-
thread_safe (~> 0.1)
|
85
|
-
yard (0.9.12)
|
86
|
-
|
87
|
-
PLATFORMS
|
88
|
-
ruby
|
89
|
-
|
90
|
-
DEPENDENCIES
|
91
|
-
activerecord (~> 4.2.5.1)
|
92
|
-
activerecord-jdbcsqlite3-adapter
|
93
|
-
appraisal (~> 2.1.0)
|
94
|
-
aruba
|
95
|
-
cucumber (~> 1.3.15)
|
96
|
-
factory_bot!
|
97
|
-
jdbc-sqlite3
|
98
|
-
rspec (~> 3.0)
|
99
|
-
rspec-its (~> 1.0)
|
100
|
-
simplecov
|
101
|
-
sqlite3 (~> 1.3.10)
|
102
|
-
timecop
|
103
|
-
yard
|
104
|
-
|
105
|
-
BUNDLED WITH
|
106
|
-
1.16.1
|
data/gemfiles/5.0.gemfile
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
6
|
-
gem "jdbc-sqlite3", :platforms => :jruby
|
7
|
-
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
|
8
|
-
gem "activerecord", "~> 5.0.0"
|
9
|
-
|
10
|
-
gemspec :name => "factory_bot", :path => "../"
|
data/gemfiles/5.0.gemfile.lock
DELETED
@@ -1,104 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
factory_bot (4.10.0)
|
5
|
-
activesupport (>= 3.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (5.0.6)
|
11
|
-
activesupport (= 5.0.6)
|
12
|
-
activerecord (5.0.6)
|
13
|
-
activemodel (= 5.0.6)
|
14
|
-
activesupport (= 5.0.6)
|
15
|
-
arel (~> 7.0)
|
16
|
-
activesupport (5.0.6)
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
-
i18n (~> 0.7)
|
19
|
-
minitest (~> 5.1)
|
20
|
-
tzinfo (~> 1.1)
|
21
|
-
appraisal (2.1.0)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
arel (7.1.4)
|
26
|
-
aruba (0.14.2)
|
27
|
-
childprocess (~> 0.5.6)
|
28
|
-
contracts (~> 0.9)
|
29
|
-
cucumber (>= 1.3.19)
|
30
|
-
ffi (~> 1.9.10)
|
31
|
-
rspec-expectations (>= 2.99)
|
32
|
-
thor (~> 0.19)
|
33
|
-
builder (3.2.3)
|
34
|
-
childprocess (0.5.9)
|
35
|
-
ffi (~> 1.0, >= 1.0.11)
|
36
|
-
concurrent-ruby (1.0.5)
|
37
|
-
contracts (0.16.0)
|
38
|
-
cucumber (1.3.20)
|
39
|
-
builder (>= 2.1.2)
|
40
|
-
diff-lcs (>= 1.1.3)
|
41
|
-
gherkin (~> 2.12)
|
42
|
-
multi_json (>= 1.7.5, < 2.0)
|
43
|
-
multi_test (>= 0.1.2)
|
44
|
-
diff-lcs (1.3)
|
45
|
-
docile (1.1.5)
|
46
|
-
ffi (1.9.18)
|
47
|
-
gherkin (2.12.2)
|
48
|
-
multi_json (~> 1.3)
|
49
|
-
i18n (0.9.1)
|
50
|
-
concurrent-ruby (~> 1.0)
|
51
|
-
json (2.1.0)
|
52
|
-
minitest (5.10.3)
|
53
|
-
multi_json (1.12.2)
|
54
|
-
multi_test (0.1.2)
|
55
|
-
rake (12.3.0)
|
56
|
-
rspec (3.7.0)
|
57
|
-
rspec-core (~> 3.7.0)
|
58
|
-
rspec-expectations (~> 3.7.0)
|
59
|
-
rspec-mocks (~> 3.7.0)
|
60
|
-
rspec-core (3.7.0)
|
61
|
-
rspec-support (~> 3.7.0)
|
62
|
-
rspec-expectations (3.7.0)
|
63
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
64
|
-
rspec-support (~> 3.7.0)
|
65
|
-
rspec-its (1.2.0)
|
66
|
-
rspec-core (>= 3.0.0)
|
67
|
-
rspec-expectations (>= 3.0.0)
|
68
|
-
rspec-mocks (3.7.0)
|
69
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
70
|
-
rspec-support (~> 3.7.0)
|
71
|
-
rspec-support (3.7.0)
|
72
|
-
simplecov (0.15.1)
|
73
|
-
docile (~> 1.1.0)
|
74
|
-
json (>= 1.8, < 3)
|
75
|
-
simplecov-html (~> 0.10.0)
|
76
|
-
simplecov-html (0.10.2)
|
77
|
-
sqlite3 (1.3.13)
|
78
|
-
thor (0.20.0)
|
79
|
-
thread_safe (0.3.6)
|
80
|
-
timecop (0.9.1)
|
81
|
-
tzinfo (1.2.3)
|
82
|
-
thread_safe (~> 0.1)
|
83
|
-
yard (0.9.12)
|
84
|
-
|
85
|
-
PLATFORMS
|
86
|
-
ruby
|
87
|
-
|
88
|
-
DEPENDENCIES
|
89
|
-
activerecord (~> 5.0.0)
|
90
|
-
activerecord-jdbcsqlite3-adapter
|
91
|
-
appraisal (~> 2.1.0)
|
92
|
-
aruba
|
93
|
-
cucumber (~> 1.3.15)
|
94
|
-
factory_bot!
|
95
|
-
jdbc-sqlite3
|
96
|
-
rspec (~> 3.0)
|
97
|
-
rspec-its (~> 1.0)
|
98
|
-
simplecov
|
99
|
-
sqlite3 (~> 1.3.10)
|
100
|
-
timecop
|
101
|
-
yard
|
102
|
-
|
103
|
-
BUNDLED WITH
|
104
|
-
1.16.1
|
data/gemfiles/5.1.gemfile
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
6
|
-
gem "jdbc-sqlite3", :platforms => :jruby
|
7
|
-
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
|
8
|
-
gem "activerecord", "~> 5.1.0"
|
9
|
-
|
10
|
-
gemspec :name => "factory_bot", :path => "../"
|
data/gemfiles/5.1.gemfile.lock
DELETED
@@ -1,104 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
factory_bot (4.10.0)
|
5
|
-
activesupport (>= 3.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (5.1.4)
|
11
|
-
activesupport (= 5.1.4)
|
12
|
-
activerecord (5.1.4)
|
13
|
-
activemodel (= 5.1.4)
|
14
|
-
activesupport (= 5.1.4)
|
15
|
-
arel (~> 8.0)
|
16
|
-
activesupport (5.1.4)
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
-
i18n (~> 0.7)
|
19
|
-
minitest (~> 5.1)
|
20
|
-
tzinfo (~> 1.1)
|
21
|
-
appraisal (2.1.0)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
arel (8.0.0)
|
26
|
-
aruba (0.14.2)
|
27
|
-
childprocess (~> 0.5.6)
|
28
|
-
contracts (~> 0.9)
|
29
|
-
cucumber (>= 1.3.19)
|
30
|
-
ffi (~> 1.9.10)
|
31
|
-
rspec-expectations (>= 2.99)
|
32
|
-
thor (~> 0.19)
|
33
|
-
builder (3.2.3)
|
34
|
-
childprocess (0.5.9)
|
35
|
-
ffi (~> 1.0, >= 1.0.11)
|
36
|
-
concurrent-ruby (1.0.5)
|
37
|
-
contracts (0.16.0)
|
38
|
-
cucumber (1.3.20)
|
39
|
-
builder (>= 2.1.2)
|
40
|
-
diff-lcs (>= 1.1.3)
|
41
|
-
gherkin (~> 2.12)
|
42
|
-
multi_json (>= 1.7.5, < 2.0)
|
43
|
-
multi_test (>= 0.1.2)
|
44
|
-
diff-lcs (1.3)
|
45
|
-
docile (1.1.5)
|
46
|
-
ffi (1.9.18)
|
47
|
-
gherkin (2.12.2)
|
48
|
-
multi_json (~> 1.3)
|
49
|
-
i18n (0.9.1)
|
50
|
-
concurrent-ruby (~> 1.0)
|
51
|
-
json (2.1.0)
|
52
|
-
minitest (5.10.3)
|
53
|
-
multi_json (1.12.2)
|
54
|
-
multi_test (0.1.2)
|
55
|
-
rake (12.3.0)
|
56
|
-
rspec (3.7.0)
|
57
|
-
rspec-core (~> 3.7.0)
|
58
|
-
rspec-expectations (~> 3.7.0)
|
59
|
-
rspec-mocks (~> 3.7.0)
|
60
|
-
rspec-core (3.7.0)
|
61
|
-
rspec-support (~> 3.7.0)
|
62
|
-
rspec-expectations (3.7.0)
|
63
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
64
|
-
rspec-support (~> 3.7.0)
|
65
|
-
rspec-its (1.2.0)
|
66
|
-
rspec-core (>= 3.0.0)
|
67
|
-
rspec-expectations (>= 3.0.0)
|
68
|
-
rspec-mocks (3.7.0)
|
69
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
70
|
-
rspec-support (~> 3.7.0)
|
71
|
-
rspec-support (3.7.0)
|
72
|
-
simplecov (0.15.1)
|
73
|
-
docile (~> 1.1.0)
|
74
|
-
json (>= 1.8, < 3)
|
75
|
-
simplecov-html (~> 0.10.0)
|
76
|
-
simplecov-html (0.10.2)
|
77
|
-
sqlite3 (1.3.13)
|
78
|
-
thor (0.20.0)
|
79
|
-
thread_safe (0.3.6)
|
80
|
-
timecop (0.9.1)
|
81
|
-
tzinfo (1.2.3)
|
82
|
-
thread_safe (~> 0.1)
|
83
|
-
yard (0.9.12)
|
84
|
-
|
85
|
-
PLATFORMS
|
86
|
-
ruby
|
87
|
-
|
88
|
-
DEPENDENCIES
|
89
|
-
activerecord (~> 5.1.0)
|
90
|
-
activerecord-jdbcsqlite3-adapter
|
91
|
-
appraisal (~> 2.1.0)
|
92
|
-
aruba
|
93
|
-
cucumber (~> 1.3.15)
|
94
|
-
factory_bot!
|
95
|
-
jdbc-sqlite3
|
96
|
-
rspec (~> 3.0)
|
97
|
-
rspec-its (~> 1.0)
|
98
|
-
simplecov
|
99
|
-
sqlite3 (~> 1.3.10)
|
100
|
-
timecop
|
101
|
-
yard
|
102
|
-
|
103
|
-
BUNDLED WITH
|
104
|
-
1.16.1
|