localized_controllers 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/localized_controllers/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '029ffd3b335f42937af8f8fc743f37ee3ec47dc7f091e8ae21c455bf054f7d05'
|
4
|
+
data.tar.gz: 46afde280edff2ad97cc129f5207e4bf2719068b1491ddfd3e3a40908d94b651
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e29489812c24c18dd4b8cf23f057776886a203aa61569ea52a454e952a7d7d096ec83e9215eb69a08c13a36e95d8e107f1be7908bd966f2d9a56d78b580f0e55
|
7
|
+
data.tar.gz: 58a6c643cb0260cf2cdc35c95ca2b0aac4ccb648a5f925d22eb5901c50513379cd863fa98606c809d4e54004ebac6e45a84866804fce06474a3e53adbab78db9
|
data/README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/localized_controllers.svg)](https://badge.fury.io/rb/localized_controllers)
|
1
2
|
[![Build Status](https://travis-ci.com/hamuyuuki/localized_controllers.svg?branch=main)](https://travis-ci.com/hamuyuuki/localized_controllers)
|
2
3
|
[![CI](https://github.com/hamuyuuki/localized_controllers/actions/workflows/ci.yml/badge.svg)](https://github.com/hamuyuuki/localized_controllers/actions/workflows/ci.yml)
|
3
4
|
[![Maintainability](https://api.codeclimate.com/v1/badges/22ce36bcfc386745e3b1/maintainability)](https://codeclimate.com/github/hamuyuuki/localized_controllers/maintainability)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: localized_controllers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hamuyuuki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -94,7 +94,8 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description: Bring automagic localization to controllers.
|
97
|
+
description: Bring automagic localization to controllers. That's inspired by Localized
|
98
|
+
Views in Rails.
|
98
99
|
email:
|
99
100
|
- 13702378+hamuyuuki@users.noreply.github.com
|
100
101
|
executables: []
|