custom_fields 1.0.0.beta.16 → 1.0.0.beta.17

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.
@@ -1,7 +1,7 @@
1
1
  $:.unshift File.expand_path(File.dirname(__FILE__))
2
2
 
3
3
  require 'active_support'
4
- require 'carrierwave/orm/mongoid'
4
+ require 'carrierwave'
5
5
 
6
6
  module CustomFields
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module CustomFields
3
- VERSION = "1.0.0.beta.16"
3
+ VERSION = "1.0.0.beta.17"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_fields
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196387
4
+ hash: 62196385
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - beta
11
- - 16
12
- version: 1.0.0.beta.16
11
+ - 17
12
+ version: 1.0.0.beta.17
13
13
  platform: ruby
14
14
  authors:
15
15
  - Didier Lafforgue