mini_defender 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 6442a233854e38c0ac2a50d040d132c927be919fbba2c1a0dd8a303501c53fb4
4
- data.tar.gz: 28b2336b4e20828a3a3e92027c9c501902426e1ef8319b88f84d92c7589ab92b
3
+ metadata.gz: abb68f4ad7d5c250a9fea58d038b4fa51f616075e705b8ee7de1a4a61305e33f
4
+ data.tar.gz: 128aa15e2e302cf0fc20a755767df2c27d458637746c6f43f210e69c7f656f4e
5
5
  SHA512:
6
- metadata.gz: 3ab48998b4c80d478ae46fcab7d161d8c4f2fee7c7e43c0066c9d46cf5188db1b02cb3ef578f4b4db58a48add2fbad048d443f1606a4156bfa9f724e70832a62
7
- data.tar.gz: 18f49db6546dca476afbbd137e28a0f4c6e0760ee7cd9aeb083624ff0da5fbdfd6484af4a44bbfdd7a5a961935a3000cdb7662b5fa83765d78f706531fb8f1ad
6
+ metadata.gz: 6ed0d0ba2152f8deef6a05fd002cd4350bfbe757c82409783c369a5bc7b7e20738e5ac594a45954264baabab14a8c92a632b71baa6d75e7d7c2fc5f6d1b72a2d
7
+ data.tar.gz: 6a3a308ddc3663e83176854587361a3d72e8926df1f8d8c6750eb5732bd372471dda960f5e4ca2343ce222fd919cafb6b8637adc16405fa0d9423e9fc8ce5f59
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mini_defender (0.1.0)
4
+ mini_defender (0.1.2)
5
5
  actionpack (>= 6.0)
6
6
  activemodel (>= 6.0)
7
7
  activesupport (>= 6.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiniDefender
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
@@ -10,15 +10,14 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "A small and efficient validation library for Rails and anything that uses Ruby."
12
12
  spec.description = spec.summary
13
- spec.homepage = "https://mini.ahoshaiyan.com"
13
+ spec.homepage = "https://github.com/ahoshaiyan/mini-defender"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
16
16
 
17
17
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
21
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
20
+ spec.metadata["source_code_uri"] = spec.homepage
22
21
 
23
22
  # Specify which files should be added to the gem when it is released.
24
23
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_defender
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Alhoshaiyan
@@ -177,11 +177,12 @@ files:
177
177
  - lib/mini_defender/version.rb
178
178
  - mini_defender.gemspec
179
179
  - sig/mini_defender.rbs
180
- homepage: https://mini.ahoshaiyan.com
180
+ homepage: https://github.com/ahoshaiyan/mini-defender
181
181
  licenses:
182
182
  - MIT
183
183
  metadata:
184
- homepage_uri: https://mini.ahoshaiyan.com
184
+ homepage_uri: https://github.com/ahoshaiyan/mini-defender
185
+ source_code_uri: https://github.com/ahoshaiyan/mini-defender
185
186
  post_install_message:
186
187
  rdoc_options: []
187
188
  require_paths: