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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 38cbd50a557db3dcc3e60c58c19ab911552603475246382c518b7208a8084401
4
- data.tar.gz: 85b0dbea4e3ac68eaabfa24003684f86c61afc0c795e39c7354215d314a8da0e
2
+ SHA1:
3
+ metadata.gz: 18a6d31ae14aaccd9c0e843eec5506466fb53144
4
+ data.tar.gz: b280a9c1462b4dea4323db60f9840ee6037459c6
5
5
  SHA512:
6
- metadata.gz: 1d225f2c0347ed0b2618257d0fde5a2636ccf14b3a0f3807dd3a6eefa4209edda0d0fb961f50c90c6b5f31906c58947a086a6c10cc3597f0d14c5610fd005532
7
- data.tar.gz: 96e400a5783b597e79d8c4ffe79148a0d8b2676d97e76aa5403f1910b03a49d4dfa92cef2771f0df3f80d0c5fdc6d898a3cd65644a4663906d060e94dfc17d32
6
+ metadata.gz: c807404b62c160c9a7c923d58d21408990f89ad1c628a80193570b18a0a68b718f9fdaf19fb2483d2605f0f5d3e1dea3c8e1f64f830cc91837c29b35f5993c5d
7
+ data.tar.gz: bb8c23f6475f2f28d66e8bbfe4098a39ef1e0d343f3cda8584aeae2030152e0e091a89a48138c81422900f95363fd036cce9f32fe267e808c610b31f31c5808c
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # 🐶Rumojinize
2
2
 
3
+ [![CircleCI](https://circleci.com/gh/tanakaworld/rumojinize/tree/master.svg?style=svg)](https://circleci.com/gh/tanakaworld/rumojinize/tree/master)
4
+ [![Gem Version](https://badge.fury.io/rb/rumojinize.svg)](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:
@@ -1,3 +1,3 @@
1
1
  module Rumojinize
2
- VERSION = '0.2.1'
2
+ VERSION = '0.3.0'
3
3
  end
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.2.1
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: 2018-06-09 00:00:00.000000000 Z
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.7.6
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."