lite-validators 1.0.2 → 1.0.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: 52d4e3879099bb18f74ab8655b7b991bac25e53d8962293b801ee6dfc33959aa
4
- data.tar.gz: 6e0c40b97a41c659cb5c2e11a29d3ef526c90c255199d4cfa3ca9b1d570a2908
3
+ metadata.gz: 23a7f2d691503fe34e366813d7b5c2eac84a510f1412864c31ab3ed85c0c6235
4
+ data.tar.gz: 50dd36aaf0fce358533c55aab4e3660dc484faa9b611c73266ba12f88c6be91f
5
5
  SHA512:
6
- metadata.gz: 643b24bee5ab8aec7986b6ab2d0ed964698896ea38e290fa1aaea18d4e528ba88f4ccfde8a8958e972677dc608478ec741d738881ded14b5addbeaa59ef140d5
7
- data.tar.gz: 421ae434b7f4180221813cd72644e44e8a9a5c9314f4bc22647d64ac9c8760643a6f9d6067c62f56a688890ffbc25592cc912fb554208eadad74a4d6ad53e446
6
+ metadata.gz: 000a326dd1c6250166e50209dbb4bc13d29548ffa063b1b9fb952231c9ab32546c6838f47338a54ff2d6bdb3fe2fcba931d83a1f85920d9cc53dc9ea8a2bc8b8
7
+ data.tar.gz: 5de2ccebc88831f04f1be40c0118288c3d12238e0673d6f1047bc1c3bad054d964bfed42ce84da905b6595e4b2b5174aa1ccf2a21d63a4a242bce012c4382b4c
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ## [1.0.3] - 2019-07-08
9
+ ### Added
10
+ - Require rails/railtie in railtie
8
11
 
9
12
  ## [1.0.2] - 2019-07-01
10
13
  ### Added
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-validators (1.0.2)
4
+ lite-validators (1.0.3)
5
5
  activemodel
6
6
 
7
7
  GEM
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'rails/railtie'
4
+
3
5
  module Lite
4
6
  module Validators
5
7
  class Railtie < ::Rails::Railtie
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Validators
5
5
 
6
- VERSION ||= '1.0.2'
6
+ VERSION ||= '1.0.3'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-validators
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel