zlx_hacker_term 0.0.1 → 0.0.2
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.
- data/hacker_term.gemspec +1 -1
- data/lib/hacker_term/version.rb +1 -1
- metadata +2 -2
data/hacker_term.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = HackerTerm::VERSION
|
|
9
9
|
gem.authors = ["soffolk zhu"]
|
|
10
10
|
gem.email = ["zlx.star@gmail.com"]
|
|
11
|
-
gem.description = %q{Read Hacker News on the Terminal}
|
|
11
|
+
gem.description = %q{Read Hacker News on the Terminal via Sock Proxy}
|
|
12
12
|
gem.summary = %q{Allows the reading, sorting and opening of HN articles from the terminal.}
|
|
13
13
|
gem.homepage = "https://github.com/zlx/hacker_term"
|
|
14
14
|
gem.add_dependency('rest-client')
|
data/lib/hacker_term/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: zlx_hacker_term
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- soffolk zhu
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
name: socksify
|
|
78
|
-
description: Read Hacker News on the Terminal
|
|
78
|
+
description: Read Hacker News on the Terminal via Sock Proxy
|
|
79
79
|
email:
|
|
80
80
|
- zlx.star@gmail.com
|
|
81
81
|
executables:
|