Update html-pipeline and emoji
This commit is contained in:
parent
88e4aed9df
commit
d2d709a252
3 changed files with 15 additions and 14 deletions
4
Gemfile
4
Gemfile
|
@ -88,7 +88,7 @@ gem "six"
|
||||||
gem "seed-fu"
|
gem "seed-fu"
|
||||||
|
|
||||||
# Markup pipeline for GitLab
|
# Markup pipeline for GitLab
|
||||||
gem 'html-pipeline-gitlab', '~> 0.1.0'
|
gem 'html-pipeline-gitlab', '~> 0.1'
|
||||||
|
|
||||||
# Markdown to HTML
|
# Markdown to HTML
|
||||||
gem "github-markup"
|
gem "github-markup"
|
||||||
|
@ -194,7 +194,7 @@ gem "jquery-scrollto-rails"
|
||||||
gem "raphael-rails", "~> 2.1.2"
|
gem "raphael-rails", "~> 2.1.2"
|
||||||
gem 'bootstrap-sass', '~> 3.0'
|
gem 'bootstrap-sass', '~> 3.0'
|
||||||
gem "font-awesome-rails", '~> 4.2'
|
gem "font-awesome-rails", '~> 4.2'
|
||||||
gem "gitlab_emoji", "~> 0.0.1.1"
|
gem "gitlab_emoji", "~> 0.1"
|
||||||
gem "gon", '~> 5.0.0'
|
gem "gon", '~> 5.0.0'
|
||||||
gem 'nprogress-rails'
|
gem 'nprogress-rails'
|
||||||
gem 'request_store'
|
gem 'request_store'
|
||||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -144,8 +144,6 @@ GEM
|
||||||
email_spec (1.5.0)
|
email_spec (1.5.0)
|
||||||
launchy (~> 2.1)
|
launchy (~> 2.1)
|
||||||
mail (~> 2.2)
|
mail (~> 2.2)
|
||||||
emoji (1.0.1)
|
|
||||||
json
|
|
||||||
enumerize (0.7.0)
|
enumerize (0.7.0)
|
||||||
activesupport (>= 3.2)
|
activesupport (>= 3.2)
|
||||||
equalizer (0.0.8)
|
equalizer (0.0.8)
|
||||||
|
@ -193,6 +191,8 @@ GEM
|
||||||
formatador (0.2.4)
|
formatador (0.2.4)
|
||||||
gemnasium-gitlab-service (0.2.5)
|
gemnasium-gitlab-service (0.2.5)
|
||||||
rugged (~> 0.21)
|
rugged (~> 0.21)
|
||||||
|
gemojione (2.0.0)
|
||||||
|
json
|
||||||
gherkin-ruby (0.3.1)
|
gherkin-ruby (0.3.1)
|
||||||
racc
|
racc
|
||||||
github-markup (1.3.1)
|
github-markup (1.3.1)
|
||||||
|
@ -211,8 +211,8 @@ GEM
|
||||||
charlock_holmes (~> 0.6.6)
|
charlock_holmes (~> 0.6.6)
|
||||||
escape_utils (~> 0.2.4)
|
escape_utils (~> 0.2.4)
|
||||||
mime-types (~> 1.19)
|
mime-types (~> 1.19)
|
||||||
gitlab_emoji (0.0.1.1)
|
gitlab_emoji (0.1.0)
|
||||||
emoji (~> 1.0.1)
|
gemojione (~> 2.0)
|
||||||
gitlab_git (7.0.1)
|
gitlab_git (7.0.1)
|
||||||
activesupport (~> 4.0)
|
activesupport (~> 4.0)
|
||||||
charlock_holmes (~> 0.6)
|
charlock_holmes (~> 0.6)
|
||||||
|
@ -278,10 +278,11 @@ GEM
|
||||||
html-pipeline (1.11.0)
|
html-pipeline (1.11.0)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (~> 1.4)
|
nokogiri (~> 1.4)
|
||||||
html-pipeline-gitlab (0.1.5)
|
html-pipeline-gitlab (0.2.0)
|
||||||
actionpack (~> 4)
|
actionpack (~> 4)
|
||||||
gitlab_emoji (~> 0.0.1)
|
gitlab_emoji (~> 0.1)
|
||||||
html-pipeline (~> 1.11.0)
|
html-pipeline (~> 1.11.0)
|
||||||
|
mime-types
|
||||||
sanitize (~> 2.1)
|
sanitize (~> 2.1)
|
||||||
http_parser.rb (0.5.3)
|
http_parser.rb (0.5.3)
|
||||||
httparty (0.13.0)
|
httparty (0.13.0)
|
||||||
|
@ -707,7 +708,7 @@ DEPENDENCIES
|
||||||
gitlab-flowdock-git-hook (~> 0.4.2)
|
gitlab-flowdock-git-hook (~> 0.4.2)
|
||||||
gitlab-grack (~> 2.0.0.rc2)
|
gitlab-grack (~> 2.0.0.rc2)
|
||||||
gitlab-linguist (~> 3.0.1)
|
gitlab-linguist (~> 3.0.1)
|
||||||
gitlab_emoji (~> 0.0.1.1)
|
gitlab_emoji (~> 0.1)
|
||||||
gitlab_git (= 7.0.1)
|
gitlab_git (= 7.0.1)
|
||||||
gitlab_meta (= 7.0)
|
gitlab_meta (= 7.0)
|
||||||
gitlab_omniauth-ldap (= 1.2.0)
|
gitlab_omniauth-ldap (= 1.2.0)
|
||||||
|
@ -720,7 +721,7 @@ DEPENDENCIES
|
||||||
guard-spinach
|
guard-spinach
|
||||||
haml-rails
|
haml-rails
|
||||||
hipchat (~> 1.4.0)
|
hipchat (~> 1.4.0)
|
||||||
html-pipeline-gitlab (~> 0.1.0)
|
html-pipeline-gitlab (~> 0.1)
|
||||||
httparty
|
httparty
|
||||||
jasmine (= 2.0.2)
|
jasmine (= 2.0.2)
|
||||||
jquery-atwho-rails (~> 0.3.3)
|
jquery-atwho-rails (~> 0.3.3)
|
||||||
|
|
|
@ -176,11 +176,11 @@ class ProjectsController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def autocomplete_emojis
|
def autocomplete_emojis
|
||||||
Rails.cache.fetch("autocomplete-emoji-#{Emoji::VERSION}") do
|
Rails.cache.fetch("autocomplete-emoji-#{Gemojione::VERSION}") do
|
||||||
Emoji.names.map do |e|
|
Emoji.emojis.map do |name, emoji|
|
||||||
{
|
{
|
||||||
name: e,
|
name: name,
|
||||||
path: view_context.image_url("emoji/#{e}.png")
|
path: view_context.image_url("emoji/#{emoji["unicode"]}.png")
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue