has_accounts 0.1.0 → 0.1.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.
data/{README → README.md}
RENAMED
|
@@ -4,6 +4,14 @@ has_accounts
|
|
|
4
4
|
Rails plugin providing financal accounting models and helpers.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Install
|
|
8
|
+
=======
|
|
9
|
+
|
|
10
|
+
In Rails 3 simply add
|
|
11
|
+
|
|
12
|
+
gem 'has_accounts'
|
|
13
|
+
|
|
14
|
+
|
|
7
15
|
Example
|
|
8
16
|
=======
|
|
9
17
|
|
|
@@ -22,7 +30,8 @@ License
|
|
|
22
30
|
=======
|
|
23
31
|
|
|
24
32
|
Copyright (c) 2008 Agrabah <http://www.agrabah.ch>
|
|
25
|
-
Copyright (c) 2008-
|
|
33
|
+
Copyright (c) 2008-2011 Simon Hürlimann <simon.huerlimann@cyt.ch>
|
|
34
|
+
Copyright (c) 2010-2011 CyT <http://www.cyt.ch>
|
|
26
35
|
Copyright (c) 2008-2010 ZytoLabor <http://www.zyto-labor.com>
|
|
27
36
|
|
|
28
37
|
Released under the MIT license.
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: has_accounts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Simon H\xC3\xBCrlimann (CyT)"
|
|
@@ -29,18 +29,19 @@ extensions: []
|
|
|
29
29
|
extra_rdoc_files: []
|
|
30
30
|
|
|
31
31
|
files:
|
|
32
|
+
- app/models/account_scope_extension.rb
|
|
32
33
|
- app/models/bank.rb
|
|
33
34
|
- app/models/account.rb
|
|
34
35
|
- app/models/bank_account.rb
|
|
36
|
+
- app/models/account_type.rb
|
|
35
37
|
- app/models/booking.rb
|
|
36
|
-
- lib/account_scope_extension.rb
|
|
37
38
|
- lib/has_accounts/railtie.rb
|
|
38
39
|
- lib/has_accounts/class_methods.rb
|
|
39
40
|
- lib/has_accounts/core_ext/rounding.rb
|
|
40
41
|
- lib/has_accounts.rb
|
|
41
42
|
- MIT-LICENSE
|
|
42
43
|
- Rakefile
|
|
43
|
-
- README
|
|
44
|
+
- README.md
|
|
44
45
|
has_rdoc: true
|
|
45
46
|
homepage:
|
|
46
47
|
licenses: []
|