From c9db9c8c8f3c522a5125bf73c7ecc937adae0b3c Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:09:44 +0000 Subject: [PATCH 1/3] Update bancos_brasileiros.gemspec --- bancos_brasileiros.gemspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bancos_brasileiros.gemspec diff --git a/bancos_brasileiros.gemspec b/bancos_brasileiros.gemspec new file mode 100644 index 00000000..72bfed95 --- /dev/null +++ b/bancos_brasileiros.gemspec @@ -0,0 +1,16 @@ +Gem::Specification.new do |spec| + spec.name = "bancos_brasileiros" + spec.version = "0.1.0" + spec.summary = "A Ruby gem for Brazilian banks information." + spec.description = "This gem provides information about Brazilian banks, including codes and other relevant data." + spec.authors = ["Elton Santos"] + spec.email = ["elton@example.com"] + spec.files = Dir["lib/**/*", "data/**/*"] + spec.homepage = "https://github.com/eltonsantos/bancos_brasileiros" + spec.license = "MIT" + spec.required_ruby_version = ">= 2.5" + spec.metadata["homepage_uri"] = spec.homepage + spec.metadata["source_code_uri"] = spec.homepage + spec.metadata["changelog_uri"] = "https://github.com/eltonsantos/bancos_brasileiros/CHANGELOG.md" + spec.metadata["bug_tracker_uri"] = "https://github.com/eltonsantos/bancos_brasileiros/issues" +end From 88db6bc0da78c28cf99e111aa2098ffccc652742 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:09:51 +0000 Subject: [PATCH 2/3] Update Rakefile --- Rakefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Rakefile diff --git a/Rakefile b/Rakefile new file mode 100644 index 00000000..33ad577f --- /dev/null +++ b/Rakefile @@ -0,0 +1,11 @@ +require "rake" +require "bundler/gem_tasks" + +task :default => :build + +task :build do + sh "gem build bancos_brasileiros.gemspec" +end +task :release => [:build] do + sh "gem push $(ls *.gem)" +end From 79abbfb86b467b5ff84b19aab96dfadb1a92fbee Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:10:00 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 29092cbb..a187275c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,32 @@ --- +## Installation + +Add this line to your application's Gemfile: + +```ruby +gem 'bancos_brasileiros' +``` + ## List of banks +And then execute: + +```bash +$ bundle install +``` + +Or install it yourself as: + + +```bash +$ gem install bancos_brasileiros +``` + +## Usage + +TODO: Write usage instructions here ### Formats This list contains 400+ registered banks, in the following formats: