-
- Downloads
Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.
No reason to split it into a separate gem when the gem barely did anything. We can use gemojione directly, making updating gemojione that much easier. Also fix the Rake task and update gemojione to 2.6.1. This adds the EmojiOne Spring update. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 4 deletionsGemfile.lock
- app/assets/images/emoji.png 0 additions, 0 deletionsapp/assets/images/emoji.png
- app/assets/images/emoji@2x.png 0 additions, 0 deletionsapp/assets/images/emoji@2x.png
- app/helpers/issues_helper.rb 1 addition, 1 deletionapp/helpers/issues_helper.rb
- app/models/award_emoji.rb 1 addition, 1 deletionapp/models/award_emoji.rb
- fixtures/emojis/digests.json 2039 additions, 2039 deletionsfixtures/emojis/digests.json
- lib/banzai/filter/emoji_filter.rb 2 additions, 2 deletionslib/banzai/filter/emoji_filter.rb
- lib/gitlab/emoji.rb 21 additions, 0 deletionslib/gitlab/emoji.rb
- lib/tasks/gemojione.rake 1 addition, 1 deletionlib/tasks/gemojione.rake
Loading
| Loading
| @@ -223,7 +223,7 @@ gem 'jquery-turbolinks', '~> 2.1.0' |
gem 'addressable', '~> 2.3.8' | ||
gem 'bootstrap-sass', '~> 3.3.0' | ||
gem 'font-awesome-rails', '~> 4.6.1' | ||
gem 'gitlab_emoji', '~> 0.3.0' | ||
gem 'gemojione', '~> 2.6' | ||
gem 'gon', '~> 6.0.1' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
gem 'jquery-rails', '~> 4.1.0' | ||
Loading
| Loading
|

| W: | H:
| W: | H:



| W: | H:
| W: | H:


This diff is collapsed.
lib/gitlab/emoji.rb
0 → 100644