mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
d48b7601c2
JRuby are affected by inconsistent behavior of overriding #respond_to? that is causing an unconditional call to #respond_to_missing. Current change does not affect MRI users in any way, JRuby-specific things are wrapped into the RUBY_PLATFORM check. Adding docs, modifying gemspec and travis.yml to make factory_girl to pass on Travis. Wire up tests
92 lines
1.8 KiB
Text
92 lines
1.8 KiB
Text
PATH
|
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
|
specs:
|
|
factory_girl (3.5.0)
|
|
activesupport (>= 3.0.0)
|
|
|
|
GEM
|
|
remote: http://rubygems.org/
|
|
specs:
|
|
activemodel (3.1.4)
|
|
activesupport (= 3.1.4)
|
|
builder (~> 3.0.0)
|
|
i18n (~> 0.6)
|
|
activerecord (3.1.4)
|
|
activemodel (= 3.1.4)
|
|
activesupport (= 3.1.4)
|
|
arel (~> 2.2.3)
|
|
tzinfo (~> 0.3.29)
|
|
activesupport (3.1.4)
|
|
multi_json (~> 1.0)
|
|
appraisal (0.4.1)
|
|
bundler
|
|
rake
|
|
arel (2.2.3)
|
|
aruba (0.4.11)
|
|
childprocess (>= 0.2.3)
|
|
cucumber (>= 1.1.1)
|
|
ffi (>= 1.0.11)
|
|
rspec (>= 2.7.0)
|
|
bourne (1.1.2)
|
|
mocha (= 0.10.5)
|
|
builder (3.0.0)
|
|
childprocess (0.3.2)
|
|
ffi (~> 1.0.6)
|
|
cucumber (1.1.9)
|
|
builder (>= 2.1.2)
|
|
diff-lcs (>= 1.1.2)
|
|
gherkin (~> 2.9.0)
|
|
json (>= 1.4.6)
|
|
term-ansicolor (>= 1.0.6)
|
|
diff-lcs (1.1.3)
|
|
ffi (1.0.11)
|
|
ffi (1.0.11-java)
|
|
gherkin (2.9.3)
|
|
json (>= 1.4.6)
|
|
gherkin (2.9.3-java)
|
|
json (>= 1.4.6)
|
|
i18n (0.6.0)
|
|
json (1.7.0)
|
|
json (1.7.0-java)
|
|
metaclass (0.0.1)
|
|
mocha (0.10.5)
|
|
metaclass (~> 0.0.1)
|
|
multi_json (1.3.4)
|
|
rake (0.9.2.2)
|
|
rspec (2.9.0)
|
|
rspec-core (~> 2.9.0)
|
|
rspec-expectations (~> 2.9.0)
|
|
rspec-mocks (~> 2.9.0)
|
|
rspec-core (2.9.0)
|
|
rspec-expectations (2.9.1)
|
|
diff-lcs (~> 1.1.3)
|
|
rspec-mocks (2.9.0)
|
|
simplecov (0.6.2)
|
|
multi_json (~> 1.3)
|
|
simplecov-html (~> 0.5.3)
|
|
simplecov-html (0.5.3)
|
|
sqlite3 (1.3.6)
|
|
sqlite3-ruby (1.3.3)
|
|
sqlite3 (>= 1.3.3)
|
|
term-ansicolor (1.0.7)
|
|
timecop (0.3.5)
|
|
tzinfo (0.3.33)
|
|
yard (0.8.1)
|
|
|
|
PLATFORMS
|
|
java
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
activerecord (~> 3.1.0)
|
|
appraisal (~> 0.4)
|
|
aruba
|
|
bourne
|
|
cucumber (~> 1.1)
|
|
factory_girl!
|
|
mocha
|
|
rspec (~> 2.0)
|
|
simplecov
|
|
sqlite3-ruby
|
|
timecop
|
|
yard
|