ofx_kit 1.0.0 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/lib/ofx_kit/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56019a467dfb822daae452b467ec5e51cc6044513048e5fa6ed2db82522e39d0
4
- data.tar.gz: aba4a9a24703b9b7b58af9a3c04ec271a8d6d5c2975163487ee61e551a8fcf6f
3
+ metadata.gz: 0b023f7e1d7c5381113d3743b0aba99ab79a0a297081df3d5943f02d55a9390b
4
+ data.tar.gz: '0898db82c3556619deab40d7caad84b72e518db65e2e1933422387f313fe4ae3'
5
5
  SHA512:
6
- metadata.gz: e07dc48f4349908f645485553f10ed1aa76ede8927e89b6da95137f1a5a7bf3258d8e03835e58c060bbf0a12921a725b36105712ef9b8490f401f8ae125de25a
7
- data.tar.gz: d09b9ff3bd3d04ad198d12a0bca8ee4e12ee2b2d9daa09e08c6d832bff2243c13e22e6fee0497a6b0fcc2e315c6d4ae6472b4078d7e63e6b544738e52e70fc2b
6
+ metadata.gz: ff60df963fdd5084ddfc5a2ee7a66633f2f6d9f55fa7d50416aeac92393c14617ed6978c87e4bbe9c3efb1a071abf487a3790dbdc71e29bcf460fb2b425e0efd
7
+ data.tar.gz: 34995498f62d7cdbedb8e1d395d81568af47876edfe4c51890f862a05b898226ee9d27cd967003dae7fb67d060cf99d5d56958ee12c948e188afde57198592cf
data/README.md CHANGED
@@ -10,7 +10,7 @@ A Ruby gem for parsing OFX (Open Financial Exchange) files. Supports OFX 1.x (SG
10
10
  Add to your Gemfile:
11
11
 
12
12
  ```ruby
13
- gem "ofx_kit"
13
+ gem 'ofx_kit', '~> 1.0'
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -226,6 +226,12 @@ end
226
226
 
227
227
  All tests must pass and RuboCop must report no offenses.
228
228
 
229
+ ### Generating documentation locally
230
+
231
+ ```bash
232
+ bundle exec rake rdoc
233
+ ```
234
+
229
235
  ## Testing locally via console
230
236
 
231
237
  You can exercise the gem interactively using `irb` from the project root. The `spec/fixtures/` directory contains sample OFX files ready to use.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module OFX
4
4
  # Current gem version (String).
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.2'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ofx_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Geron
@@ -150,13 +150,13 @@ files:
150
150
  - lib/ofx_kit/transaction.rb
151
151
  - lib/ofx_kit/transaction_collection.rb
152
152
  - lib/ofx_kit/version.rb
153
- homepage: https://github.com/lucasgeron/ofx_kit
154
153
  licenses:
155
154
  - MIT
156
155
  metadata:
157
- homepage_uri: https://github.com/lucasgeron/ofx_kit
158
156
  source_code_uri: https://github.com/lucasgeron/ofx_kit
159
- changelog_uri: https://github.com/lucasgeron/ofx_kit/releases
157
+ changelog_uri: https://lucasgeron.github.io/ofx_kit/CHANGELOG_md
158
+ documentation_uri: https://lucasgeron.github.io/ofx_kit/
159
+ rubygems_mfa_required: 'true'
160
160
  rdoc_options: []
161
161
  require_paths:
162
162
  - lib