rumojinize 0.2.1 → 0.3.0
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 +5 -5
- data/README.md +3 -0
- data/lib/rumojinize/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 18a6d31ae14aaccd9c0e843eec5506466fb53144
|
4
|
+
data.tar.gz: b280a9c1462b4dea4323db60f9840ee6037459c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c807404b62c160c9a7c923d58d21408990f89ad1c628a80193570b18a0a68b718f9fdaf19fb2483d2605f0f5d3e1dea3c8e1f64f830cc91837c29b35f5993c5d
|
7
|
+
data.tar.gz: bb8c23f6475f2f28d66e8bbfe4098a39ef1e0d343f3cda8584aeae2030152e0e091a89a48138c81422900f95363fd036cce9f32fe267e808c610b31f31c5808c
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# 🐶Rumojinize
|
2
2
|
|
3
|
+
[](https://circleci.com/gh/tanakaworld/rumojinize/tree/master)
|
4
|
+
[](https://badge.fury.io/rb/rumojinize)
|
5
|
+
|
3
6
|
This is an ActiveRecord plugin make you easily store emoji to DB.
|
4
7
|
|
5
8
|
Supporting:
|
data/lib/rumojinize/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rumojinize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tanakaworld
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
87
|
rubyforge_project:
|
88
|
-
rubygems_version: 2.
|
88
|
+
rubygems_version: 2.6.13
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: "\U0001F436ActiveRecord plugin make you easily store emoji to DB."
|