frilans_finans_api 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/frilans_finans_api.gemspec +1 -1
- data/lib/frilans_finans_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19679e22ae4245c00de09b7c2fd0026de96e5322
|
4
|
+
data.tar.gz: 99a3330949fefcf96e6d837783df7bb9bf44bd77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0e28fce16907618efa4041d0a7eab65ab8d3067a3a7ff35e4c83bc74805e9e6827c3083f1343eb68327ca34ef866871e2f587b047e54fdcab8f0775115f7d15
|
7
|
+
data.tar.gz: cb4a7ec556742b317340e81b39aa3673b2e70ce588ab37a9f5eb2defc968712109feebb3b2809fe5b0312fb1a45e893ae0c481786d024752c50aa37dcc48021a
|
data/frilans_finans_api.gemspec
CHANGED
@@ -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
|
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
|
|
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.
|
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
|
83
|
+
description: Interact with Frilans Finans API, easy to use and configure.
|
84
84
|
email:
|
85
85
|
- burenstam@gmail.com
|
86
86
|
executables: []
|