Compare commits

...

1 Commits

Author SHA1 Message Date
Stas SUȘCOV
e9f6ee7c96
Release the intermediary v1.7.3 2020-06-22 15:09:00 +01:00
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.files = Dir['lib/**/*']
gem.require_paths = ['lib'] gem.require_paths = ['lib']
gem.extra_rdoc_files = ['LICENSE.txt', 'README.md'] 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') gem.add_runtime_dependency('activesupport', '>= 4.2')

View File

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