emoji 0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/emoji.rb +2 -1
  3. metadata +30 -39
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2bbc7674db316aa4a28b51174ed31282117d504b
4
+ data.tar.gz: 857672fc8f921547666f9e231d1c3ef2da9a60c2
5
+ SHA512:
6
+ metadata.gz: 7f41d7669dc0a0b2704113d19445ef9a698df0fe8ec8dc1597aa25bf8207c35c625b3da0a8734cddf3566c7168e7443be6689f030fb7e840b54f341c3d26fd49
7
+ data.tar.gz: 01d98f3dbd2b80ef12c683ecea50c61eb642e1737a13a215428117a61f52003a7933e79efc0f52475ceb3e9e4b1f14e6ee5cd245ac2256a7e6a59b28c288e697
data/lib/emoji.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  class Emoji
2
2
  def self.create type
3
+ warn "Please note that the emoji gem is completely different in 1.0. See https://github.com/steveklabnik/emoji/releases/tag/v1.0.0 for more details."
3
4
  case type
4
5
  when :iphone
5
6
  # The iPhone implements the Softbank Unicode private space
@@ -3203,4 +3204,4 @@ class Google < Emoji
3203
3204
  def ok_hand_sign; return convert_unicode_to_hex("FEB9F"); end
3204
3205
  def thumbs_down_sign; return convert_unicode_to_hex("FEBA0"); end
3205
3206
  def open_hands; return convert_unicode_to_hex("FEBA1"); end
3206
- end
3207
+ end
metadata CHANGED
@@ -1,59 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: emoji
3
- version: !ruby/object:Gem::Version
4
- version: "0.1"
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Ryan Orr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
-
12
- date: 2009-10-18 00:00:00 -07:00
13
- default_executable:
11
+ date: 2013-08-03 00:00:00.000000000 Z
14
12
  dependencies: []
15
-
16
- description: Emoji provides simple way to get the correct Unicode character for a give mobile carrier implementation.
13
+ description: Emoji provides simple way to get the correct Unicode character for a
14
+ give mobile carrier implementation.
17
15
  email: ryan@bitcontrol.org
18
16
  executables: []
19
-
20
17
  extensions: []
21
-
22
18
  extra_rdoc_files: []
23
-
24
- files:
25
- - README
26
- - Changelog
19
+ files:
20
+ - lib/emoji.rb
27
21
  - COPYING
22
+ - Changelog
28
23
  - LICENSE
29
- - lib/emoji.rb
30
- has_rdoc: true
31
- homepage: http://www.bitcontrol.org/emoji-ruby
32
- licenses: []
33
-
24
+ - README
25
+ homepage: http://emoji.rubyforge.org
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
34
29
  post_install_message:
35
30
  rdoc_options: []
36
-
37
- require_paths:
31
+ require_paths:
38
32
  - lib
39
- required_ruby_version: !ruby/object:Gem::Requirement
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- version: "0"
44
- version:
45
- required_rubygems_version: !ruby/object:Gem::Requirement
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: "0"
50
- version:
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
51
43
  requirements: []
52
-
53
44
  rubyforge_project:
54
- rubygems_version: 1.3.5
45
+ rubygems_version: 2.0.2
55
46
  signing_key:
56
- specification_version: 3
57
- summary: Emoji provides simple way to get the correct Unicode character for a give mobile carrier implementation.
47
+ specification_version: 4
48
+ summary: Emoji provides simple way to get the correct Unicode character for a give
49
+ mobile carrier implementation.
58
50
  test_files: []
59
-