africompta 1.9.8 → 1.9.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/africompta.gemspec +6 -3
  3. metadata +10 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 704d5cbfc5f07dfb28510afdc7e48fc55ee903d5
4
- data.tar.gz: c8f6198db4e0471ab210681789b9f9313770a55c
3
+ metadata.gz: fb961c785a0d60072dff0eafdacbc4821f0cd7aa
4
+ data.tar.gz: b916fd85af2f4f5666a0c8cb10381078289f684e
5
5
  SHA512:
6
- metadata.gz: ba2375b01c9751d0cfa28a39f7f422b41478239c96f1594279471ba3bfba46dd6c7f013c32f487ccc43b3e74e909ca7641d8e7c30ea34829f49d6c6ef1d1f7d2
7
- data.tar.gz: 961f644f75673085a8eda617a4a3d9d6afc410137fe9b304c52514c4f16013af20a915e6f6b19259ea9a9884eb4822fe3b7d47fabeca48f83b97721652feca35
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.8'
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.8
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: '0'
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: '0'
27
- description: With this module you can have a simple accounting-system
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: []