ruby_strip_emoji 0.1.0 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c3ed8fb176dea68382777b081403b1df9a06668
4
- data.tar.gz: ab0b19ba95bc007730b10de321c735823a493581
3
+ metadata.gz: f494616737e1f95bd4bcbe45645e411bb41c3ed8
4
+ data.tar.gz: 005a6fcd04cdaf1684bcebea6f012772bc224aaa
5
5
  SHA512:
6
- metadata.gz: 2064141a4c7f47b6458d57e22db6e2070ab9bc2992c59be0701e99c45e9785e06b21975bb7465aba82870dc03deefab84c52dd593474f1e706729fc3fdc7e8b7
7
- data.tar.gz: 2ca14571f3a32a7f4e1d62896bf7ae9c317f0e1f49c76dda67d6009d72a3c404ecd89a575d92ee18712e3c4210e0f1bc80e8abb645048c98e85d42137f90f7c2
6
+ metadata.gz: c40bf9edc62c73499aaf3c08228f6fc095c22ce5d7620fbdf104a78b74b6fd42e4081e2e99a7b890649cade8239bcea156994e8c9baaedb4068893fad3621941
7
+ data.tar.gz: 7303de1ce5b11089d990921517e4aeb62be17105b14e4ed9669f6a03830f7db6fa6005214f9db2fa0c54b3ae624f22790e6948b18ba2f77b053f30ccca622052
data/README.md CHANGED
@@ -7,7 +7,7 @@ strip emoji or convert substitute charactor.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'strip_emoji'
10
+ gem 'ruby_strip_emoji'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install strip_emoji
19
+ $ gem install ruby_strip_emoji
20
20
 
21
21
  ## Usage
22
22
 
@@ -1,3 +1,3 @@
1
1
  module StripEmoji
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_strip_emoji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shinjiikeda