hoper 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5f2058b2d78d1e9144f6c5fe3ce2f81ab09f9e4f
4
- data.tar.gz: c8f61d27b3e683255996f914df7c857351eab96a
2
+ SHA256:
3
+ metadata.gz: 21c130462071b466211216bdb60b5770d929a0e5cb6f5b0d939e3186d3aaeb42
4
+ data.tar.gz: 574da3e79b985a54fc21768571b7a1d84cadcbcf9c0aacf418a2cc3169b47143
5
5
  SHA512:
6
- metadata.gz: ade421fb490b41162cbe96bfb3eb43443647cae5b9a07209e9aa214fe151b4e43f03ef0a395e6f20da6b89eb9f3d7eda71e0a49389465c1626e9b43381dfd4ba
7
- data.tar.gz: b2143aa55bb16e500f779f52c1ab12abf2144f1b31eae34a7352e03c3f3dbc4aed441c08a7a3ff85b0ba05ae0a07bc555f6bad2130de7e08b208ed4918280782
6
+ metadata.gz: 43a926307cf5840be2b3e7af833e2ca0024269a8d7252b56081777ad9c50275b8c4854cbb05ebb74e8b200425d407cd36ad94fdeddae32efcc141fc147f9be5a
7
+ data.tar.gz: e62eb19ad1e0bd2c76a5f6ecd52f4859d9bb665ff4fa2420f7582b46f76daa221a8fa7019e5f506cedfaaace00916f0b31b6b210d740c738f5304dedce9eb981
data/README.md CHANGED
@@ -1,28 +1,21 @@
1
1
  # Hoper
2
2
 
3
- 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/hoper`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ [![Gem Version](https://badge.fury.io/rb/hoper.svg)](https://badge.fury.io/rb/hoper)
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ It shows all the hops that makes a url you specify to reach its endpoint.
6
+ For example if you want to see the entire trip by email URL or like a URL shorten. Hoper returns you all URLs redirections.
6
7
 
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'hoper'
13
- ```
14
-
15
- And then execute:
8
+ ![hoper demo](http://i.imgur.com/EYDvYm2.gif)
16
9
 
17
- $ bundle
18
-
19
- Or install it yourself as:
10
+ ## Installation
20
11
 
21
12
  $ gem install hoper
22
13
 
23
14
  ## Usage
24
15
 
25
- TODO: Write usage instructions here
16
+ Type in your command line:
17
+
18
+ $ hoper [url]
26
19
 
27
20
  ## Development
28
21
 
@@ -32,10 +25,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
25
 
33
26
  ## Contributing
34
27
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hoper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
28
+ Bug reports and pull requests are welcome on GitHub at https://github.com/gabamnml/hoper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
29
 
37
30
 
38
31
  ## License
39
32
 
40
33
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
data/hoper.gemspec CHANGED
@@ -1,7 +1,5 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'hoper/version'
2
+ require_relative 'lib/hoper/version'
5
3
 
6
4
  Gem::Specification.new do |spec|
7
5
  spec.name = "hoper"
data/lib/hoper/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hoper
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Aramburu
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-29 00:00:00.000000000 Z
11
+ date: 2022-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curb
@@ -76,7 +76,7 @@ homepage: http://garamburu.com
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}
79
- post_install_message:
79
+ post_install_message:
80
80
  rdoc_options: []
81
81
  require_paths:
82
82
  - lib
@@ -91,9 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubyforge_project:
95
- rubygems_version: 2.5.1
96
- signing_key:
94
+ rubygems_version: 3.1.2
95
+ signing_key:
97
96
  specification_version: 4
98
97
  summary: Trace the URL's of a link.
99
98
  test_files: []