rubyfca 0.2.10 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,5 +1,26 @@
1
- *.sw?
2
- .DS_Store
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
3
9
  coverage
4
- rdoc
10
+ doc/
11
+ lib/bundler/man
5
12
  pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ .DS_Store
19
+ *.bak
20
+ *.~
21
+ *.log
22
+ .rubocop.yml
23
+ .solargraph.yml
24
+ tags
25
+ .document
26
+ test/test_output/*
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+ gemspec