debian/0000755000000000000000000000000012143225571007170 5ustar debian/rules0000755000000000000000000000102512143225530010241 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: export DH_RUBY_IGNORE_TESTS=ruby1.8 # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs NEWS clean: dh_clean rm -f spec/support/macros/test.db debian/ruby-factory-girl.docs0000644000000000000000000000007012143225530013413 0ustar README.md GETTING_STARTED.md CONTRIBUTION_GUIDELINES.md debian/copyright0000644000000000000000000000254212143225530011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: factory_girl Source: http://rubygems.org/gems/factory_girl Files: * Copyright: 2008-2013 Joe Ferris and thoughtbot, inc. License: Expat Files: debian/* Copyright: 2013 Praveen Arimbrathodiyil License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/compat0000644000000000000000000000000212143225530010361 0ustar 7 debian/patches/0000755000000000000000000000000012143225530010612 5ustar debian/patches/series0000644000000000000000000000002712143225530012026 0ustar remove-simplecov.patch debian/patches/remove-simplecov.patch0000644000000000000000000000057412143225530015135 0ustar Description: Remove simplecov require Tests use simplecov for code coverage. . We don't need it. Author: Praveen Arimbrathodiyil Last-Update: 2013-05-09 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -5,7 +5,7 @@ require 'rspec' require 'rspec/autorun' -require "simplecov" +#require "simplecov" require 'factory_girl' require "mocha/api" debian/changelog0000644000000000000000000000025412143225530011036 0ustar ruby-factory-girl (4.2.0-1) unstable; urgency=low * Initial release (Closes: #624621) -- Praveen Arimbrathodiyil Tue, 05 Mar 2013 17:43:29 +0530 debian/control0000644000000000000000000000260012143227754010576 0ustar Source: ruby-factory-girl Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, ruby-activesupport-3.2, ruby-activerecord-3.2, ruby-timecop, ruby-aruba, ruby-appraisal, ruby-bourne, ruby-sqlite3 Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-factory-girl.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-factory-girl.git;a=summary Homepage: https://github.com/thoughtbot/factory_girl XS-Ruby-Versions: all Package: ruby-factory-girl Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport-3.2 # activesupport (>= 3.0.0), rspec (~> 2.12.0, development), cucumber (~> 1.2.1, development), timecop (>= 0, development), simplecov (>= 0, development), aruba (>= 0, development), mocha (>= 0.12.8, development), bourne (>= 0, development), appraisal (~> 0.5.1, development), sqlite3 (>= 0, development), yard (>= 0, development) Description: framework and DSL for defining and using model instance factories factory_girl provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures. debian/watch0000644000000000000000000000015512143225530010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/factory_girl .*/factory_girl-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000072412143225530011634 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: $: << 'lib' << '.' Dir['{spec}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/source/0000755000000000000000000000000012143225511010462 5ustar debian/source/format0000644000000000000000000000001412143225530011671 0ustar 3.0 (quilt)