skv_report 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 754e30e0d753ebb8f0b2ad4fef5d838268826111488eb9162e4536d629ce4cb4
4
- data.tar.gz: 20e2c3ff6924eeae4f37b4def8f818cd777ef8df115df9ef948a411854d1011c
3
+ metadata.gz: '090c92585c0b6d65add97fc64d0d60ce4ebd93c7b04a0d857bd711cf2ea833ab'
4
+ data.tar.gz: 42874efacf3f252ec232a3f20cdd3231a8d8fae23e8e9b98fa72c1f40805450d
5
5
  SHA512:
6
- metadata.gz: bfa03a34893380a7683ef45d7caf9b96b63a21d4c2f03acf4864fda6f5d38c22752ddd019673eb1bdb1d97262b593b151837b3303fad59df1b0901f7e898c128
7
- data.tar.gz: 781afd8ca9f611f5176353cd718aaf82e1504a4af8fd0d687acd5675e3a9fc9e888acfd6144c9445c97bcd568e46ae823bb6fe3fad39506f45c75bbfad7eae75
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.2)
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`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SKVReport
4
- VERSION = '0.3.2'
4
+ VERSION = '0.3.3'
5
5
  end
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.2
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.1.6
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: []