us_passport_tracker 1.2.2 → 1.2.3
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/us_passport_tracker/version.rb +1 -1
- metadata +1 -2
- data/us_passport_tracker_commandline.gif +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdf948d940b2089eeb1c24a932d0ae23930eca811750c30b9a9267aa06a8b751
|
|
4
|
+
data.tar.gz: db88dc07e60ce311c2b0546d697575d5fc124afd93bdf9b66d12f5fe46ffcf7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 460049b9d6bb6802eb8573f5e429f1bc00cc72a5dd7792f6b136b398d1fab634afb0c9244d48eb466bb2f92d0bff9d3232604e9ea3133f1237b5fde9d1ac1c12
|
|
7
|
+
data.tar.gz: 382a3ccc1e8797b752b821bef0552d339537145649c2ffc7a2f26884c405709ae56be7464845d1126f356e1e29b1dcaeaf4449f3ccfae776ff96882c18d4aa36
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
This is a simple CommandLine tool to check the status of your VISA & Passport collection after its been approved by the US Embassy/Consulate. This tool should work for all countries that have a USA Embassy/Consulate, remember to use the **ISO Alpha-2** Country Codes
|
|
12
12
|
|
|
13
|
-

|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: us_passport_tracker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alfred Rowe
|
|
@@ -174,7 +174,6 @@ files:
|
|
|
174
174
|
- lib/us_passport_tracker.rb
|
|
175
175
|
- lib/us_passport_tracker/version.rb
|
|
176
176
|
- us_passport_tracker.gemspec
|
|
177
|
-
- us_passport_tracker_commandline.gif
|
|
178
177
|
homepage: https://github.com/nukturnal/us_passport_tracker
|
|
179
178
|
licenses:
|
|
180
179
|
- MIT
|
|
Binary file
|