File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- _ TODO: add badges _
1+ ![ build ] ( https://github.com/CodeursenLiberte/siret_validator/actions/workflows/main.yml/badge.svg ) [ ![ Gem Version ] ( https://badge.fury.io/rb/siret_validator.svg )] ( https://badge.fury.io/rb/siret_validator )
22
33# siret_validator
44
@@ -17,13 +17,13 @@ This gem provides a Rails validator for french [SIRET numbers](https://entrepren
1717Install the gem and add to the application's Gemfile by executing:
1818
1919``` bash
20- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
20+ bundle add siret_validator
2121```
2222
2323If bundler is not being used to manage dependencies, install the gem by executing:
2424
2525``` bash
26- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
26+ gem install siret_validator
2727```
2828
2929Alternatively, you can vendor the gem by just copy-pasting the ` lib/siret_validator.rb ` file into your ` app/validators ` directory.
You can’t perform that action at this time.
0 commit comments