Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -22,7 +22,7 @@ Or install it yourself as:

## Usage

TODO: Write usage instructions here
...

## Development

Expand Down
6 changes: 3 additions & 3 deletions ipinfo_io.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
4 changes: 0 additions & 4 deletions test/ipinfo_io_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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