coingecko_client.gemspec in coingecko_client-0.1.1 vs coingecko_client.gemspec in coingecko_client-0.1.2
- old
+ new
@@ -1,11 +1,11 @@
require_relative 'lib/coingecko_client/version'
Gem::Specification.new do |spec|
spec.name = "coingecko_client"
spec.version = CoingeckoClient::VERSION
- spec.authors = ["Bruck1701"]
- spec.email = ["kummel@gmail.com"]
+ spec.authors = ["Bruck1701", "mark-ruddy"]
+ spec.email = ["kummel@gmail.com","1markruddy@gmail.com"]
spec.summary = 'A simple coingecko API client '
spec.description = 'This is my first gem and the idea was to develop a super simple and lightweight client to connect with Coingecko API.
Keep in mind that this is by no means an oficial gem from Coingecko, it is a MIT license pet project! Use at your own discretion!