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 +4 -4
- data/README.md +9 -29
- data/codice_fiscale.gemspec +1 -1
- data/lib/codice_fiscale/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61e2c0d8da138b70a0a181087ed10938b56aa5a872b0ccfa3d50283a87ee674a
|
|
4
|
+
data.tar.gz: c5040f42eea8bf29077bea92c28c2acf9b7457692ad00eb456172bd36dc16cd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7aec5c1910847048399489f5c1704542be3952b1956cae66af713ba2ddc42c2ba29f35ef4f60bfc51ea15560b37f12868790999e8745c181f2c5f61e5fc40bd1
|
|
7
|
+
data.tar.gz: 2eb9453a07e21ca1ad0a383adbc3ecb5fc71c2b568fbc067040d7c5b5010ddd4c802d0c67f14ad104b7d3b7a9c7615656dff90fc057b6229a21bcc99513ba220
|
data/README.md
CHANGED
|
@@ -1,35 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CodiceFiscaleRuby
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://badge.fury.io/rb/codicefiscale_rubyall)
|
|
4
4
|
|
|
5
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
12
|
+
Add this line to your application's Gemfile:
|
|
34
13
|
|
|
35
|
-
|
|
14
|
+
```ruby
|
|
15
|
+
gem "codicefiscale_rubyall"
|
data/codice_fiscale.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
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.
|
|
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-
|
|
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/
|
|
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: []
|