ski_binding_calculator 0.5.0 → 0.5.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/lib/calculator/calculator.rb +1 -1
- data/lib/calculator/config_loader.rb +1 -1
- data/lib/person.rb +0 -2
- data/ski_binding_calculator.gemspec +3 -2
- data/spec/config_loader_spec.rb +1 -1
- metadata +3 -2
data/lib/person.rb
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'ski_binding_calculator'
|
4
|
-
s.version = '0.5.
|
4
|
+
s.version = '0.5.1'
|
5
5
|
s.date = '2013-08-04'
|
6
6
|
s.summary = "Ski Binding Calculator"
|
7
|
-
s.description = "
|
7
|
+
s.description = "calculate the z-value, forward pressure and turing
|
8
|
+
moment according to ISO 11088."
|
8
9
|
s.authors = ["Jonas Ruef, Felix Langenegger"]
|
9
10
|
s.email = 'support@fadendaten.ch'
|
10
11
|
s.homepage = 'http://fadendaten.ch'
|
data/spec/config_loader_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ski_binding_calculator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -59,7 +59,8 @@ dependencies:
|
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 0.7.1
|
62
|
-
description:
|
62
|
+
description: ! "calculate the z-value, forward pressure and turing\n moment
|
63
|
+
according to ISO 11088."
|
63
64
|
email: support@fadendaten.ch
|
64
65
|
executables: []
|
65
66
|
extensions: []
|