king_views 1.1.3 → 1.1.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
@@ -109,9 +109,9 @@ module KingFormat
109
109
  # => 7,5%
110
110
  def number_to_percentage_auto_precision(number)
111
111
  return nil unless number
112
- # for now use seperator
112
+ # for now use separator
113
113
  pres = (number.to_i == number.to_f) ? 0 : 1
114
- sep = I18n.t(:'number.format.precision.separator')
114
+ sep = I18n.t(:'number.format.separator')
115
115
  number_to_percentage(number,{:precision => pres, :separator=>sep } )
116
116
  end
117
117
 
data/king_views.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{king_views}
8
- s.version = "1.1.3"
8
+ s.version = "1.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Georg Leciejewski"]
12
- s.date = %q{2011-01-20}
12
+ s.date = %q{2011-02-17}
13
13
  s.description = %q{Clean up your Forms using king_form for dl or labeled forms. Use king_list for an easy markup of tables in your lists and dl-enabled listings in your detail views. }
14
14
  s.email = %q{gl@salesking.eu}
15
15
  s.extra_rdoc_files = [
@@ -63,7 +63,7 @@ Gem::Specification.new do |s|
63
63
  ]
64
64
  s.homepage = %q{http://github.com/salesking/king_views}
65
65
  s.require_paths = ["lib"]
66
- s.rubygems_version = %q{1.4.1}
66
+ s.rubygems_version = %q{1.5.2}
67
67
  s.summary = %q{Ultraclean haml views with list and forms helpers for rails}
68
68
 
69
69
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: king_views
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
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-01-20 00:00:00 +01:00
18
+ date: 2011-02-17 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements: []
103
103
 
104
104
  rubyforge_project:
105
- rubygems_version: 1.4.1
105
+ rubygems_version: 1.5.2
106
106
  signing_key:
107
107
  specification_version: 3
108
108
  summary: Ultraclean haml views with list and forms helpers for rails