boletosimples.gemspec in boletosimples-0.0.5 vs boletosimples.gemspec in boletosimples-0.0.6

- old
+ new

@@ -9,10 +9,10 @@ gem.version = BoletoSimples::VERSION gem.authors = ['Kivanio Barbosa', 'Rafael Lima', 'Thiago Belem'] gem.email = ['kivanio@gmail.com', 'contato@rafael.adm.br', 'contato@thiagobelem.net'] gem.description = 'An easy way to charge by bank billet.' gem.summary = 'An easy way to charge by bank billet.' - gem.homepage = 'http://api.boletosimples.com.br' + gem.homepage = 'https://boletosimples.com.br' gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) gem.executables = gem.files.grep(/^bin\//).map { |f| File.basename(f) } gem.test_files = gem.files.grep(/^(test|spec|features)\//) gem.require_paths = ['lib']