Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Jan 27, 2022
1 parent d94ef28 commit e453a65
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
ruby:
- 2.7
- '3.0'
- 3.1
runs-on: ${{ matrix.os }}
env:
LOKALISE_API_TOKEN: 123abc
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.0 (27-Jan-22)

* File exporting is now multi-threaded as Lokalise API started to support parallel requests since January 2022
* Test with Ruby 3.1

## 3.0.0 (14-Oct-21)

This is a major re-write of this gem. The actual import/export functionality was extracted to a separate gem called [lokalise_manager](https://github.com/bodrovis/lokalise_manager) that you can use to run your tasks programmatically from *any* Ruby scripts (powered or not powered by Rails). LokaliseRails now has only the Rails-related logic (even though it should probably work with other frameworks as well).
Expand Down
2 changes: 1 addition & 1 deletion lib/lokalise_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# :nocov:
module LokaliseRails
VERSION = '3.0.0'
VERSION = '4.0.0'
end
# :nocov:
2 changes: 1 addition & 1 deletion lokalise_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = ['README.md']
spec.require_paths = ['lib']

spec.add_dependency 'lokalise_manager', '~> 1.0'
spec.add_dependency 'lokalise_manager', '~> 2.0'

spec.metadata = {
'rubygems_mfa_required' => 'true'
Expand Down
36 changes: 20 additions & 16 deletions spec/fixtures/vcr_cassettes/upload_files.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e453a65

Please sign in to comment.