codicefiscale_ruby 0.1.0 → 0.2.0

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: e1df1b92e1c2fe124c503a7a24fb8c2c166a9463f2fc7ca763640bb8d6b2652a
4
- data.tar.gz: c95c14a1e325da055e5e468987fc54b248f8f50dab1822e7d1c89ec2d113a96b
3
+ metadata.gz: 61e2c0d8da138b70a0a181087ed10938b56aa5a872b0ccfa3d50283a87ee674a
4
+ data.tar.gz: c5040f42eea8bf29077bea92c28c2acf9b7457692ad00eb456172bd36dc16cd2
5
5
  SHA512:
6
- metadata.gz: 6ed0161583d30f15fe29bd093c24d90dbbc99dc3edd0b8cdd06e5af34f47c762d1bc5aaf5ffabcfabe68c11a50b77305535b1d25d3da503402af2947eb95811a
7
- data.tar.gz: da21a0229cba4501978623240ca1c55d623035110b9fd095817133ddb4d8553f6007f7103ed1c4f6f5f6682103b21c7effff258a284d447dd86823e8a6510374
6
+ metadata.gz: 7aec5c1910847048399489f5c1704542be3952b1956cae66af713ba2ddc42c2ba29f35ef4f60bfc51ea15560b37f12868790999e8745c181f2c5f61e5fc40bd1
7
+ data.tar.gz: 2eb9453a07e21ca1ad0a383adbc3ecb5fc71c2b568fbc067040d7c5b5010ddd4c802d0c67f14ad104b7d3b7a9c7615656dff90fc057b6229a21bcc99513ba220
data/README.md CHANGED
@@ -1,35 +1,15 @@
1
- # CodiceFiscale
1
+ # CodiceFiscaleRuby
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
3
+ [![Gem Version](https://badge.fury.io/rb/codicefiscale_rubyall.svg)](https://badge.fury.io/rb/codicefiscale_rubyall)
4
4
 
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/codice_fiscale`. To experiment with that code, run `bin/console` for an interactive prompt.
5
+ A Ruby gem to **generate and validate Italian and foreign Codice Fiscale (CF)**.
6
+ It allows you to generate a CF based on personal details and validate existing CF codes.
6
7
 
7
- ## Installation
8
-
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
- Install the gem and add to the application's Gemfile by executing:
12
-
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
14
-
15
- If bundler is not being used to manage dependencies, install the gem by executing:
16
-
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
18
-
19
- ## Usage
8
+ ---
20
9
 
21
- TODO: Write usage instructions here
22
-
23
- ## Development
24
-
25
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
-
27
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
-
29
- ## Contributing
30
-
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/codice_fiscale.
10
+ ## Installation
32
11
 
33
- ## License
12
+ Add this line to your application's Gemfile:
34
13
 
35
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
14
+ ```ruby
15
+ gem "codicefiscale_rubyall"
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
22
22
  spec.metadata["homepage_uri"] = spec.homepage
23
- spec.metadata["source_code_uri"] = "https://github.com/udira-re/CF-gem-.git"
23
+ spec.metadata["source_code_uri"] = "https://github.com/udira-re/codice-fiscale"
24
24
  spec.metadata["changelog_uri"] = "https://github.com/udira-re/codice-fiscale/blob/main/CHANGELOG.md"
25
25
 
26
26
  # Specify which files should be added to the gem when it is released.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodiceFiscale
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codicefiscale_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amshu Pokharel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-13 00:00:00.000000000 Z
11
+ date: 2026-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  A Ruby gem to generate Codice Fiscale for Italian and foreign individuals
@@ -39,7 +39,7 @@ licenses:
39
39
  metadata:
40
40
  allowed_push_host: https://rubygems.org
41
41
  homepage_uri: https://github.com/udira-re/codice-fiscale
42
- source_code_uri: https://github.com/udira-re/CF-gem-.git
42
+ source_code_uri: https://github.com/udira-re/codice-fiscale
43
43
  changelog_uri: https://github.com/udira-re/codice-fiscale/blob/main/CHANGELOG.md
44
44
  post_install_message:
45
45
  rdoc_options: []