-
-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/tidy_feature_code
- Loading branch information
Showing
21 changed files
with
104 additions
and
83 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
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 |
---|---|---|
@@ -1,32 +1,37 @@ | ||
appraise 'rails_4_2' do | ||
gem 'railties', '~> 4.2.1' | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'capybara', '< 3.16.0', platform: %i[mri_23 mri_22] | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'nokogiri', '< 1.9.1', platform: %i[mri_23 mri_22] | ||
gem 'railties', '~> 4.2.1' | ||
gem 'sqlite3', '~> 1.3.13' | ||
end | ||
|
||
appraise 'rails_5_0' do | ||
gem 'railties', '~> 5.0.0' | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'capybara', '< 3.16.0', platform: %i[mri_23 mri_22] | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'nokogiri', '< 1.9.1', platform: %i[mri_23 mri_22] | ||
gem 'railties', '~> 5.0.0' | ||
gem 'sqlite3', '~> 1.3.13' | ||
end | ||
|
||
appraise 'rails_5_1' do | ||
gem 'railties', '~> 5.1.0' | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'capybara', '< 3.16.0', platform: %i[mri_23 mri_22] | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'nokogiri', '< 1.9.1', platform: %i[mri_23 mri_22] | ||
gem 'railties', '~> 5.1.0' | ||
gem 'sqlite3', '~> 1.3.13' | ||
end | ||
|
||
appraise 'rails_5_2' do | ||
gem 'railties', '~> 5.2' | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'capybara', '< 3.16.0', platform: %i[mri_23 mri_22] | ||
gem 'i18n', '< 1.5.1', platform: :mri_22 | ||
gem 'nokogiri', '< 1.9.1', platform: %i[mri_23 mri_22] | ||
gem 'railties', '~> 5.2.3' | ||
gem 'sqlite3', '~> 1.3.13' | ||
end | ||
|
||
appraise 'rails_6_0' do | ||
gem 'railties', '~> 6.0.0.beta1' | ||
gem 'rails', '~> 6.0.0.beta1' | ||
gem 'sqlite3', '~> 1.4' | ||
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
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
def init | ||
super | ||
options[:serializer].serialize('/images/bubble_32x32.png', IO.read(File.dirname(__FILE__) + '/bubble_32x32.png')) | ||
options[:serializer].serialize( | ||
'/images/bubble_32x32.png', | ||
IO.read(File.dirname(__FILE__) + '/bubble_32x32.png') | ||
) | ||
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
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
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
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
Oops, something went wrong.