telegram-bot.gemspec in telegram-bot-0.3.0 vs telegram-bot.gemspec in telegram-bot-0.4.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Telegram::Bot::VERSION spec.authors = ['Max Melentiev'] 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/}) } spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }