twiterator 0.2.0 → 0.2.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 +4 -4
- data/README.md +1 -1
- data/lib/twiterator/version.rb +1 -1
- metadata +1 -2
- data/twiterator-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44bbda748f9ca7e4b9116fde389d2276b426e40c
|
4
|
+
data.tar.gz: 2125d9e6584de05dce0a8155f0a665d5dcb537bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3652f748f625ac6ee0438162e595e32fa35f99cadc900b628fd18a9254bcf6c2abebd7a16ac032c67e3cea06c54c9e547717e4e618568f29ace1b47e9e40633
|
7
|
+
data.tar.gz: 772f0ff055dd9a3ffd09f41f4ea8befab048fc34787ce797bcb7e567d06e7a32960befc4a24fcdc7db5e4620cd05f526c92f82936ffe16fc35457b020aa1893a
|
data/README.md
CHANGED
@@ -4,7 +4,7 @@ Welcome to Twiterator, a simple CLI browser for the popular social networking si
|
|
4
4
|
|
5
5
|
## Features
|
6
6
|
|
7
|
-
As of version 0.2.
|
7
|
+
As of version 0.2.1, a user is able to:
|
8
8
|
-Input a twitter handle
|
9
9
|
-Search for a user if they don't know the handle. Spaces and misspellings are allowed.
|
10
10
|
-Search will display user's handle & display name, along with bio.
|
data/lib/twiterator/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Glover
|
@@ -93,7 +93,6 @@ files:
|
|
93
93
|
- lib/twiterator/user.rb
|
94
94
|
- lib/twiterator/verification.rb
|
95
95
|
- lib/twiterator/version.rb
|
96
|
-
- twiterator-0.1.0.gem
|
97
96
|
- twiterator.gemspec
|
98
97
|
homepage: https://rubygems.org/gems/twiterator
|
99
98
|
licenses:
|
data/twiterator-0.1.0.gem
DELETED
Binary file
|