first_direct_latest_download 0.1.0 → 0.1.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
- checksums.yaml.gz.sig +2 -1
- data.tar.gz.sig +0 -0
- data/first_direct_latest_download.gemspec +2 -2
- data/lib/first_direct_latest_download/version.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 204ac78e581dddc8bf9733aaa207738f5ab38508
|
|
4
|
+
data.tar.gz: b7201d183284f51a732df3415b9ddec038bb94b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 859e0080d7057dd5bb2ced3811b87d4de11b40c1d29b27c22784601c23b88786f300bdb02817691a77226949d9da4f79a866e56f2249015e5a609975f0986b9d
|
|
7
|
+
data.tar.gz: d155a77b79d09a0a00d03b16a954608f38014d8ba2f37bb6523c8c4c97a07336cab720ebb03260c31dbfa1b68009372cb4b6abaeedbbd07f697ba8a7bc0fd7ee
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
a& ��K����n��Uk�f��ͭ��'�Gp��a�5���˜-y=�$�lN[m������>3̡ԯTG�2�>G���S�S��%=&�[<��e�^sK%���<�~�ͭ���L��v4��Pq��V}�
|
|
2
|
+
G
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Matt Fawcett"]
|
|
10
10
|
spec.email = ["mail@matthewfawcett.co.uk"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Download latest First Direct transactions as
|
|
13
|
-
spec.description = %q{Download latest First Direct transactions as
|
|
12
|
+
spec.summary = %q{Download latest First Direct transactions as CSV}
|
|
13
|
+
spec.description = %q{Download latest First Direct transactions as CSV}
|
|
14
14
|
spec.homepage = "https://github.com/mattfawcett/first_direct_latest_download"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: first_direct_latest_download
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Fawcett
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
- - "~>"
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '10.0'
|
|
78
|
-
description: Download latest First Direct transactions as
|
|
78
|
+
description: Download latest First Direct transactions as CSV
|
|
79
79
|
email:
|
|
80
80
|
- mail@matthewfawcett.co.uk
|
|
81
81
|
executables:
|
|
@@ -119,5 +119,5 @@ rubyforge_project:
|
|
|
119
119
|
rubygems_version: 2.5.1
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
|
-
summary: Download latest First Direct transactions as
|
|
122
|
+
summary: Download latest First Direct transactions as CSV
|
|
123
123
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|