acts_as_account 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
gem.summary = %Q{acts_as_account implements double entry accounting for Rails models}
|
9
9
|
gem.description = %Q{acts_as_account implements double entry accounting for Rails models. Your models get accounts and you can do consistent transactions between them. Since the documentation is sparse, see the transfer.feature for usage examples.}
|
10
10
|
gem.email = "thieso@gmail.com"
|
11
|
-
gem.homepage = "http://github.com/
|
11
|
+
gem.homepage = "http://github.com/betterplace/acts_as_account"
|
12
12
|
gem.authors = ["Thies C. Arntzen, Norman Timmler, Matthias Frick, Phillip Oertel"]
|
13
13
|
end
|
14
14
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_account
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Thies C. Arntzen, Norman Timmler, Matthias Frick, Phillip Oertel
|
@@ -53,7 +53,7 @@ files:
|
|
53
53
|
- lib/acts_as_account/posting.rb
|
54
54
|
- lib/acts_as_account/transfer.rb
|
55
55
|
has_rdoc: true
|
56
|
-
homepage: http://github.com/
|
56
|
+
homepage: http://github.com/betterplace/acts_as_account
|
57
57
|
licenses: []
|
58
58
|
|
59
59
|
post_install_message:
|