sk_calc 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/sk_calc/version.rb +2 -2
  2. data/sk_calc.gemspec +1 -1
  3. metadata +9 -7
@@ -1,5 +1,5 @@
1
1
  module SK
2
2
  module Calc
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
- end
5
+ end
data/sk_calc.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
10
10
  s.authors = ["Georg Leciejewski"]
11
- s.date = %q{2011-12-17}
11
+ s.date = %q{2012-02-15}
12
12
  s.description = %q{Calculate document and line item totals. This moule is used inside SalesKIng and outsourced for transparency and reusability.}
13
13
  s.email = %q{gl@salesking.eu}
14
14
  s.homepage = %q{http://github.com/salesking/sk_calc}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sk_calc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Georg Leciejewski
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-17 00:00:00 Z
18
+ date: 2012-02-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec
@@ -144,9 +144,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements: []
145
145
 
146
146
  rubyforge_project:
147
- rubygems_version: 1.8.15
147
+ rubygems_version: 1.8.6
148
148
  signing_key:
149
149
  specification_version: 3
150
150
  summary: SalesKing Calculation Module
151
- test_files: []
152
-
151
+ test_files:
152
+ - spec/sk_calc/item_spec.rb
153
+ - spec/sk_calc/items_spec.rb
154
+ - spec/spec_helper.rb