From d127a5236418571ec8ac062dbca778fc56a19348 Mon Sep 17 00:00:00 2001 From: Max Melentiev Date: Tue, 23 Feb 2016 14:16:53 +0600 Subject: [PATCH] transfered gem to github organization --- README.md | 6 +++--- telegram-bot.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a6ea2f..fe6f874 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Telegram::Bot [![Gem Version](https://badge.fury.io/rb/telegram-bot.svg)](http://badge.fury.io/rb/telegram-bot) -[![Code Climate](https://codeclimate.com/github/printercu/telegram-bot/badges/gpa.svg)](https://codeclimate.com/github/printercu/telegram-bot) -[![Build Status](https://travis-ci.org/printercu/telegram-bot.svg)](https://travis-ci.org/printercu/telegram-bot) +[![Code Climate](https://codeclimate.com/github/telegram-bot-rb/telegram-bot/badges/gpa.svg)](https://codeclimate.com/github/telegram-bot-rb/telegram-bot) +[![Build Status](https://travis-ci.org/telegram-bot-rb/telegram-bot.svg)](https://travis-ci.org/telegram-bot-rb/telegram-bot) Tools for developing bot for Telegram. Best used with Rails, but can be be used in standalone app. Supposed to be used in webhook-mode in production, and poller-mode @@ -210,4 +210,4 @@ push git commits and tags, and push the `.gem` file to [rubygems.org](https://ru ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/printercu/telegram-bot. +Bug reports and pull requests are welcome on GitHub at https://github.com/telegram-bot-rb/telegram-bot. diff --git a/telegram-bot.gemspec b/telegram-bot.gemspec index 7d6b107..ff4e46f 100644 --- a/telegram-bot.gemspec +++ b/telegram-bot.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ['melentievm@gmail.com'] spec.summary = 'Library for building Telegram Bots with Rails integration' - spec.homepage = 'https://github.com/printercu/telegram-bot' + spec.homepage = 'https://github.com/telegram-bot-rb/telegram-bot' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }