named_emoji 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -4
- data/emojis.pdf +0 -0
- data/emojis.png +0 -0
- data/lib/named_emoji.rb +1 -1
- data/lib/named_emoji/version.rb +1 -1
- data/named_emoji.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# NamedEmoji
|
2
2
|
|
3
|
-
Named Emojis for Mac OSX Lion and Later.
|
3
|
+
Named Emojis for Mac OSX Lion and Later. Emoji's names are from Campfire and GitHub.
|
4
4
|
|
5
5
|
See also: [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/)
|
6
6
|
|
@@ -25,9 +25,7 @@ List available emojis:
|
|
25
25
|
|
26
26
|
## Cheat Sheet
|
27
27
|
|
28
|
-
[emojis.png](https://github.com/jugyo/named_emoji/raw/master/emojis.pdf)
|
29
|
-
|
30
|
-
![Emojis](https://github.com/jugyo/named_emoji/raw/master/emojis.png)
|
28
|
+
[<img src="https://github.com/jugyo/named_emoji/raw/master/emojis.png" title="Cheat Sheet" />](https://github.com/jugyo/named_emoji/raw/master/emojis.pdf)
|
31
29
|
|
32
30
|
## Contributing
|
33
31
|
|
data/emojis.pdf
CHANGED
Binary file
|
data/emojis.png
CHANGED
Binary file
|
data/lib/named_emoji.rb
CHANGED
data/lib/named_emoji/version.rb
CHANGED
data/named_emoji.gemspec
CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/named_emoji/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["jugyo"]
|
6
6
|
gem.email = ["jugyo.org@gmail.com"]
|
7
|
-
gem.description = %q{Named Emojis for Mac OSX Lion and Later.
|
7
|
+
gem.description = %q{Named Emojis for Mac OSX Lion and Later. Emoji's names are from Campfire and GitHub.}
|
8
8
|
gem.summary = %q{Named Emojis for Mac OSX Lion and Later}
|
9
9
|
gem.homepage = ""
|
10
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: named_emoji
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,8 +11,8 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-04-28 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
|
-
description: Named Emojis for Mac OSX Lion and Later.
|
15
|
-
GitHub.
|
14
|
+
description: Named Emojis for Mac OSX Lion and Later. Emoji's names are from Campfire
|
15
|
+
and GitHub.
|
16
16
|
email:
|
17
17
|
- jugyo.org@gmail.com
|
18
18
|
executables:
|