maxmind-minfraud 0.0.1beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -0
  3. data/maxmind-minfraud.gemspec +13 -0
  4. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: da9f630cb7af3eaa5c460e00c534af11e36d70e2
4
+ data.tar.gz: 81d848da7b4345aa03ee9f50cb5058ba808b892e
5
+ SHA512:
6
+ metadata.gz: 73934c3ab6936fbe6d1ecb3414278e2a205b0fa8394a9bcfd3fdd3e5127dbe04ace508dd35316e15eda57e9c4e557ca45a59519400fee4f0cdb0b2500706cb8d
7
+ data.tar.gz: 6674351159e723023967c7515eed7608e9ebd4d7ae15035089d8c8b0eeb8fa78635e7351e6c1b06a3d24c4c329fadda3e7447a50b18debe487634755ee4e93ea
@@ -0,0 +1 @@
1
+ We're anticipating a release of this gem in the future.
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ Gem::Specification.new do |s|
4
+ s.authors = ['William Storey']
5
+ s.files = Dir['**/*']
6
+ s.name = 'maxmind-minfraud'
7
+ s.summary = 'We\'re anticipating a release of this gem in the future.'
8
+ s.version = '0.0.1beta'
9
+
10
+ s.description = 'We\'re anticipating a release of this gem in the future.'
11
+ s.email = 'support@maxmind.com'
12
+ s.required_ruby_version = '>= 2.4.0'
13
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: maxmind-minfraud
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1beta
5
+ platform: ruby
6
+ authors:
7
+ - William Storey
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-01-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: We're anticipating a release of this gem in the future.
14
+ email: support@maxmind.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - README.md
20
+ - maxmind-minfraud.gemspec
21
+ homepage:
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 2.4.0
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">"
36
+ - !ruby/object:Gem::Version
37
+ version: 1.3.1
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.5.2.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: We're anticipating a release of this gem in the future.
44
+ test_files: []