activeadmin-regex-input 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/activeadmin-regex-input.gemspec +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fdd12095bfba6d8da82feec0b308ed3c7fa55bc
|
|
4
|
+
data.tar.gz: 1f2da964316eaaa78ed7ecaedcbb2f48c3c84559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03e9de1de19b774349c2e78f934a8386288b685cf6b37a8a98dc222b34182c3474d3636534199e27a0a9047cb3ca2b8322c8dcc9f02b50752a9e965ba97b13a4
|
|
7
|
+
data.tar.gz: 81a3c32e374f818f9b4e0971d0592ae4a08f1d13dfda528df546ae58d0410bc139b6f10af6404b6facff6fba87b2e695a34641b044d0252c48cd0b799df7c33a
|
data/Gemfile.lock
CHANGED
|
@@ -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.
|
|
8
|
-
s.date = '2018-03-
|
|
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.
|
|
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-
|
|
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
|
- - ">="
|