activeadmin-regex-input 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: c8ae755b97161ae9810e60465904167914270279
4
- data.tar.gz: f3f54691637c9cbd28a0a29920d07a4251a3ac25
3
+ metadata.gz: 9fdd12095bfba6d8da82feec0b308ed3c7fa55bc
4
+ data.tar.gz: 1f2da964316eaaa78ed7ecaedcbb2f48c3c84559
5
5
  SHA512:
6
- metadata.gz: f24b4bc0d7777ea7621c26dbef11398a311cfb42a07f9e70995cfa11baaf34064175d9239d41bd048ccd429bca4c0ce512c1094453ffbcd657bf245f2daa42b6
7
- data.tar.gz: 48abe5d4ca19742d4124b9b9a437ffe974dfee37bdc3004eaae021faa9412564f30c619a362dbebf65aaf62b5ff5c28a50d1402d3696c98b93c180fbd3dde501
6
+ metadata.gz: 03e9de1de19b774349c2e78f934a8386288b685cf6b37a8a98dc222b34182c3474d3636534199e27a0a9047cb3ca2b8322c8dcc9f02b50752a9e965ba97b13a4
7
+ data.tar.gz: 81a3c32e374f818f9b4e0971d0592ae4a08f1d13dfda528df546ae58d0410bc139b6f10af6404b6facff6fba87b2e695a34641b044d0252c48cd0b799df7c33a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin-regex-input (0.2.0)
4
+ activeadmin-regex-input (0.2.2)
5
5
  activeadmin
6
6
 
7
7
  GEM
@@ -4,8 +4,8 @@ require 'activeadmin/regex-input/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'activeadmin-regex-input'
7
- s.version = '0.2.1'
8
- s.date = '2018-03-14'
7
+ s.version = '0.2.2'
8
+ s.date = '2018-03-26'
9
9
  s.summary = "Active Admin Regex Input"
10
10
  s.description = "A simple filter input for active admin with checking at client if input match predefined regex."
11
11
  s.authors = ["Canh Nguyen"]
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.files = `git ls-files -z`.split("\x0")
14
14
  s.homepage = 'https://github.com/xuancanh/activeadmin-regex-input'
15
15
  s.license = 'MIT'
16
- s.require_paths = ['lib']
16
+ s.require_paths = ['lib', 'app']
17
17
 
18
18
  s.add_development_dependency "bundler", "~> 1.5"
19
19
  s.add_development_dependency "rake", "~> 12"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-regex-input
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canh Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-14 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,6 +82,7 @@ post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths:
84
84
  - lib
85
+ - app
85
86
  required_ruby_version: !ruby/object:Gem::Requirement
86
87
  requirements:
87
88
  - - ">="