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 +5 -5
- data/README.md +9 -17
- data/hoper.gemspec +1 -3
- data/lib/hoper/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 21c130462071b466211216bdb60b5770d929a0e5cb6f5b0d939e3186d3aaeb42
|
|
4
|
+
data.tar.gz: 574da3e79b985a54fc21768571b7a1d84cadcbcf9c0aacf418a2cc3169b47143
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43a926307cf5840be2b3e7af833e2ca0024269a8d7252b56081777ad9c50275b8c4854cbb05ebb74e8b200425d407cd36ad94fdeddae32efcc141fc147f9be5a
|
|
7
|
+
data.tar.gz: e62eb19ad1e0bd2c76a5f6ecd52f4859d9bb665ff4fa2420f7582b46f76daa221a8fa7019e5f506cedfaaace00916f0b31b6b210d740c738f5304dedce9eb981
|
data/README.md
CHANGED
|
@@ -1,28 +1,21 @@
|
|
|
1
1
|
# Hoper
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://badge.fury.io/rb/hoper)
|
|
4
4
|
|
|
5
|
-
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
Add this line to your application's Gemfile:
|
|
10
|
-
|
|
11
|
-
```ruby
|
|
12
|
-
gem 'hoper'
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
And then execute:
|
|
8
|
+

|
|
16
9
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Or install it yourself as:
|
|
10
|
+
## Installation
|
|
20
11
|
|
|
21
12
|
$ gem install hoper
|
|
22
13
|
|
|
23
14
|
## Usage
|
|
24
15
|
|
|
25
|
-
|
|
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/
|
|
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
data/lib/hoper/version.rb
CHANGED
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.
|
|
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:
|
|
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
|
-
|
|
95
|
-
|
|
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: []
|