Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01e1710b79 | ||
|
|
2f0ad36b67 | ||
|
|
b84e5754d9 | ||
|
|
c6af1af8f6 | ||
|
|
8190c65f76 | ||
|
|
c921ef1b5b | ||
|
|
bfa00106fc | ||
|
|
9ee88a974d | ||
|
|
e11d502d4d | ||
|
|
24cb142c5e | ||
|
|
42503f1dfa | ||
|
|
3bf04c21ab | ||
|
|
dbb7e48c66 | ||
|
|
ed273dee14 | ||
|
|
b5542d5075 | ||
|
|
e21a63645c | ||
|
|
c79a1d69d0 | ||
|
|
971bcd6236 | ||
|
|
d1d6d35da9 |
10
README.md
10
README.md
@@ -7,12 +7,20 @@ Emoji images and names. See the LICENSE for copyright information.
|
||||
Installation
|
||||
============
|
||||
|
||||
Install and require `gemoji` or add it to your Gemfile.
|
||||
Add `gemoji` to you Gemfile.
|
||||
|
||||
``` ruby
|
||||
gem 'gemoji', :require => 'emoji/railtie'
|
||||
```
|
||||
|
||||
|
||||
Example Rails Helper
|
||||
====================
|
||||
|
||||
This would allow emojifying content such as: `it's raining :cats: and :dogs:!`
|
||||
|
||||
See the [Emoji cheat sheet](http://www.emoji-cheat-sheet.com) for more examples.
|
||||
|
||||
```ruby
|
||||
module EmojiHelper
|
||||
def emojify(content)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "gemoji"
|
||||
s.version = "1.0.0"
|
||||
s.version = "1.1.2"
|
||||
s.summary = "Emoji Assets"
|
||||
s.description = "Emoji assets"
|
||||
|
||||
@@ -8,5 +8,5 @@ Gem::Specification.new do |s|
|
||||
s.email = "support@github.com"
|
||||
s.homepage = "https://github.com/github/gemoji"
|
||||
|
||||
s.files = Dir["README.md", "images/**/*.png", "lib/**/*"]
|
||||
s.files = Dir["README.md", "images/**/*.png", "lib/**/*.rb", "lib/tasks/*.rake"]
|
||||
end
|
||||
|
||||
1
images/emoji/anguished.png
Symbolic link
1
images/emoji/anguished.png
Symbolic link
@@ -0,0 +1 @@
|
||||
unicode/1f627.png
|
||||
1
images/emoji/black_square_button.png
Symbolic link
1
images/emoji/black_square_button.png
Symbolic link
@@ -0,0 +1 @@
|
||||
unicode/1f532.png
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user