diff --git a/README.md b/README.md index 9b6677f..e67278c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# IpinfoIo +[![Build Status](https://travis-ci.org/ipinfoio/ruby.svg?branch=master)](https://travis-ci.org/ipinfoio/ruby) -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ipinfo_io`. To experiment with that code, run `bin/console` for an interactive prompt. +# IpinfoIo -TODO: Delete this and the text above, and describe your gem +... ## Installation @@ -22,7 +22,7 @@ Or install it yourself as: ## Usage -TODO: Write usage instructions here +... ## Development diff --git a/ipinfo_io.gemspec b/ipinfo_io.gemspec index db69187..112990d 100644 --- a/ipinfo_io.gemspec +++ b/ipinfo_io.gemspec @@ -9,14 +9,14 @@ Gem::Specification.new do |spec| spec.authors = ["Stanislav K"] spec.email = ["sk@skylup.com"] - spec.summary = %q{This is a ruby wrapper for http://ipinfo.io} - spec.description = %q{TODO: Write a longer description or delete this line.} + spec.summary = %q{ This is a ruby wrapper for http://ipinfo.io. } + spec.description = %q{ This is a ruby wrapper for http://ipinfo.io. } spec.homepage = "https://ipinfo.io" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) - spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" + #spec.metadata['allowed_push_host'] = "http://mygemserver.com'" else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." diff --git a/test/ipinfo_io_test.rb b/test/ipinfo_io_test.rb index a0d756b..e9b4f80 100644 --- a/test/ipinfo_io_test.rb +++ b/test/ipinfo_io_test.rb @@ -4,8 +4,4 @@ class IpinfoIoTest < Minitest::Test def test_that_it_has_a_version_number refute_nil ::IpinfoIo::VERSION end - - def test_it_does_something_useful - assert false - end end