lite-archive 1.1.2 → 1.1.3

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: 535beb5e80f2f77c304b3cb07881d3219d98822c973a0bd3ae2b25a217cee3f6
4
- data.tar.gz: aa9ec689bcc94cbb873743d495ad020c738e56ba0c289c73857b874293d5fac0
3
+ metadata.gz: bf3cdb58b65c9f3680ff20c9f72a495c7d06a4996b967a4597ebcdd5af121517
4
+ data.tar.gz: 9c26d266df7ff290be17677473d622cf16dffb83e6540baad3afa777afc2cb32
5
5
  SHA512:
6
- metadata.gz: 1051dd0a9ed346d1583846f75db0a026d7edf33a28e6312e7a1179474559715ab103ba95f7d43b252c118d46c03ffec2308de77f85e469299e3db0396d4df47d
7
- data.tar.gz: 185d5c50c911322614c62189476e85631e40ea4487ed1e2d0b31a9aa76fcb4581560bb626fe12c14d431536afa33ac6249e42bd99144f63f4e5673d1f8b88f5a
6
+ metadata.gz: 94ac1d89830d5de82ee38c1fc31f555f66ed5c6a9ac79ab6d2201ba52a503634ae3f6a5c0f909b02afa429a7d1110054ed2b81d4c310bfed881e565edd3459c8
7
+ data.tar.gz: 64d6d6106e0fab93ef7c1a290008a765cf0d688cf4d5a014d3952d2a1eb7a5bb90691accbb0bfd67e8ff5d84d49f3a1647bd12778a72967460b8feb8dfa36892
data/CHANGELOG.md CHANGED
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [1.1.2] - 2021-07-21
9
+ ## [1.1.3] - 2021-07-22
10
+ ### Changed
11
+ - Move locales to lib
12
+
13
+ ## [1.1.2] - 2021-07-22
10
14
  ### Changed
11
15
  - Improved setup
12
16
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-archive (1.1.2)
4
+ lite-archive (1.1.3)
5
5
  activerecord
6
6
  activesupport
7
7
 
@@ -6,7 +6,7 @@ module Lite
6
6
 
7
7
  initializer 'lite-archive.configure_locales' do |app|
8
8
  Array(app.config.i18n.available_locales).each do |locale|
9
- path = File.expand_path("../../../../config/locales/#{locale}.yml", __FILE__)
9
+ path = File.expand_path("../../../locales/#{locale}.yml", __FILE__)
10
10
  next unless File.file?(path)
11
11
 
12
12
  I18n.load_path << path
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Archive
5
5
 
6
- VERSION = '1.1.2'
6
+ VERSION = '1.1.3'
7
7
 
8
8
  end
9
9
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-archive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
@@ -228,7 +228,6 @@ files:
228
228
  - _config.yml
229
229
  - bin/console
230
230
  - bin/setup
231
- - config/locales/en.yml
232
231
  - lib/generators/lite/archive/install_generator.rb
233
232
  - lib/generators/lite/archive/templates/install.rb
234
233
  - lib/lite/archive.rb
@@ -240,6 +239,7 @@ files:
240
239
  - lib/lite/archive/scopes.rb
241
240
  - lib/lite/archive/table_definition.rb
242
241
  - lib/lite/archive/version.rb
242
+ - lib/locales/en.yml
243
243
  - lite-archive.gemspec
244
244
  homepage: http://drexed.github.io/lite-archive
245
245
  licenses: