Skip to content

Commit

Permalink
generate appraisals
Browse files Browse the repository at this point in the history
Signed-off-by: t.pickett66 <t.pickett66@gmail.com>
  • Loading branch information
tpickett66 authored and zuk committed Oct 17, 2012
1 parent dca9f7e commit 244d93e
Show file tree
Hide file tree
Showing 9 changed files with 453 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Appraisals
@@ -0,0 +1,23 @@
appraise "rails2" do
gem 'activerecord', '~> 2.3.5'
gem 'activesupport', '~> 2.3.5'
gem 'activeresource', '~> 2.3.5'
end

appraise "rails30" do
gem 'activerecord', '~> 3.0.12'
gem 'activesupport', '~> 3.0.12'
gem 'activeresource', '~> 3.0.12'
end

appraise "rails31" do
gem 'activerecord', '~> 3.1.1'
gem 'activesupport', '~> 3.1.1'
gem 'activeresource', '~> 3.1.1'
end

appraise "rails32" do
gem 'activerecord', '~> 3.2.0'
gem 'activesupport', '~> 3.2.0'
gem 'activeresource', '~> 3.2.0'
end
9 changes: 9 additions & 0 deletions gemfiles/rails2.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "activerecord", "~> 2.3.5"
gem "activesupport", "~> 2.3.5"
gem "activeresource", "~> 2.3.5"

gemspec :path=>"../"
89 changes: 89 additions & 0 deletions gemfiles/rails2.gemfile.lock
@@ -0,0 +1,89 @@
PATH
remote: /Users/tyler/src/rubycas-server
specs:
rubycas-server (1.1.1)
activerecord (>= 2.3.12, < 4.0)
activesupport (>= 2.3.12, < 4.0)
crypt-isaac (~> 0.9.1)
sinatra (~> 1.0)
sinatra-r18n (~> 1.1.0)

GEM
remote: http://rubygems.org/
specs:
activerecord (2.3.14)
activesupport (= 2.3.14)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
addressable (2.3.2)
appraisal (0.4.1)
bundler
rake
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
crypt-isaac (0.9.1)
diff-lcs (1.1.3)
ffi (1.1.5)
libwebsocket (0.1.5)
addressable
mime-types (1.19)
multi_json (1.3.6)
net-ldap (0.1.1)
nokogiri (1.5.5)
r18n-core (1.1.1)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.8.7)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-r18n (1.1.1)
r18n-core (= 1.1.1)
sinatra (>= 1.3)
sqlite3 (1.3.6)
tilt (1.3.3)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 2.3.5)
activeresource (~> 2.3.5)
activesupport (~> 2.3.5)
appraisal (~> 0.4.1)
capybara (= 1.1.2)
net-ldap (~> 0.1.1)
rack-test
rake (= 0.8.7)
rspec
rspec-core
rubycas-server!
sqlite3 (~> 1.3.1)
9 changes: 9 additions & 0 deletions gemfiles/rails30.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "activerecord", "~> 3.0.12"
gem "activesupport", "~> 3.0.12"
gem "activeresource", "~> 3.0.12"

gemspec :path=>"../"
101 changes: 101 additions & 0 deletions gemfiles/rails30.gemfile.lock
@@ -0,0 +1,101 @@
PATH
remote: /Users/tyler/src/rubycas-server
specs:
rubycas-server (1.1.1)
activerecord (>= 2.3.12, < 4.0)
activesupport (>= 2.3.12, < 4.0)
crypt-isaac (~> 0.9.1)
sinatra (~> 1.0)
sinatra-r18n (~> 1.1.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.17)
activesupport (= 3.0.17)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
activesupport (3.0.17)
addressable (2.3.2)
appraisal (0.4.1)
bundler
rake
arel (2.0.10)
builder (2.1.2)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
crypt-isaac (0.9.1)
diff-lcs (1.1.3)
ffi (1.1.5)
i18n (0.5.0)
libwebsocket (0.1.5)
addressable
mime-types (1.19)
multi_json (1.3.6)
net-ldap (0.1.1)
nokogiri (1.5.5)
r18n-core (1.1.1)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.8.7)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-r18n (1.1.1)
r18n-core (= 1.1.1)
sinatra (>= 1.3)
sqlite3 (1.3.6)
tilt (1.3.3)
tzinfo (0.3.33)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0.12)
activeresource (~> 3.0.12)
activesupport (~> 3.0.12)
appraisal (~> 0.4.1)
capybara (= 1.1.2)
net-ldap (~> 0.1.1)
rack-test
rake (= 0.8.7)
rspec
rspec-core
rubycas-server!
sqlite3 (~> 1.3.1)
9 changes: 9 additions & 0 deletions gemfiles/rails31.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "activerecord", "~> 3.1.1"
gem "activesupport", "~> 3.1.1"
gem "activeresource", "~> 3.1.1"

gemspec :path=>"../"
102 changes: 102 additions & 0 deletions gemfiles/rails31.gemfile.lock
@@ -0,0 +1,102 @@
PATH
remote: /Users/tyler/src/rubycas-server
specs:
rubycas-server (1.1.1)
activerecord (>= 2.3.12, < 4.0)
activesupport (>= 2.3.12, < 4.0)
crypt-isaac (~> 0.9.1)
sinatra (~> 1.0)
sinatra-r18n (~> 1.1.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.8)
activesupport (= 3.1.8)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.8)
activemodel (= 3.1.8)
activesupport (= 3.1.8)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activeresource (3.1.8)
activemodel (= 3.1.8)
activesupport (= 3.1.8)
activesupport (3.1.8)
multi_json (>= 1.0, < 1.3)
addressable (2.3.2)
appraisal (0.4.1)
bundler
rake
arel (2.2.3)
builder (3.0.3)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
crypt-isaac (0.9.1)
diff-lcs (1.1.3)
ffi (1.1.5)
i18n (0.6.1)
libwebsocket (0.1.5)
addressable
mime-types (1.19)
multi_json (1.2.0)
net-ldap (0.1.1)
nokogiri (1.5.5)
r18n-core (1.1.1)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.8.7)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-r18n (1.1.1)
r18n-core (= 1.1.1)
sinatra (>= 1.3)
sqlite3 (1.3.6)
tilt (1.3.3)
tzinfo (0.3.33)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.1.1)
activeresource (~> 3.1.1)
activesupport (~> 3.1.1)
appraisal (~> 0.4.1)
capybara (= 1.1.2)
net-ldap (~> 0.1.1)
rack-test
rake (= 0.8.7)
rspec
rspec-core
rubycas-server!
sqlite3 (~> 1.3.1)
9 changes: 9 additions & 0 deletions gemfiles/rails32.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "activerecord", "~> 3.2.0"
gem "activesupport", "~> 3.2.0"
gem "activeresource", "~> 3.2.0"

gemspec :path=>"../"

0 comments on commit 244d93e

Please sign in to comment.