diff --git a/MIT-LICENSE b/MIT-LICENSE index d452d3d..3d32773 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,3 +1,4 @@ +Copyright (c) 2020 Rafael França, Carlos Antônio da Silva Copyright 2009-2019 Plataformatec. http://plataformatec.com.br Permission is hereby granted, free of charge, to any person obtaining diff --git a/README.md b/README.md index b1554b9..440927c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Responders [![Gem Version](https://fury-badge.herokuapp.com/rb/responders.svg)](http://badge.fury.io/rb/responders) -[![Build Status](https://api.travis-ci.org/plataformatec/responders.svg?branch=master)](http://travis-ci.org/plataformatec/responders) -[![Code Climate](https://codeclimate.com/github/plataformatec/responders.svg)](https://codeclimate.com/github/plataformatec/responders) +[![Build Status](https://api.travis-ci.org/plataformatec/responders.svg?branch=master)](http://travis-ci.org/heartcombo/responders) +[![Code Climate](https://codeclimate.com/github/plataformatec/responders.svg)](https://codeclimate.com/github/heartcombo/responders) A set of responders modules to dry up your Rails app. @@ -253,6 +253,6 @@ Want more examples ? Check out these blog posts: If you discover any bugs or want to drop a line, feel free to create an issue on GitHub. -http://github.com/plataformatec/responders/issues +http://github.com/heartcombo/responders/issues -MIT License. Copyright 2009-2019 Plataformatec. http://plataformatec.com.br +MIT License. Copyright 2020 Rafael França, Carlos Antônio da Silva. Copyright 2009-2019 Plataformatec. diff --git a/responders.gemspec b/responders.gemspec index 551dd2c..eb5cbf8 100644 --- a/responders.gemspec +++ b/responders.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |s| s.version = Responders::VERSION.dup s.platform = Gem::Platform::RUBY s.summary = "A set of Rails responders to dry up your application" - s.email = "contact@plataformatec.com.br" - s.homepage = "https://github.com/plataformatec/responders" + s.email = "heartcombo@googlegroups.com" + s.homepage = "https://github.com/heartcombo/responders" s.description = "A set of Rails responders to dry up your application" s.authors = ["José Valim"] s.license = "MIT"