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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5611c59b1dbc2039259b53306df0ee4ba9e542d3
4
- data.tar.gz: 3cdfcabf047e9bbafdc6839b10a8f61dd4588d1f
3
+ metadata.gz: 44bbda748f9ca7e4b9116fde389d2276b426e40c
4
+ data.tar.gz: 2125d9e6584de05dce0a8155f0a665d5dcb537bb
5
5
  SHA512:
6
- metadata.gz: af3e20298b606c4f1348c700c0225848fa3d9635367ab68571c3809ea0e5e7ff96919fdee9722890cf7db8fa1caeaee3f29354f8d9c1dd486ed9ba59c606a7f8
7
- data.tar.gz: 494c661c7f26f3fe022149d7b5de54cbdbe34edd0b8d8b9ae5c0c882110e8b488249f24a81b3c5b8a51ee365f1f9ba8ad2b6771df33b67024343950c8f42c77a
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.0, a user is able to:
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.
@@ -1,3 +1,3 @@
1
1
  module Twiterator
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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