mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Added homepage in Gemspec
This commit is contained in:
parent
655c4fe1c2
commit
4b429c1f6e
@ -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 = ""
|
||||
gem.homepage = "https://github.com/josevalim/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