lib/travis/client/repository.rb in travis-1.6.17.travis.587.5 vs lib/travis/client/repository.rb in travis-1.6.17.travis.588.5
- old
+ new
@@ -56,9 +56,11 @@
one :repo
many :repos
aka :repository, :permissions, :admin, :pull, :push, :hooks
+ has_singleton :ssh_key
+
def initialize(*)
super
attributes['active'] = attributes['private'] = attributes['admin'] = nil
end