-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task #1: New appraisals for mysql and postgresql, and removing sqlite3
- Loading branch information
Showing
15 changed files
with
658 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 => "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
source "https://rubygems.org" | ||
|
||
gem "pg" | ||
gem "rails", "4.0.13" | ||
|
||
group :test do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 => "../" |
Oops, something went wrong.