africompta 1.9.8 → 1.9.9
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/africompta.gemspec +6 -3
- metadata +10 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb961c785a0d60072dff0eafdacbc4821f0cd7aa
|
|
4
|
+
data.tar.gz: b916fd85af2f4f5666a0c8cb10381078289f684e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 238c85e5b23938116cb70bbddbcb18077862f5dc16af2ffc021af97f043fb724ebe5f7f4e46003142b364fff420dd3e2cc2313bb1eb744c2a809877002814bd5
|
|
7
|
+
data.tar.gz: aa33c79d33230204a82ee60db122ebc4c6e0554824d068190d011d2c804fae696c5b9f3af5525684272699534bd892ffbd36e121d60e5210d0e0c82937fba64a
|
data/africompta.gemspec
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'africompta'
|
|
3
|
-
s.version = '1.9.
|
|
3
|
+
s.version = '1.9.9'
|
|
4
4
|
s.date = '2015-05-13'
|
|
5
5
|
s.summary = 'Africompta-module for QooxView'
|
|
6
|
-
s.description = 'With this module you can have a simple accounting-system
|
|
6
|
+
s.description = 'With this module you can have a simple accounting-system.
|
|
7
|
+
It is based on http://github.com/ineiti/QooxView and adds Entities to handle
|
|
8
|
+
accounts and movements. For the standalone counterpart (which uses the same database),
|
|
9
|
+
see http://github.com/ineiti/AfriCompta_client .'
|
|
7
10
|
s.authors = ['Linus Gasser']
|
|
8
11
|
s.email = 'ineiti@linusetviviane.ch'
|
|
9
12
|
|
|
@@ -16,5 +19,5 @@ Gem::Specification.new do |s|
|
|
|
16
19
|
'https://github.com/ineiti/AfriCompta'
|
|
17
20
|
s.license = 'GPLv3'
|
|
18
21
|
|
|
19
|
-
s.add_dependency 'qooxview'
|
|
22
|
+
s.add_dependency 'qooxview', '1.9.9'
|
|
20
23
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: africompta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Linus Gasser
|
|
@@ -14,17 +14,21 @@ dependencies:
|
|
|
14
14
|
name: qooxview
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 1.9.9
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
27
|
-
description:
|
|
26
|
+
version: 1.9.9
|
|
27
|
+
description: |-
|
|
28
|
+
With this module you can have a simple accounting-system.
|
|
29
|
+
It is based on http://github.com/ineiti/QooxView and adds Entities to handle
|
|
30
|
+
accounts and movements. For the standalone counterpart (which uses the same database),
|
|
31
|
+
see http://github.com/ineiti/AfriCompta_client .
|
|
28
32
|
email: ineiti@linusetviviane.ch
|
|
29
33
|
executables: []
|
|
30
34
|
extensions: []
|