skv_report 0.3.2 → 0.3.3
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
- data/Gemfile.lock +1 -2
- data/README.md +5 -1
- data/lib/skv_report/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '090c92585c0b6d65add97fc64d0d60ce4ebd93c7b04a0d857bd711cf2ea833ab'
|
4
|
+
data.tar.gz: 42874efacf3f252ec232a3f20cdd3231a8d8fae23e8e9b98fa72c1f40805450d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02d1349106880152c72335e0c8d8bc49906d9c28c52816046d8a40b9fc900e5b5388687c9075755312485099ab5202b89620d5dd484be093b244994f51e28dd0
|
7
|
+
data.tar.gz: 47d6544906fd3cbfb3dbb995ba13272d801fe9187c3e7f1b62d243fdd3e26032217dff53b2e01abc6a5c14f5e0b3a77f45937413782b8ef92001c856743a57fc
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
skv_report (0.3.
|
4
|
+
skv_report (0.3.3)
|
5
5
|
countries (~> 3.1.0)
|
6
6
|
money (~> 6.14)
|
7
7
|
valvat (~> 1.1)
|
@@ -107,7 +107,6 @@ GEM
|
|
107
107
|
nokogiri (>= 1.4.2)
|
108
108
|
|
109
109
|
PLATFORMS
|
110
|
-
ruby
|
111
110
|
x86_64-darwin-19
|
112
111
|
|
113
112
|
DEPENDENCIES
|
data/README.md
CHANGED
@@ -42,9 +42,13 @@ SKVReport::Stripe.call(charges, period, year, company_information, rates)
|
|
42
42
|
|
43
43
|
## Development
|
44
44
|
|
45
|
+
The main branch in this repository is called `main`.
|
46
|
+
|
45
47
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
46
48
|
|
47
|
-
To install this gem onto your local machine, run `bundle exec rake install`.
|
49
|
+
To install this gem onto your local machine, run `bundle exec rake install`.
|
50
|
+
|
51
|
+
To release a new version, update the version number in `version.rb`, and then make a release on GitHub which will automatically build the gem and upload to rubygems.
|
48
52
|
|
49
53
|
## Exchange rates
|
50
54
|
|
data/lib/skv_report/version.rb
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skv_report
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- frdrkolsson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2021-04-30 00:00:00.000000000 Z
|
@@ -84,7 +84,7 @@ metadata:
|
|
84
84
|
homepage_uri: https://github.com/standout/skv_report
|
85
85
|
source_code_uri: https://github.com/standout/skv_report
|
86
86
|
changelog_uri: https://github.com/standout/skv_report
|
87
|
-
post_install_message:
|
87
|
+
post_install_message:
|
88
88
|
rdoc_options: []
|
89
89
|
require_paths:
|
90
90
|
- lib
|
@@ -99,8 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
- !ruby/object:Gem::Version
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
|
-
rubygems_version: 3.
|
103
|
-
signing_key:
|
102
|
+
rubygems_version: 3.2.15
|
103
|
+
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: Generates CSV complete string for Skatteverkets Periodisk Sammanfattning
|
106
106
|
test_files: []
|