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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6048fd7855dcaaddc0b0c6ebd1c009399e3571301e453b5661a314139483bce
4
- data.tar.gz: 25ef63b0874e083bf7d56aff9d50d90526f976168b5d0c651ab07c737155a791
3
+ metadata.gz: '029ffd3b335f42937af8f8fc743f37ee3ec47dc7f091e8ae21c455bf054f7d05'
4
+ data.tar.gz: 46afde280edff2ad97cc129f5207e4bf2719068b1491ddfd3e3a40908d94b651
5
5
  SHA512:
6
- metadata.gz: 4b89fb98cb5786ba3cdf1fd0df6dbd9d6c9fd75256a4baa2b9823fd35c1aafe55d30610eff0c217aecd5ae473ebfde14538bd53cd2602ae5cc489f8df95b7461
7
- data.tar.gz: 5961bf0932ac5d9f16de219e55e9a743b6dcce90787b3cea19fd1dad6945d89a67ffce7263771d154f1c132e9065a2ae1038ea279e13f25d1b68483621683efe
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LocalizedControllers
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
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.1.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-13 00:00:00.000000000 Z
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: []