Skip to content

Commit

Permalink
Merge pull request #5 from tbrammar/1-0-2-release
Browse files Browse the repository at this point in the history
1 0 2 release
  • Loading branch information
tbrammar authored Oct 2, 2023
2 parents 8f2b552 + bd97ab5 commit 9bd766e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coverage
*.gem
*.DS_Store
*.DS_Store
*.ruby-gemset
*.ruby-version
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
apilayer-ruby-3 (1.0.1)
apilayer-ruby-3 (1.0.2)
faraday (~> 2.0)
json (~> 2.0)
json (~> 2.6)

GEM
remote: https://rubygems.org/
Expand Down
7 changes: 3 additions & 4 deletions apilayer-ruby-3.gemspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
Gem::Specification.new do |spec|
spec.name = 'apilayer-ruby-3'
spec.version = '1.0.1'
spec.version = '1.0.2'
spec.authors = ["Alex Fong, Tom Brammar"]
spec.email = ["[email protected]"]
spec.files = Dir["lib/apilayer.rb",
"lib/apilayer/*",
"Gemfile",
"LICENSE",
"Rakefile",
"README.rdoc"
"Rakefile"
]

spec.summary = %q{Acts as a dependency for the currency_layer and vat_layer gems. See https://apilayer.com/ for more details. This fork is updated to support Ruby 3.}
spec.description = %q{Acts as a dependency for the currency_layer and vat_layer gems. See https://apilayer.com/ for more details. This fork is updated to support Ruby 3.}
spec.homepage = "https://github.com/tbrammar/apilayer-ruby3"
spec.licenses = %w(MIT)

spec.add_runtime_dependency 'json', '~> 2.0'
spec.add_runtime_dependency 'json', '~> 2.6'
spec.add_runtime_dependency 'faraday', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.1'
spec.add_development_dependency 'pry', '~> 0.14'
Expand Down

0 comments on commit 9bd766e

Please sign in to comment.