death_and_taxes 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +47 -47
- data/{README.rdoc → README.md} +1 -1
- data/config/ca.yml +1 -0
- data/lib/death_and_taxes/version.rb +1 -1
- metadata +12 -10
data/Gemfile.lock
CHANGED
@@ -1,81 +1,81 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
death_and_taxes (0.0.
|
4
|
+
death_and_taxes (0.0.4)
|
5
5
|
rails
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (3.1.
|
11
|
-
actionpack (= 3.1.
|
10
|
+
actionmailer (3.1.3)
|
11
|
+
actionpack (= 3.1.3)
|
12
12
|
mail (~> 2.3.0)
|
13
|
-
actionpack (3.1.
|
14
|
-
activemodel (= 3.1.
|
15
|
-
activesupport (= 3.1.
|
13
|
+
actionpack (3.1.3)
|
14
|
+
activemodel (= 3.1.3)
|
15
|
+
activesupport (= 3.1.3)
|
16
16
|
builder (~> 3.0.0)
|
17
17
|
erubis (~> 2.7.0)
|
18
18
|
i18n (~> 0.6)
|
19
|
-
rack (~> 1.3.
|
20
|
-
rack-cache (~> 1.
|
21
|
-
rack-mount (~> 0.8.
|
22
|
-
rack-test (~> 0.6.
|
23
|
-
sprockets (~> 2.0.
|
24
|
-
activemodel (3.1.
|
25
|
-
activesupport (= 3.1.
|
26
|
-
bcrypt-ruby (~> 2.1.4)
|
19
|
+
rack (~> 1.3.5)
|
20
|
+
rack-cache (~> 1.1)
|
21
|
+
rack-mount (~> 0.8.2)
|
22
|
+
rack-test (~> 0.6.1)
|
23
|
+
sprockets (~> 2.0.3)
|
24
|
+
activemodel (3.1.3)
|
25
|
+
activesupport (= 3.1.3)
|
27
26
|
builder (~> 3.0.0)
|
28
27
|
i18n (~> 0.6)
|
29
|
-
activerecord (3.1.
|
30
|
-
activemodel (= 3.1.
|
31
|
-
activesupport (= 3.1.
|
32
|
-
arel (~> 2.1
|
28
|
+
activerecord (3.1.3)
|
29
|
+
activemodel (= 3.1.3)
|
30
|
+
activesupport (= 3.1.3)
|
31
|
+
arel (~> 2.2.1)
|
33
32
|
tzinfo (~> 0.3.29)
|
34
|
-
activeresource (3.1.
|
35
|
-
activemodel (= 3.1.
|
36
|
-
activesupport (= 3.1.
|
37
|
-
activesupport (3.1.
|
33
|
+
activeresource (3.1.3)
|
34
|
+
activemodel (= 3.1.3)
|
35
|
+
activesupport (= 3.1.3)
|
36
|
+
activesupport (3.1.3)
|
38
37
|
multi_json (~> 1.0)
|
39
|
-
arel (2.1
|
40
|
-
bcrypt-ruby (2.1.4)
|
38
|
+
arel (2.2.1)
|
41
39
|
builder (3.0.0)
|
42
40
|
diff-lcs (1.1.3)
|
43
41
|
erubis (2.7.0)
|
44
|
-
hike (1.2.
|
42
|
+
hike (1.2.1)
|
45
43
|
i18n (0.6.0)
|
44
|
+
json (1.6.3)
|
46
45
|
mail (2.3.0)
|
47
46
|
i18n (>= 0.4.0)
|
48
47
|
mime-types (~> 1.16)
|
49
48
|
treetop (~> 1.4.8)
|
50
|
-
mime-types (1.
|
51
|
-
multi_json (1.0.
|
52
|
-
polyglot (0.3.
|
53
|
-
rack (1.3.
|
54
|
-
rack-cache (1.
|
49
|
+
mime-types (1.17.2)
|
50
|
+
multi_json (1.0.4)
|
51
|
+
polyglot (0.3.3)
|
52
|
+
rack (1.3.5)
|
53
|
+
rack-cache (1.1)
|
55
54
|
rack (>= 0.4)
|
56
|
-
rack-mount (0.8.
|
55
|
+
rack-mount (0.8.3)
|
57
56
|
rack (>= 1.0.0)
|
58
57
|
rack-ssl (1.3.2)
|
59
58
|
rack
|
60
59
|
rack-test (0.6.1)
|
61
60
|
rack (>= 1.0)
|
62
|
-
rails (3.1.
|
63
|
-
actionmailer (= 3.1.
|
64
|
-
actionpack (= 3.1.
|
65
|
-
activerecord (= 3.1.
|
66
|
-
activeresource (= 3.1.
|
67
|
-
activesupport (= 3.1.
|
61
|
+
rails (3.1.3)
|
62
|
+
actionmailer (= 3.1.3)
|
63
|
+
actionpack (= 3.1.3)
|
64
|
+
activerecord (= 3.1.3)
|
65
|
+
activeresource (= 3.1.3)
|
66
|
+
activesupport (= 3.1.3)
|
68
67
|
bundler (~> 1.0)
|
69
|
-
railties (= 3.1.
|
70
|
-
railties (3.1.
|
71
|
-
actionpack (= 3.1.
|
72
|
-
activesupport (= 3.1.
|
68
|
+
railties (= 3.1.3)
|
69
|
+
railties (3.1.3)
|
70
|
+
actionpack (= 3.1.3)
|
71
|
+
activesupport (= 3.1.3)
|
73
72
|
rack-ssl (~> 1.3.2)
|
74
73
|
rake (>= 0.8.7)
|
75
74
|
rdoc (~> 3.4)
|
76
75
|
thor (~> 0.14.6)
|
77
|
-
rake (0.9.2)
|
78
|
-
rdoc (3.
|
76
|
+
rake (0.9.2.2)
|
77
|
+
rdoc (3.11)
|
78
|
+
json (~> 1.4)
|
79
79
|
rspec (2.7.0)
|
80
80
|
rspec-core (~> 2.7.0)
|
81
81
|
rspec-expectations (~> 2.7.0)
|
@@ -84,17 +84,17 @@ GEM
|
|
84
84
|
rspec-expectations (2.7.0)
|
85
85
|
diff-lcs (~> 1.1.2)
|
86
86
|
rspec-mocks (2.7.0)
|
87
|
-
sprockets (2.0.
|
87
|
+
sprockets (2.0.3)
|
88
88
|
hike (~> 1.2)
|
89
89
|
rack (~> 1.0)
|
90
|
-
tilt (
|
90
|
+
tilt (~> 1.1, != 1.3.0)
|
91
91
|
sqlite3 (1.3.4)
|
92
92
|
thor (0.14.6)
|
93
|
-
tilt (1.3.
|
93
|
+
tilt (1.3.3)
|
94
94
|
treetop (1.4.10)
|
95
95
|
polyglot
|
96
96
|
polyglot (>= 0.3.1)
|
97
|
-
tzinfo (0.3.
|
97
|
+
tzinfo (0.3.31)
|
98
98
|
|
99
99
|
PLATFORMS
|
100
100
|
ruby
|
data/{README.rdoc → README.md}
RENAMED
@@ -27,7 +27,7 @@ Tax
|
|
27
27
|
|
28
28
|
The tax model should have a name and a percentage. You configure them in the config/#{country}.yml file if you wish to use the _DeathAndTaxes::applicable\_taxes_ method.
|
29
29
|
|
30
|
-
Taxes can be applied on another tax (like in Quebec
|
30
|
+
Taxes can be applied on another tax (like in Quebec) by having a tax itself.
|
31
31
|
|
32
32
|
You can obtain the effective rate of a tax (after being compounded) by using
|
33
33
|
|
data/config/ca.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: death_and_taxes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,12 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-08-09 00:00:00.
|
12
|
+
date: 2011-08-09 00:00:00.000000000 -04:00
|
13
|
+
default_executable:
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rails
|
16
|
-
requirement: &
|
17
|
+
requirement: &2156397800 !ruby/object:Gem::Requirement
|
17
18
|
none: false
|
18
19
|
requirements:
|
19
20
|
- - ! '>='
|
@@ -21,10 +22,10 @@ dependencies:
|
|
21
22
|
version: '0'
|
22
23
|
type: :runtime
|
23
24
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
+
version_requirements: *2156397800
|
25
26
|
- !ruby/object:Gem::Dependency
|
26
27
|
name: sqlite3
|
27
|
-
requirement: &
|
28
|
+
requirement: &2156396620 !ruby/object:Gem::Requirement
|
28
29
|
none: false
|
29
30
|
requirements:
|
30
31
|
- - ! '>='
|
@@ -32,10 +33,10 @@ dependencies:
|
|
32
33
|
version: '0'
|
33
34
|
type: :development
|
34
35
|
prerelease: false
|
35
|
-
version_requirements: *
|
36
|
+
version_requirements: *2156396620
|
36
37
|
- !ruby/object:Gem::Dependency
|
37
38
|
name: rspec
|
38
|
-
requirement: &
|
39
|
+
requirement: &2156396160 !ruby/object:Gem::Requirement
|
39
40
|
none: false
|
40
41
|
requirements:
|
41
42
|
- - ! '>='
|
@@ -43,7 +44,7 @@ dependencies:
|
|
43
44
|
version: '0'
|
44
45
|
type: :development
|
45
46
|
prerelease: false
|
46
|
-
version_requirements: *
|
47
|
+
version_requirements: *2156396160
|
47
48
|
description: Death and Taxes allows to 'easily' calculate taxes on a model
|
48
49
|
email: gmalette@gmail.com
|
49
50
|
executables: []
|
@@ -55,7 +56,7 @@ files:
|
|
55
56
|
- Gemfile
|
56
57
|
- Gemfile.lock
|
57
58
|
- LICENSE.txt
|
58
|
-
- README.
|
59
|
+
- README.md
|
59
60
|
- Rakefile
|
60
61
|
- config/ca.yml
|
61
62
|
- death_and_taxes.gemspec
|
@@ -73,6 +74,7 @@ files:
|
|
73
74
|
- lib/generators/death_and_taxes/migration/templates/active_record/migration.rb
|
74
75
|
- spec/helper.rb
|
75
76
|
- spec/test_death_and_taxes.rb
|
77
|
+
has_rdoc: true
|
76
78
|
homepage: ''
|
77
79
|
licenses: []
|
78
80
|
post_install_message:
|
@@ -93,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
95
|
version: '0'
|
94
96
|
requirements: []
|
95
97
|
rubyforge_project:
|
96
|
-
rubygems_version: 1.
|
98
|
+
rubygems_version: 1.6.2
|
97
99
|
signing_key:
|
98
100
|
specification_version: 3
|
99
101
|
summary: Tax calculations
|