frilans_finans_api 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bb06aed03f8ba4d60de94354967e706abb79a21
4
- data.tar.gz: 8934abaf4be95a631d2de7241a8b4fadd16d083e
3
+ metadata.gz: 19679e22ae4245c00de09b7c2fd0026de96e5322
4
+ data.tar.gz: 99a3330949fefcf96e6d837783df7bb9bf44bd77
5
5
  SHA512:
6
- metadata.gz: 9f76f0407a115313f3e115f8824462c9ff3e08a929b20ae8d59f9e512c9f1705af8ce8f49040736cfe5c8e7b473f4fa689a44e901a073bdfd87f1e4ab714756e
7
- data.tar.gz: 02d77597962398f2a649fe2fdfef4ecba9236c615d4c79cd9071260e2323008d44c5cdc9f361e910ae1e35bf8bbf8baa5ac88e913d048c67b6041441e2b3a533
6
+ metadata.gz: f0e28fce16907618efa4041d0a7eab65ab8d3067a3a7ff35e4c83bc74805e9e6827c3083f1343eb68327ca34ef866871e2f587b047e54fdcab8f0775115f7d15
7
+ data.tar.gz: cb4a7ec556742b317340e81b39aa3673b2e70ce588ab37a9f5eb2defc968712109feebb3b2809fe5b0312fb1a45e893ae0c481786d024752c50aa37dcc48021a
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ['burenstam@gmail.com']
13
13
 
14
14
  spec.summary = 'Interact with Frilans Finans API'
15
- spec.description = 'Interact with Frilans Finans API (still under development)'
15
+ spec.description = 'Interact with Frilans Finans API, easy to use and configure.'
16
16
  spec.homepage = 'https://github.com/buren/frilans_finans_api'
17
17
  spec.license = 'MIT'
18
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FrilansFinansApi
4
- VERSION = '0.2.0'.freeze
4
+ VERSION = '0.2.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frilans_finans_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Burenstam
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
- description: Interact with Frilans Finans API (still under development)
83
+ description: Interact with Frilans Finans API, easy to use and configure.
84
84
  email:
85
85
  - burenstam@gmail.com
86
86
  executables: []