mongoid_slug 0.4.2 → 0.4.3

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.
Files changed (1) hide show
  1. metadata +6 -6
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid_slug
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hakan Ensari
@@ -27,13 +27,13 @@ dependencies:
27
27
  requirements:
28
28
  - - ~>
29
29
  - !ruby/object:Gem::Version
30
- hash: -1848230041
30
+ hash: -1848230043
31
31
  segments:
32
32
  - 2
33
33
  - 0
34
34
  - 0
35
- - beta7
36
- version: 2.0.0.beta7
35
+ - beta9
36
+ version: 2.0.0.beta9
37
37
  type: :runtime
38
38
  version_requirements: *id001
39
39
  description: Mongoid Slug generates a URL slug/permalink based on fields in a Mongoid model.