mm-learnup-sluggable 0.3.6 → 0.3.7

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 (2) hide show
  1. checksums.yaml +5 -13
  2. metadata +9 -9
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZmU0N2FiYjAzNGYwNTg3OGNkOTI0ZGZlNTk4OWMwNzM3MzIzZTlkMQ==
5
- data.tar.gz: !binary |-
6
- YzYxMzg4OTFiZmE1NTQwNmNiOWI3NWIzOTZkYzAxYmM3YTNhNGY2NQ==
2
+ SHA1:
3
+ metadata.gz: 5bc8fbc98dfd69b5445b41e9c4f9ef9a354d9388
4
+ data.tar.gz: f7a8d405dafbd72c3e8ee510009f034c4719fde3
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MTc4NGYxMDBhOGQ1MjdlNGQzOWZkMWQyOTEyNGY2NmUyYjkyMzA4YmM1OTRk
10
- NDRjZWZlODljNWZlNzllNDA0NDk2MjMzMjBjNDhiOTZjNmNlZjI1Yzg1ZTE2
11
- MjBkYmQwNGM4MGM4YTUyZGU2NzQ4MGI4MmUwYjZjOTNlNzdiMWY=
12
- data.tar.gz: !binary |-
13
- NzlkOTY1MTVhNjI0ZmZhMzNkMDZlZmRkZDhhOGY3ZTU0ZmE4ZmY0YWEyMTEw
14
- NWJjZDE1MGZhYjAwOGEyOTUyMDA5NDBiMGRlMWYyOWQxYmUxOGUxYTNlNzNj
15
- NzYxNzBmNzVjYTQ0N2Y3YWMyYjdjNjAxOGI4ZjMyNTcxYjU0NzM=
6
+ metadata.gz: 329bbdda6ece544b76bcb5d62de307bc415e1584e74e9d0ea62e0ae0e35aab5ca06f3bb6bb309e6a29fdd68f2488e720634df0677db37b3760cc48dc0d97984d
7
+ data.tar.gz: dd9b02edc57252d2e0714c7892b61b5dbf81320490ba9647642cacb89b7088faf5becf6621401494e0a9b65df3f10a04249358ac0c991428acba85ec072c3582
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm-learnup-sluggable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Taylor
@@ -14,28 +14,28 @@ dependencies:
14
14
  name: mongo_mapper
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.9.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.9.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description:
@@ -54,23 +54,23 @@ licenses: []
54
54
  metadata: {}
55
55
  post_install_message:
56
56
  rdoc_options:
57
- - --main
57
+ - "--main"
58
58
  - README.rdoc
59
59
  require_paths:
60
60
  - lib
61
61
  required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - ! '>='
63
+ - - ">="
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - ! '>='
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 2.4.6
73
+ rubygems_version: 2.4.8
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: MongoMapper plugin to cache a slugged version of a field. Originally forked