Release the intermediary v1.7.3

This commit is contained in:
Stas SUȘCOV 2020-06-22 15:09:00 +01:00
parent 7e2289006c
commit d030cfa7db
No known key found for this signature in database
GPG Key ID: D7ECB707FA8928DF
2 changed files with 6 additions and 1 deletions

View File

@ -24,6 +24,11 @@ Gem::Specification.new do |gem|
gem.files = Dir['lib/**/*']
gem.require_paths = ['lib']
gem.extra_rdoc_files = ['LICENSE.txt', 'README.md']
gem.post_install_message = (
'This was previously known as `fast_jsonapi` ' \
'and it is now renamed to `jsonapi-serializer`. ' \
'Please see the project web page on how to migrate. Thank you!'
)
gem.add_runtime_dependency('activesupport', '>= 4.2')

View File

@ -1,3 +1,3 @@
module FastJsonapi
VERSION = '1.7.2'.freeze
VERSION = '1.7.3'.freeze
end