mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Invalid gemspecs are bad
This commit is contained in:
parent
ed3c510d2e
commit
054eeda12b
@ -1,9 +1,9 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["José Valim"]
|
||||
gem.email = ["jose.valim@gmail.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.authors = ["José Valim", "Yehuda Katz"]
|
||||
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.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user