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.
@@ -1,81 +1,81 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- death_and_taxes (0.0.3)
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.0.rc5)
11
- actionpack (= 3.1.0.rc5)
10
+ actionmailer (3.1.3)
11
+ actionpack (= 3.1.3)
12
12
  mail (~> 2.3.0)
13
- actionpack (3.1.0.rc5)
14
- activemodel (= 3.1.0.rc5)
15
- activesupport (= 3.1.0.rc5)
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.1)
20
- rack-cache (~> 1.0.2)
21
- rack-mount (~> 0.8.1)
22
- rack-test (~> 0.6.0)
23
- sprockets (~> 2.0.0.beta.12)
24
- activemodel (3.1.0.rc5)
25
- activesupport (= 3.1.0.rc5)
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.0.rc5)
30
- activemodel (= 3.1.0.rc5)
31
- activesupport (= 3.1.0.rc5)
32
- arel (~> 2.1.4)
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.0.rc5)
35
- activemodel (= 3.1.0.rc5)
36
- activesupport (= 3.1.0.rc5)
37
- activesupport (3.1.0.rc5)
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.4)
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.0)
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.16)
51
- multi_json (1.0.3)
52
- polyglot (0.3.2)
53
- rack (1.3.2)
54
- rack-cache (1.0.2)
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.2)
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.0.rc5)
63
- actionmailer (= 3.1.0.rc5)
64
- actionpack (= 3.1.0.rc5)
65
- activerecord (= 3.1.0.rc5)
66
- activeresource (= 3.1.0.rc5)
67
- activesupport (= 3.1.0.rc5)
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.0.rc5)
70
- railties (3.1.0.rc5)
71
- actionpack (= 3.1.0.rc5)
72
- activesupport (= 3.1.0.rc5)
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.9.2)
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.0.beta.13)
87
+ sprockets (2.0.3)
88
88
  hike (~> 1.2)
89
89
  rack (~> 1.0)
90
- tilt (!= 1.3.0, ~> 1.1)
90
+ tilt (~> 1.1, != 1.3.0)
91
91
  sqlite3 (1.3.4)
92
92
  thor (0.14.6)
93
- tilt (1.3.2)
93
+ tilt (1.3.3)
94
94
  treetop (1.4.10)
95
95
  polyglot
96
96
  polyglot (>= 0.3.1)
97
- tzinfo (0.3.29)
97
+ tzinfo (0.3.31)
98
98
 
99
99
  PLATFORMS
100
100
  ruby
@@ -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 before 2012) by having a tax itself.
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
 
@@ -23,6 +23,7 @@ states:
23
23
  - starts: 2012-01-01
24
24
  ends: 2012-12-31
25
25
  percentage: 9.5
26
+ apply_on: GST
26
27
 
27
28
  "on":
28
29
  rules:
@@ -1,3 +1,3 @@
1
1
  module DeathAndTaxes
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
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
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.000000000Z
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: &2164795680 !ruby/object:Gem::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: *2164795680
25
+ version_requirements: *2156397800
25
26
  - !ruby/object:Gem::Dependency
26
27
  name: sqlite3
27
- requirement: &2164795260 !ruby/object:Gem::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: *2164795260
36
+ version_requirements: *2156396620
36
37
  - !ruby/object:Gem::Dependency
37
38
  name: rspec
38
- requirement: &2164794840 !ruby/object:Gem::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: *2164794840
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.rdoc
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.8.6
98
+ rubygems_version: 1.6.2
97
99
  signing_key:
98
100
  specification_version: 3
99
101
  summary: Tax calculations