tcmb_currency 0.5.2 → 1.0.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
  SHA1:
3
- metadata.gz: 06105f579025700c77492dd0a7b96708eeeb940c
4
- data.tar.gz: d6ed2f2eabde91aebda06fe792ade322aafde16e
3
+ metadata.gz: 0f6b42757a4219d0330efd6d943b88a503ae0969
4
+ data.tar.gz: 47198cd41cba218f3a178d73023ac074e80e4314
5
5
  SHA512:
6
- metadata.gz: 9a990d3da53bcb02f58e0664ac4bcf1e7c21694a7653a6f737c8ccc3752ca5b78cbfa3cb3d251c9ab06595fd8d85845430eebcdb198ddcea484b8d791e74e147
7
- data.tar.gz: f6f48d807646ebdb033b95e09382472f532d3f00304509ef005f263e49e87a8f7177f102a78009cdcb86b0baf09aa6e466a1c80074c3ea78dcacff4c21838862
6
+ metadata.gz: fd5c7ce8c1d55a480af373c25d17a132e0b4f6ad5a88f876dfa6f95478e247b1412bf6a004577224b620b2aa389e75c1b55a292566833703f15367d91b2901e7
7
+ data.tar.gz: 0552e95147fa2633b4f1f5f97e0e3b5310c11589d036f0434ee733996d6006ba2d30ac17deecb5e001c891238383cdbd716e91a6efd6c3645ca606242dafe39e
@@ -1,4 +1,4 @@
1
- class CreateCrossRatesTable < ActiveRecord::Migration
1
+ class CreateCrossRatesTable < ActiveRecord::Migration[5.0]
2
2
  def self.up
3
3
  create_table :cross_rates do |t|
4
4
  t.string :code
@@ -1,4 +1,4 @@
1
- class CreateCurrencyTypes < ActiveRecord::Migration
1
+ class CreateCurrencyTypes < ActiveRecord::Migration[5.0]
2
2
  def self.up
3
3
  create_table :currency_types do |t|
4
4
  t.string :currency
@@ -1,3 +1,3 @@
1
1
  module TcmbCurrency
2
- VERSION = '0.5.2'.freeze
2
+ VERSION = '1.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcmb_currency
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lab2023