Skip to content

Commit

Permalink
Task #1: New appraisals for mysql and postgresql, and removing sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
brenes committed Dec 10, 2015
1 parent cb4f235 commit 4b93f67
Show file tree
Hide file tree
Showing 15 changed files with 658 additions and 143 deletions.
28 changes: 23 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
appraise "rails-4-0" do
appraise "rails-4-0-mysql" do
gem "mysql2", "~> 0.3.13"
gem "rails", "4.0.13"
end

appraise "rails-4-1" do
gem "rails", "4.1.12"
appraise "rails-4-1-mysql" do
gem "mysql2", "~> 0.3.13"
gem "rails", "4.1.14"
end

appraise "rails-4-2" do
gem "rails", "4.2.3"
appraise "rails-4-2-mysql" do
gem "mysql2"
gem "rails", "4.2.5"
end

appraise "rails-4-0-pgsql" do
gem "pg"
gem "rails", "4.0.13"
end

appraise "rails-4-1-pgsql" do
gem "pg"
gem "rails", "4.1.14"
end

appraise "rails-4-2-pgsql" do
gem "pg"
gem "rails", "4.2.5"
end
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (1.2.2)
Expand All @@ -153,7 +152,6 @@ DEPENDENCIES
rspec-rails
simplecov
simplecov-json
sqlite3

BUNDLED WITH
1.10.6
2 changes: 0 additions & 2 deletions acts-as-constrained.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ Gem::Specification.new do |s|

s.add_dependency "rails", "~> 4.0", "< 4.3"

s.add_development_dependency "sqlite3"

end
18 changes: 18 additions & 0 deletions gemfiles/rails_4_0_mysql.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "mysql2", "~> 0.3.13"
gem "rails", "4.0.13"

group :test do
gem "faker"
gem "rspec-rails"
gem "factory_girl"
gem "capybara"
gem "appraisal"
gem "simplecov"
gem "simplecov-json"
end

gemspec :path => "../"
136 changes: 136 additions & 0 deletions gemfiles/rails_4_0_mysql.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
PATH
remote: ../
specs:
acts-as-constrained (0.0.1)
rails (~> 4.0, < 4.3)

GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.13)
actionpack (= 4.0.13)
mail (~> 2.5, >= 2.5.4)
actionpack (4.0.13)
activesupport (= 4.0.13)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.13)
activesupport (= 4.0.13)
builder (~> 3.1.0)
activerecord (4.0.13)
activemodel (= 4.0.13)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.13)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.4)
activesupport (4.0.13)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
arel (4.0.2)
builder (3.1.4)
capybara (2.5.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
concurrent-ruby (1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
faker (1.6.1)
i18n (~> 0.5)
i18n (0.7.0)
json (1.8.3)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (4.7.5)
multi_json (1.11.2)
mysql2 (0.3.20)
nokogiri (1.6.7)
mini_portile2 (~> 2.0.0.rc2)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.0.13)
actionmailer (= 4.0.13)
actionpack (= 4.0.13)
activerecord (= 4.0.13)
activesupport (= 4.0.13)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.13)
sprockets-rails (~> 2.0)
railties (4.0.13)
actionpack (= 4.0.13)
activesupport (= 4.0.13)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
simplecov-json (0.2)
json
simplecov
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (0.3.44)
xpath (2.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
acts-as-constrained!
appraisal
capybara
factory_girl
faker
mysql2 (~> 0.3.13)
rails (= 4.0.13)
rspec-rails
simplecov
simplecov-json

BUNDLED WITH
1.10.6
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "pg"
gem "rails", "4.0.13"

group :test do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,31 @@ GEM
thor (>= 0.14.0)
arel (4.0.2)
builder (3.1.4)
capybara (2.4.4)
capybara (2.5.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
concurrent-ruby (1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
faker (1.4.3)
faker (1.6.1)
i18n (~> 0.5)
i18n (0.7.0)
json (1.8.3)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.1)
mini_portile (0.6.2)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (4.7.5)
multi_json (1.11.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.4)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -77,38 +79,38 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.2)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-rails (3.3.3)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
simplecov (0.10.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
simplecov-json (0.2)
json
simplecov
sprockets (3.3.0)
rack (~> 1.0)
sprockets-rails (2.3.2)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (0.3.44)
Expand All @@ -124,11 +126,11 @@ DEPENDENCIES
capybara
factory_girl
faker
pg
rails (= 4.0.13)
rspec-rails
simplecov
simplecov-json
sqlite3

BUNDLED WITH
1.10.6
18 changes: 18 additions & 0 deletions gemfiles/rails_4_1_mysql.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "mysql2", "~> 0.3.13"
gem "rails", "4.1.14"

group :test do
gem "faker"
gem "rspec-rails"
gem "factory_girl"
gem "capybara"
gem "appraisal"
gem "simplecov"
gem "simplecov-json"
end

gemspec :path => "../"
Loading

0 comments on commit 4b93f67

Please sign in to comment.