ofx_kit 1.0.0 → 1.0.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.
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 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56019a467dfb822daae452b467ec5e51cc6044513048e5fa6ed2db82522e39d0
4
- data.tar.gz: aba4a9a24703b9b7b58af9a3c04ec271a8d6d5c2975163487ee61e551a8fcf6f
3
+ metadata.gz: c0538fb5e30bca1b8591a3941d97118342eaff9df4bbe959e3878d00fb7157e8
4
+ data.tar.gz: 60eb27469afdf3699db3bfcad650af9a14613bfb80c4c934b8962376a9488b5b
5
5
  SHA512:
6
- metadata.gz: e07dc48f4349908f645485553f10ed1aa76ede8927e89b6da95137f1a5a7bf3258d8e03835e58c060bbf0a12921a725b36105712ef9b8490f401f8ae125de25a
7
- data.tar.gz: d09b9ff3bd3d04ad198d12a0bca8ee4e12ee2b2d9daa09e08c6d832bff2243c13e22e6fee0497a6b0fcc2e315c6d4ae6472b4078d7e63e6b544738e52e70fc2b
6
+ metadata.gz: 8440081a443b21960fafd8163de2986ef437be3dd85e149da9ddbd4dba68f05464e1e09feed28393cc2dd3b60176cd03d5a61b69a510cd0eae776f3e70634edc
7
+ data.tar.gz: 388b029adf5d69347053a478ad5246b2ce9b12b2b0ee654f6e571389cb383305b14ae7272dbe195ecdf3bb4e84c6e31fd79d0e4dce93d7b414aa3efee71b6d64
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.1'
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Geron
@@ -156,7 +156,9 @@ licenses:
156
156
  metadata:
157
157
  homepage_uri: https://github.com/lucasgeron/ofx_kit
158
158
  source_code_uri: https://github.com/lucasgeron/ofx_kit
159
- changelog_uri: https://github.com/lucasgeron/ofx_kit/releases
159
+ changelog_uri: https://lucasgeron.github.io/ofx_kit/CHANGELOG_md
160
+ documentation_uri: https://lucasgeron.github.io/ofx_kit/
161
+ rubygems_mfa_required: 'true'
160
162
  rdoc_options: []
161
163
  require_paths:
162
164
  - lib