Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e9f6ee7c96 |
@ -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')
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FastJsonapi
|
||||
VERSION = '1.7.2'.freeze
|
||||
VERSION = '1.7.3'.freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user