Sha256: e8d0063139858ba540e179bb0b3fd70be001770af22d845384f5685305a01b75
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'activeadmin/regex-input/version' Gem::Specification.new do |s| s.name = 'activeadmin-regex-input' s.version = '0.2.0' s.date = '2018-03-14' s.summary = "Active Admin Regex Input" s.description = "A simple filter input for active admin with checking at client if input match predefined regex." s.authors = ["Canh Nguyen"] s.email = 'xuancanh.1994@gmail.com' s.files = `git ls-files -z`.split("\x0") s.homepage = 'https://github.com/xuancanh/activeadmin-regex-input' s.license = 'MIT' s.require_paths = ['lib'] s.add_development_dependency "bundler", "~> 1.5" s.add_development_dependency "rake", "~> 12" s.add_runtime_dependency 'activeadmin' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-regex-input-0.2.0 | activeadmin-regex-input.gemspec |