Skip to content

Commit

Permalink
Install Appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 3, 2012
1 parent bb87887 commit 043828e
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 88 deletions.
11 changes: 11 additions & 0 deletions Appraisals
@@ -0,0 +1,11 @@
appraise "3.0" do
gem "activerecord", "~> 3.0"
end

appraise "3.1" do
gem "activerecord", "~> 3.1"
end

appraise "3.2" do
gem "activerecord", "~> 3.2"
end
138 changes: 75 additions & 63 deletions Gemfile.lock
@@ -1,87 +1,99 @@
PATH
remote: .
specs:
tabs_on_rails (2.0.1)
tabs_on_rails (2.0.2)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (= 3.0.9)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
arel (2.0.10)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
haml (3.0.25)
hanna-nouveau (0.2.3)
haml (= 3.0.25)
rdoc
i18n (0.5.0)
mail (2.2.19)
activesupport (>= 2.3.6)
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.0)
bundler
rake
arel (3.0.0)
builder (3.0.0)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.1)
json (1.6.5)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mime-types (1.17.2)
mocha (0.9.12)
polyglot (0.3.1)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
multi_json (1.0.4)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
rails (3.2.1)
actionmailer (= 3.2.1)
actionpack (= 3.2.1)
activerecord (= 3.2.1)
activeresource (= 3.2.1)
activesupport (= 3.2.1)
bundler (~> 1.0)
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
railties (= 3.2.1)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2)
rdoc (3.7)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
treetop (1.4.9)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
tzinfo (0.3.31)
yard (0.7.5)

PLATFORMS
ruby

DEPENDENCIES
bundler
hanna-nouveau
appraisal
mocha (~> 0.9.10)
rails (~> 3.0.6)
rails (>= 3.0)
tabs_on_rails!
yard
9 changes: 5 additions & 4 deletions Rakefile
@@ -1,5 +1,6 @@
require 'rubygems'
require 'bundler'
require 'appraisal'

$:.unshift(File.dirname(__FILE__) + '/lib')
require 'tabs_on_rails/version'
Expand All @@ -26,9 +27,8 @@ spec = Gem::Specification.new do |s|
s.files = %w( Rakefile LICENSE init.rb .gemtest ) + Dir.glob("*.{rdoc,gemspec}") + Dir.glob("{lib,test,rails}/**/*")
s.require_paths = %w( lib )

s.add_development_dependency "rake"
s.add_development_dependency "bundler"
s.add_development_dependency "rails", "~> 3.0.6"
s.add_development_dependency "rails", ">= 3.0"
s.add_development_dependency "appraisal"
s.add_development_dependency "mocha", "~> 0.9.10"
s.add_development_dependency "yard"
end
Expand Down Expand Up @@ -63,7 +63,8 @@ require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList["test/**/*_test.rb"]
t.verbose = true
t.verbose = !!ENV["VERBOSE"]
t.warning = !!ENV["WARNING"]
end


Expand Down
7 changes: 7 additions & 0 deletions gemfiles/3.0.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "activerecord", "~> 3.0"

gemspec :path=>"../"
91 changes: 91 additions & 0 deletions gemfiles/3.0.gemfile.lock
@@ -0,0 +1,91 @@
PATH
remote: /Users/weppos/Code/tabs_on_rails
specs:
tabs_on_rails (2.0.2)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.11)
actionpack (= 3.0.11)
mail (~> 2.2.19)
actionpack (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
activesupport (3.0.11)
appraisal (0.4.0)
bundler
rake
arel (2.0.10)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
json (1.6.5)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
mocha (0.9.12)
polyglot (0.3.3)
rack (1.2.5)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.11)
actionmailer (= 3.0.11)
actionpack (= 3.0.11)
activerecord (= 3.0.11)
activeresource (= 3.0.11)
activesupport (= 3.0.11)
bundler (~> 1.0)
railties (= 3.0.11)
railties (3.0.11)
actionpack (= 3.0.11)
activesupport (= 3.0.11)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
thor (0.14.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
yard (0.7.5)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0)
appraisal
mocha (~> 0.9.10)
rails (>= 3.0)
tabs_on_rails!
yard
7 changes: 7 additions & 0 deletions gemfiles/3.1.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "activerecord", "~> 3.1"

gemspec :path=>"../"

0 comments on commit 043828e

Please sign in to comment.