utopia 0.9.41 → 0.9.42

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.
@@ -2,6 +2,8 @@
2
2
  # Copyright 2010 Samuel Williams. All rights reserved.
3
3
  # See <utopia.rb> for licensing details.
4
4
 
5
+ require 'date'
6
+
5
7
  class Date
6
8
  alias_method :old_cmp, :<=>
7
9
 
@@ -2,6 +2,8 @@
2
2
  # Copyright 2010 Samuel Williams. All rights reserved.
3
3
  # See <utopia.rb> for licensing details.
4
4
 
5
+ require 'yaml'
6
+
5
7
  require 'utopia/extensions/date'
6
8
  require 'utopia/extensions/string'
7
9
  require 'utopia/extensions/hash'
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 41
9
+ TINY = 42
10
10
 
11
11
  STRING = [MAJOR, MINOR, TINY].join('.')
12
12
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- hash: 105
4
+ hash: 111
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 41
10
- version: 0.9.41
9
+ - 42
10
+ version: 0.9.42
11
11
  platform: ruby
12
12
  authors:
13
13
  - Samuel Williams