hnhome 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/hnhome +1 -0
  3. data/lib/hnhome_version.rb +1 -1
  4. metadata +9 -13
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 10bd352a919b0fd1ba3bde36ed0900bed7c5f547
4
+ data.tar.gz: 383290e8381b8ac0f060e56da76a8d4ec6fce8f2
5
+ SHA512:
6
+ metadata.gz: 9c123307c8fbe3558e402f2652315cb96518802cc9dd4c8d7eff9f3a6eef93e9a9b4b8bc3b04a277d7023ae068619c4ba3bbb8813ef4097e5e79aea1c17335a1
7
+ data.tar.gz: 6dbf302cf2bb3c1709f8990ff100ab705770589ddd823275fcf3683ed7b69c1f27e129312432bb64ae2f2c61c57232b745ac416f5772fb3e8093652b2a99d61e
data/bin/hnhome CHANGED
@@ -3,6 +3,7 @@
3
3
  require 'net/http'
4
4
  require 'uri'
5
5
  require 'nokogiri'
6
+ require 'openssl'
6
7
 
7
8
  LIST_FOLDER = Dir.home + "/.hnhome"
8
9
  LIST_PATH = LIST_FOLDER + "/hnhome"
@@ -1,3 +1,3 @@
1
1
  module HNHome
2
- VERSION = '0.0.0'
2
+ VERSION = '0.0.1'
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hnhome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
5
- prerelease:
4
+ version: 0.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Mistral Contrastin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-16 00:00:00.000000000 Z
11
+ date: 2013-03-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: nokogiri
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: Lists Hacker News articles and opens the links/comments.
@@ -38,27 +35,26 @@ files:
38
35
  - bin/hnhome
39
36
  homepage: http://rubygems.org/gems/hnhome
40
37
  licenses: []
38
+ metadata: {}
41
39
  post_install_message:
42
40
  rdoc_options: []
43
41
  require_paths:
44
42
  - lib
45
43
  - lib
46
44
  required_ruby_version: !ruby/object:Gem::Requirement
47
- none: false
48
45
  requirements:
49
- - - ! '>='
46
+ - - '>='
50
47
  - !ruby/object:Gem::Version
51
48
  version: '0'
52
49
  required_rubygems_version: !ruby/object:Gem::Requirement
53
- none: false
54
50
  requirements:
55
- - - ! '>='
51
+ - - '>='
56
52
  - !ruby/object:Gem::Version
57
53
  version: '0'
58
54
  requirements: []
59
55
  rubyforge_project:
60
- rubygems_version: 1.8.23
56
+ rubygems_version: 2.0.0
61
57
  signing_key:
62
- specification_version: 3
58
+ specification_version: 4
63
59
  summary: Command line tool for browsing Hacker News homepage.
64
60
  test_files: []