africompta 1.9.9 → 1.9.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -0
- data/Gemfile.lock +39 -32
- data/africompta.gemspec +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a91b9deaedb6cdd17d79b5c52d3fd3c1e028ec13
|
4
|
+
data.tar.gz: 6734c25f6cb35d0096497db5e2d72cef12fb571d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a084bd9054e525ddcb3e1ade74d210f3d251a79622636c650e39cdcf4a360b3c5cb7071a0aa247fed0cd5e8fc39c0c02bafd19ac453906df2a96e3721702976f
|
7
|
+
data.tar.gz: ffd82a27c7707fd174dd7abe110d2d07c84053d098e12e0c2698d90e63b06484c257c1b01b6feb5a254970150cf9402285b5440a46e75e0dcbfde59826cb93b3
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,39 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
africompta (1.9.
|
5
|
-
qooxview
|
4
|
+
africompta (1.9.10.pre.1)
|
5
|
+
qooxview (= 1.9.10.pre.1)
|
6
|
+
|
7
|
+
PATH
|
8
|
+
remote: ../HelperClasses
|
9
|
+
specs:
|
10
|
+
helper_classes (0.3.2)
|
11
|
+
|
12
|
+
PATH
|
13
|
+
remote: ../QooxView
|
14
|
+
specs:
|
15
|
+
qooxview (1.9.10.pre.1)
|
16
|
+
activemodel (= 3.1.1)
|
17
|
+
activerecord (= 3.1.1)
|
18
|
+
activesupport (= 3.1.1)
|
19
|
+
arel (= 2.2.1)
|
20
|
+
chunky_png (= 1.3.4)
|
21
|
+
docsplit (= 0.7.6)
|
22
|
+
gettext (= 3.0.0)
|
23
|
+
helper_classes (= 0.3.2)
|
24
|
+
i18n (= 0.6.0)
|
25
|
+
iconv (= 1.0.3)
|
26
|
+
iniparse (= 1.4.0)
|
27
|
+
json (= 1.8.2)
|
28
|
+
locale (= 2.0.8)
|
29
|
+
multi_json (= 1.0.3)
|
30
|
+
net-ldap (= 0.5.1)
|
31
|
+
rqrcode (= 0.4.2)
|
32
|
+
rqrcode-with-patches (= 0.5.4)
|
33
|
+
rubyzip (= 1.1.7)
|
34
|
+
serialport (= 1.3.1)
|
35
|
+
sqlite3 (= 1.3.10)
|
36
|
+
text (= 1.2.3)
|
6
37
|
|
7
38
|
GEM
|
8
39
|
remote: https://rubygems.org/
|
@@ -25,46 +56,20 @@ GEM
|
|
25
56
|
gettext (3.0.0)
|
26
57
|
locale (>= 2.0.5)
|
27
58
|
text
|
28
|
-
helper_classes (0.2.1)
|
29
59
|
i18n (0.6.0)
|
30
60
|
iconv (1.0.3)
|
61
|
+
iniparse (1.4.0)
|
31
62
|
json (1.8.2)
|
32
63
|
locale (2.0.8)
|
33
64
|
multi_json (1.0.3)
|
34
65
|
net-ldap (0.5.1)
|
35
|
-
parseconfig (0.5.2)
|
36
|
-
pdf-core (0.5.1)
|
37
|
-
prawn (2.0.1)
|
38
|
-
pdf-core (~> 0.5.1)
|
39
|
-
ttfunk (~> 1.4.0)
|
40
|
-
qooxview (2.0.0.pre.pre1)
|
41
|
-
activemodel (= 3.1.1)
|
42
|
-
activerecord (= 3.1.1)
|
43
|
-
activesupport (= 3.1.1)
|
44
|
-
arel (= 2.2.1)
|
45
|
-
chunky_png (= 1.3.4)
|
46
|
-
docsplit (= 0.7.6)
|
47
|
-
gettext (= 3.0.0)
|
48
|
-
helper_classes (= 0.2.1)
|
49
|
-
i18n (= 0.6.0)
|
50
|
-
iconv (= 1.0.3)
|
51
|
-
json (= 1.8.2)
|
52
|
-
locale (= 2.0.8)
|
53
|
-
multi_json (= 1.0.3)
|
54
|
-
net-ldap (= 0.5.1)
|
55
|
-
parseconfig (= 0.5.2)
|
56
|
-
pdf-core (= 0.5.1)
|
57
|
-
prawn (= 2.0.1)
|
58
|
-
rqrcode (= 0.4.2)
|
59
|
-
rubyzip (= 1.1.7)
|
60
|
-
serialport (= 1.3.1)
|
61
|
-
text (= 1.2.3)
|
62
|
-
ttfunk (= 1.4.0)
|
63
66
|
rqrcode (0.4.2)
|
67
|
+
rqrcode-with-patches (0.5.4)
|
68
|
+
chunky_png
|
64
69
|
rubyzip (1.1.7)
|
65
70
|
serialport (1.3.1)
|
71
|
+
sqlite3 (1.3.10)
|
66
72
|
text (1.2.3)
|
67
|
-
ttfunk (1.4.0)
|
68
73
|
tzinfo (0.3.44)
|
69
74
|
|
70
75
|
PLATFORMS
|
@@ -72,3 +77,5 @@ PLATFORMS
|
|
72
77
|
|
73
78
|
DEPENDENCIES
|
74
79
|
africompta!
|
80
|
+
helper_classes!
|
81
|
+
qooxview!
|
data/africompta.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'africompta'
|
3
|
-
s.version = '1.9.
|
4
|
-
s.date = '2015-
|
3
|
+
s.version = '1.9.10'
|
4
|
+
s.date = '2015-06-20'
|
5
5
|
s.summary = 'Africompta-module for QooxView'
|
6
6
|
s.description = 'With this module you can have a simple accounting-system.
|
7
7
|
It is based on http://github.com/ineiti/QooxView and adds Entities to handle
|
@@ -10,7 +10,7 @@ see http://github.com/ineiti/AfriCompta_client .'
|
|
10
10
|
s.authors = ['Linus Gasser']
|
11
11
|
s.email = 'ineiti@linusetviviane.ch'
|
12
12
|
|
13
|
-
s.files = `git ls-files -z`.split("\x0")
|
13
|
+
s.files = `if [ -d '.git' ]; then git ls-files -z; fi`.split("\x0")
|
14
14
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
15
15
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
16
16
|
s.require_paths = ['lib']
|
@@ -19,5 +19,5 @@ see http://github.com/ineiti/AfriCompta_client .'
|
|
19
19
|
'https://github.com/ineiti/AfriCompta'
|
20
20
|
s.license = 'GPLv3'
|
21
21
|
|
22
|
-
s.add_dependency 'qooxview', '1.9.
|
22
|
+
s.add_dependency 'qooxview', '1.9.10'
|
23
23
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Linus Gasser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: qooxview
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.9.
|
19
|
+
version: 1.9.10
|
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: 1.9.
|
26
|
+
version: 1.9.10
|
27
27
|
description: |-
|
28
28
|
With this module you can have a simple accounting-system.
|
29
29
|
It is based on http://github.com/ineiti/QooxView and adds Entities to handle
|