economic-rest 0.3.0 → 0.3.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/economic/accounting_year.rb +2 -0
- data/lib/economic/accounting_year_repo.rb +4 -0
- data/lib/economic/rest/version.rb +1 -1
- data/lib/economic/rest.rb +1 -0
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a24fb2afd6057651e5de3ddc94a96501cafd9e027650afadaf9161dbc45f5bf0
|
|
4
|
+
data.tar.gz: 1c03dcd7f4b99f55a4d9fad8face1004abf084a623e60b9f4c297be6612aa185
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7262fe0099209c6ba4acbdc80ab7625643faf8d1885e07ea86b6bb3b59cfa3743374b2c7c3027c109fc1a6b25e2411ac9d4c3fd42b505d5c7e054c6d69117c0a
|
|
7
|
+
data.tar.gz: 6ec4682d8ead04d2cd007422dd56e5723d4e7db627d50e3000824d036fa3c96831bcaacd677a228d2225f93c8339c138545ee9a6780066aa36cecdc86a9af2f7
|
data/Gemfile.lock
CHANGED
data/lib/economic/rest.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: economic-rest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Klogborg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -126,6 +126,7 @@ files:
|
|
|
126
126
|
- bin/setup
|
|
127
127
|
- economic-rest.gemspec
|
|
128
128
|
- lib/economic/accounting_year.rb
|
|
129
|
+
- lib/economic/accounting_year_repo.rb
|
|
129
130
|
- lib/economic/base.rb
|
|
130
131
|
- lib/economic/base_repo.rb
|
|
131
132
|
- lib/economic/currency.rb
|
|
@@ -179,7 +180,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
179
180
|
- !ruby/object:Gem::Version
|
|
180
181
|
version: '0'
|
|
181
182
|
requirements: []
|
|
182
|
-
|
|
183
|
+
rubyforge_project:
|
|
184
|
+
rubygems_version: 2.7.6
|
|
183
185
|
signing_key:
|
|
184
186
|
specification_version: 4
|
|
185
187
|
summary: Ruby wrapper for the e-conomic REST API, that aims at making working with
|