File: Appraisals

package info (click to toggle)
ruby-test-after-commit 0.2.3%2Bgh-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 30
  • sloc: ruby: 333; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
8
appraise "32" do
  gem "activerecord", "~> 3.2.6"
end

appraise "40" do
  gem "activerecord", "~> 4.0.2"
  gem "rails-observers"
end