hn_api_ruby 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
2
  SHA256:
3
- metadata.gz: 7f1bbfe1d9c841e0bd586243032197e48878db8495d76ed5f58fe6e18abdd857
4
- data.tar.gz: 9ccc4522030f04cbfc517ae6ba54dd7c486686926f997e4019fac7d43b7fff4d
3
+ metadata.gz: 39ed51faf77f69c187bb53a214bf616c92492785abd9760eebb5744929eddf32
4
+ data.tar.gz: a8cf000a2b9eff54d71e2752b2686f32531af92e19a20230654fd0f3dc9c6339
5
5
  SHA512:
6
- metadata.gz: f1157b553e0de5ed3fb76b997de222ebd5b6d42169f3b08da8a328a96c5adfdf220701779a74ce110763356e27a95b338744dbc459c5c018cbc0ef0ed735da91
7
- data.tar.gz: 1e429cca606fbf9d0d1cbd27f795fe23c6316030dc659b78c9b2f040375274276bb55fb093abebb47da01dac3884fdd9267bee617e1f5e1bc4f6b2fc716052d3
6
+ metadata.gz: f1c7ef501412f86791e1afc1c1f91078b0957e4fa810983f57e0614fd078027d3ffc00502a62a4502426a0a1b2949632090b7456e679b0b509a59bd14549931d
7
+ data.tar.gz: 891b5a8187d12649138f00e05f4ade3c9be95bba2d6e4962765ceae64a9cffadd4c36a5ac1a051f0e807105dee09d4e99d42c2ce8ab37f3ce2791018cc71ecd6
metadata CHANGED
@@ -1,24 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hn_api_ruby
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
- - Autogenerated
7
+ - Patrick Kelly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-13 00:00:00.000000000 Z
11
+ date: 2023-05-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: ''
13
+ description: A simple hello world gem
14
14
  email: pmkelly4444@gmail.com
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - hn_api_ruby/hn_api.rb
20
- - hn_api_ruby/libhn_api.dylib
21
- - hn_api_ruby/test.rb
19
+ - lib/hn_api.rb
20
+ - libhn_api.dylib
22
21
  homepage: https://rubygems.org/gems/hn_api_ruby
23
22
  licenses:
24
23
  - MIT
@@ -41,5 +40,5 @@ requirements: []
41
40
  rubygems_version: 3.4.10
42
41
  signing_key:
43
42
  specification_version: 4
44
- summary: Hacker News API Client
43
+ summary: Hola!
45
44
  test_files: []
data/hn_api_ruby/test.rb DELETED
@@ -1,10 +0,0 @@
1
- require_relative 'hn_api'
2
-
3
-
4
- client = HnApi::HnClient::new()
5
- res = client.get_new_stories()
6
-
7
- story = client.get_story(res[0])
8
-
9
- puts story.title
10
- puts story.url
File without changes
File without changes