mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 14:29:31 +00:00
Merge pull request #285 from bquorning/patch-1
Change gem.homepage to new location
This commit is contained in:
commit
497a887d59
@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
||||
gem.email = ["jose.valim@gmail.com", "wycats@gmail.com"]
|
||||
gem.description = %q{Making it easy to serialize models for client-side use}
|
||||
gem.summary = %q{Bringing consistency and object orientation to model serialization. Works great for client-side MVC frameworks!}
|
||||
gem.homepage = "https://github.com/josevalim/active_model_serializers"
|
||||
gem.homepage = "https://github.com/rails-api/active_model_serializers"
|
||||
|
||||
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
||||
gem.files = `git ls-files`.split("\n")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user