filecraft 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5fbf0b939d555717c67eacf42b202b0dd6ea659436cb4b22034410ac7fa8b31
4
- data.tar.gz: 571d0005c846e2ca410a8333adce0c58d80541e5084c353dd108bc16d2157b78
3
+ metadata.gz: 811e2c8b4f4ed4d41b93e2324eadacbf1be7794159632f5286939395d5130413
4
+ data.tar.gz: d59258a2c637198fbe824d06f78ef77d46bb09d1cb9f5f350c1ae19fbd92e8dd
5
5
  SHA512:
6
- metadata.gz: 05b992190da04e767cb0599177a7a05bb48481f80d56e2c56e20fba6ca6e46c60e3bb26126d9112cd4c743803b3d8a1ded4bbe3eeb8b6ac4773f93a75e4a3250
7
- data.tar.gz: e9268cd9925b536bd20a14a0869520d288a3f00cff610edc3fbfe7404646490a56dfcb1ad16fc8392107671832f84d7de69dfcc097dd2209579b7666dd2b8e4a
6
+ metadata.gz: a875c22c68181c50dacbc51d2387547a016956a4a0c2a970f58ec0ce0e65391e9621bb5273b3cfeb84a377f658ea8eb8a9d1ad078ccf8714938fdb9308424510
7
+ data.tar.gz: 8806c1ee8f62e0202ea239e771e23baae285c19d6ff849c6c9a9e60bc8f723e2ce7e54b000e80109360fa8a2f20c18a61c5554a792367a0e49923b4f92b623d1
data/filecraft.gemspec CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "A Ruby gem for validating and processing various file types."
12
12
  spec.description = "Filecraft provides a simple interface for validating and processing files of various types, including PDF, PNG, JPEG, and more."
13
- spec.homepage = "https://github.com/sandeepppp/filecraft"
13
+ spec.homepage = "https://github.com/sandcoder/filecraft"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://github.com/sandeepppp/filecraft"
21
- spec.metadata["changelog_uri"] = "https://github.com/sandeepppp/filecraft/blob/main/CHANGELOG.md"
20
+ spec.metadata["source_code_uri"] = "https://github.com/sandcoder/filecraft"
21
+ spec.metadata["changelog_uri"] = "https://github.com/sandcoder/filecraft/blob/main/CHANGELOG.md"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Filecraft
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filecraft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandeep Soni
@@ -73,14 +73,14 @@ files:
73
73
  - lib/filecraft.rb
74
74
  - lib/filecraft/version.rb
75
75
  - sig/filecraft.rbs
76
- homepage: https://github.com/sandeepppp/filecraft
76
+ homepage: https://github.com/sandcoder/filecraft
77
77
  licenses:
78
78
  - MIT
79
79
  metadata:
80
80
  allowed_push_host: https://rubygems.org
81
- homepage_uri: https://github.com/sandeepppp/filecraft
82
- source_code_uri: https://github.com/sandeepppp/filecraft
83
- changelog_uri: https://github.com/sandeepppp/filecraft/blob/main/CHANGELOG.md
81
+ homepage_uri: https://github.com/sandcoder/filecraft
82
+ source_code_uri: https://github.com/sandcoder/filecraft
83
+ changelog_uri: https://github.com/sandcoder/filecraft/blob/main/CHANGELOG.md
84
84
  post_install_message:
85
85
  rdoc_options: []
86
86
  require_paths: