rubyfca 0.2.11 → 0.3.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a84e646bd8f9a5c991e52cb95629122bce2c5a65b5479617d7b5a6eeaa9e5475
4
+ data.tar.gz: ff7a49e5358ff1476fb003a10d0e68e04c145d4929327c8bc9620f2c5b5da8d9
5
+ SHA512:
6
+ metadata.gz: e6ad204709af594cb6b0dff23868ed9145dc007ac46e581b29bbaae098e648a3afbbb1f131d403acee388a733afb54194c898f788be0ccc228420944bf3c2563
7
+ data.tar.gz: 2ce91904bb2a5d236cace02224a715511ba65ebde2d747c5af510379245811c62127c153f8834f4cbfd3783f1d0c4f9ac334c7e87784f0d7b990b69fdb4aacce
data/.gitignore CHANGED
@@ -18,4 +18,9 @@ tmp
18
18
  .DS_Store
19
19
  *.bak
20
20
  *.~
21
- *.log
21
+ *.log
22
+ .rubocop.yml
23
+ .solargraph.yml
24
+ tags
25
+ .document
26
+ test/test_output/*
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source 'https://rubygems.org'
2
- # gem "trollop"
3
- # Specify your gem's dependencies in ..gemspec
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
4
  gemspec