gemojione 4.1.0 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ describe String, 'with Emoji extensions' do
15
15
  it 'should replace named moji with an img tag' do
16
16
  base_string = "I :heart: Emoji"
17
17
  replaced_string = base_string.with_emoji_names
18
- assert_equal "I <img alt=\"❤\" class=\"emoji\" src=\"http://localhost:3000/2764.png\"> Emoji", replaced_string
18
+ assert_equal "I <img alt=\"heart\" class=\"emoji\" src=\"http://localhost:3000/2764.png\"> Emoji", replaced_string
19
19
  end
20
20
  end
21
21
 
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemojione
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Klabnik
8
8
  - Winfield Peterson
9
9
  - Jonathan Wiesel
10
+ - Allan McLelland
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2019-02-08 00:00:00.000000000 Z
14
+ date: 2019-06-15 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: json
@@ -129,6 +130,7 @@ email:
129
130
  - steve@steveklabnik.com
130
131
  - winfield.peterson@gmail.com
131
132
  - jonathanwiesel@gmail.com
133
+ - allan@bonus.ly
132
134
  executables: []
133
135
  extensions: []
134
136
  extra_rdoc_files: []
@@ -4767,7 +4769,9 @@ files:
4767
4769
  - config/index.json
4768
4770
  - gemojione.gemspec
4769
4771
  - lib/gemojione.rb
4772
+ - lib/gemojione/categories.rb
4770
4773
  - lib/gemojione/index.rb
4774
+ - lib/gemojione/index_importer.rb
4771
4775
  - lib/gemojione/railtie.rb
4772
4776
  - lib/gemojione/string_ext.rb
4773
4777
  - lib/gemojione/tasks/install.rake
@@ -4776,7 +4780,7 @@ files:
4776
4780
  - test/index_test.rb
4777
4781
  - test/string_ext_test.rb
4778
4782
  - test/test_helper.rb
4779
- homepage: http://github.com/jonathanwiesel/gemojione
4783
+ homepage: https://github.com/bonusly/gemojione
4780
4784
  licenses:
4781
4785
  - MIT
4782
4786
  metadata: {}