Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Updates Version, Changelog (and README/LICENSE copyright years)
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Jan 7, 2021
1 parent 7001c6c commit 7cb38d8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

...

## [2.3.0] - 2021-01-07

### Fixed

- Fixes calls to `I18n.t` with keyword arguments to support Ruby 3.0
- Replaces Travis CI with GitHub Actions
- Updates webmock development dependency
- Removes sdoc from Gemfile

## [2.2.1] - 2020-10-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2020 Authy Inc
Copyright (c) 2012-2021 Authy Inc

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,20 +227,12 @@ end

## Running Tests

To prepare the tests run the following commands:

```bash
$ cd spec/rails-app
$ bundle install
$ RAILS_ENV=test bundle exec rake db:migrate
```

Now on the project root run the following commands:
Run the following command:

```bash
$ bundle exec rspec spec/
$ bundle exec rspec
```

## Copyright

Copyright (c) 2012-2020 Authy Inc. See LICENSE.txt for further details.
Copyright (c) 2012-2021 Authy Inc. See LICENSE.txt for further details.
2 changes: 1 addition & 1 deletion lib/devise-authy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeviseAuthy
VERSION = '2.2.1'
VERSION = '2.3.0'
end

0 comments on commit 7cb38d8

Please sign in to comment.