twiterator 0.2.1 → 0.2.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.
- checksums.yaml +4 -4
- data/bin/{console → twiterator} +0 -0
- data/lib/twiterator/version.rb +1 -1
- data/twiterator.gemspec +4 -4
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b954c89136a4b3f4908468dd6191770e76f78c78
|
4
|
+
data.tar.gz: 8861934b5d1b2b3d64530be239a7855f61d528e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35ee1d207a81c808ab014d6e38d7f67b705505eb525106b10e7f55326f104512df85d8dd0848e0b4a4c7fe24f70d87e2beae46ec8cc68306cfbe39160c62aced
|
7
|
+
data.tar.gz: 13ba478644d93ebfea40754e13df6991fdeea7a6af21f3f1eef9420a89009c9627e3d10e49250db061d13a0bac022830ed183400ab2dba936dafcbe569bc3515
|
data/bin/{console → twiterator}
RENAMED
File without changes
|
data/lib/twiterator/version.rb
CHANGED
data/twiterator.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
|
14
14
|
spec.summary = %q{Twitter CLI}
|
15
15
|
spec.description = %q{A simple twitter gem that allows you to explore the popular social networking site from the comfort of your command line.}
|
16
|
-
spec.homepage = "https://
|
16
|
+
spec.homepage = "https://github.com/gloverab/twiterator"
|
17
17
|
spec.license = "MIT"
|
18
18
|
|
19
19
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
@@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
30
30
|
f.match(%r{^(test|spec|features)/})
|
31
31
|
end
|
32
|
-
|
33
|
-
spec.executables
|
34
|
-
spec.require_paths = ["lib"]
|
32
|
+
|
33
|
+
spec.executables << "twiterator"
|
34
|
+
spec.require_paths = ["lib", 'lib/twiterator']
|
35
35
|
|
36
36
|
spec.add_dependency 'nokogiri', '1.7.0'
|
37
37
|
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twiterator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Glover
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
@@ -70,7 +70,8 @@ description: A simple twitter gem that allows you to explore the popular social
|
|
70
70
|
site from the comfort of your command line.
|
71
71
|
email:
|
72
72
|
- alexanderbglover@gmail.com
|
73
|
-
executables:
|
73
|
+
executables:
|
74
|
+
- twiterator
|
74
75
|
extensions: []
|
75
76
|
extra_rdoc_files: []
|
76
77
|
files:
|
@@ -83,8 +84,8 @@ files:
|
|
83
84
|
- LICENSE.txt
|
84
85
|
- README.md
|
85
86
|
- Rakefile
|
86
|
-
- bin/console
|
87
87
|
- bin/setup
|
88
|
+
- bin/twiterator
|
88
89
|
- lib/.DS_Store
|
89
90
|
- lib/twiterator.rb
|
90
91
|
- lib/twiterator/reply.rb
|
@@ -94,7 +95,7 @@ files:
|
|
94
95
|
- lib/twiterator/verification.rb
|
95
96
|
- lib/twiterator/version.rb
|
96
97
|
- twiterator.gemspec
|
97
|
-
homepage: https://
|
98
|
+
homepage: https://github.com/gloverab/twiterator
|
98
99
|
licenses:
|
99
100
|
- MIT
|
100
101
|
metadata: {}
|
@@ -102,6 +103,7 @@ post_install_message:
|
|
102
103
|
rdoc_options: []
|
103
104
|
require_paths:
|
104
105
|
- lib
|
106
|
+
- lib/twiterator
|
105
107
|
required_ruby_version: !ruby/object:Gem::Requirement
|
106
108
|
requirements:
|
107
109
|
- - ">="
|