cssensible 0.2.1 → 0.2.2

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.
@@ -29,6 +29,10 @@ module CSSensible
29
29
  @value.shift_decimal_point(MAX_DECIMAL_PLACES).decimal_places.zero?
30
30
  end
31
31
 
32
+ def to_f
33
+ @value.to_f
34
+ end
35
+
32
36
  def to_s
33
37
  @value.to_s
34
38
  end
@@ -1,4 +1,4 @@
1
1
  module CSSensible
2
2
  # The current version of CSSensible.
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cssensible
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dominik Habersack
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-17 00:00:00 +12:00
18
+ date: 2010-07-20 00:00:00 +12:00
19
19
  default_executable:
20
20
  dependencies: []
21
21