bancos_brasileiros 0.1.0 → 0.1.1

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: 753d883296d6bc4b12ef397219f4349b43376cfdb80dd121a7cb639a0880c2c1
4
- data.tar.gz: df8b4170b7359151a318574507a6d03ba8be3204316665a7a50f9d3810d3fea9
3
+ metadata.gz: a94008e2224172585906defd9ea32701115421c4ed642c2f83544c9fa45400c0
4
+ data.tar.gz: 361a1b62a8226f51bbcb4856a83bcec30d9e3f9856c2ca60f190ad91751a33b8
5
5
  SHA512:
6
- metadata.gz: 58719dd199e01bc14e85756f2891921ad64da8beb84be7b2f6d4311b9e03c9e0fc6389ebcd57f0a89cb2ada606959f615aeb08f823075a6b0055d4dd74a874f0
7
- data.tar.gz: 7bf37187aab4faac20f8712204b73d3906ab81ab96092b133e0ef542e910751f84de694dc2ab1e8a60804c67a008aac2da91e4cfdc5e15a2ff38a6ef87551bc3
6
+ metadata.gz: 8adec4a93cce14226e8c0b7520ec6ac106bdb9ffa8cfd2b3af729527924371db1fa2940de1c1dcba0b15f1e9dd7537ae6dc1194f68e29e88b149ac7a39282cdb
7
+ data.tar.gz: 91e18688b8e73762fb3fc07489da7a57ce0d21981f8aea5e995b335ff7ba704dd2712bf506396a19ae0784793c100ddea70aa865bb8a9eb0d9fb4ddcc77174f6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.1.1
2
+
3
+ - Add json with all banks (updated until Jul 13, 2024)
4
+ - Add methods
5
+ - Change README
6
+
1
7
  ## 0.1.0
2
8
 
3
9
  - First release
data/README.md CHANGED
@@ -1,30 +1,20 @@
1
- # BancosBrasileiros
1
+ # Bancos Brasileiros
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
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/bancos_brasileiros`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ 🇧🇷 🏦 📋 Brazilian commercial banks list
6
4
 
7
5
  ## Installation
8
6
 
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
20
-
21
- TODO: Write usage instructions here
7
+ Add gem in your Gemfile:
22
8
 
23
- ## Development
9
+ ```ruby
10
+ gem 'bancos_brasileiros'
11
+ ```
12
+ and run **bundle install**
24
13
 
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.
14
+ ## Requirements
26
15
 
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).
16
+ - Ruby >= 2.6.0 (recommended 2.7+)
17
+ - Rails >= 6.0 (compatible up to Rails 7)
28
18
 
29
19
  ## Contributing to Bancos Brasileiros
30
20
 
Binary file