mongoid-grid_fs 1.9.1 → 1.9.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzQ5NjI1MDZlZmExMmYyNGRjNjRkMTlhZDk5ZDg3YzBjYzI0MmYzOA==
4
+ ZjEyOWUxN2IxNjBkN2U3NDdhZjc1MDg1MWM2ZDI1ODA4ZTdjNzQ3MA==
5
5
  data.tar.gz: !binary |-
6
- NWY5ZWNmNTgzZjg4YzFmM2UwYjg5MjkyZTY0ZTYyZWY3MjFiZTJkYg==
6
+ ZmM1YWZkMzY5ZjEyMGJhNDc5NzNjODk2ZGUxOWY0YWQwNjYwOTM3Nw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZTlhNDFiNGQxNTllYTIyZTVhM2U2NjdkNzc0NzA0ODk1ZDE3ODk1MzNkMWJm
10
- YTQ1YzNkZThjYjg5OGQ0ZDVmYzY4NGEwY2M2NzY5NTMyY2NjMDI3OWMzNDFi
11
- ZjI3ZmI3NTY5YWNiNmIxNmFkYjdmZTgwNGNhNzU5OTIzNTZiNzU=
9
+ Zjk0ZmYzMmRmY2I3N2MxZTdhYTM4MjY3M2E2ZjU1Y2RkYTE1MTdkNjg3YTRi
10
+ ODhhMmE2NWVkMTgwMTRiMWU2OThlNmMxMWYyNjRhZGJjZDNiODUwMDQ4ODg2
11
+ YWIxMWE2MzY2NjIwYmViYTYxODI3NWEwZGEwNjY1OTRjM2ViNGQ=
12
12
  data.tar.gz: !binary |-
13
- MDczNzdlNDY5NDZkMDI3M2UwMDdmNjI2NzhlYjlmMDA0Y2IwNWRiNzY1YWU4
14
- N2QwMjM5YWY3ZDk3NWM5YjVkN2NkYjEzYmU2MmU3MzJjN2U5MzZlNjU5YjU2
15
- Zjc1ZGQyZTcxMmU4ZjczNTFkZDhmMTNkMWQzYzFlMjU1MTk4NTQ=
13
+ OGJhOGQwMjAwYmU4NzM5MTczNjhhYjE4ZmJmNTE1NmMwMmQ0OTk0ZTA5Mzdh
14
+ M2VkNjI5MDZjN2NmYzM0NTQyMmRmZDc2ZDhmMzFhMTkxYTVkMGQ2MWU0Y2Ux
15
+ NzU5NzZmZjNiYjg4MGNjNmZmYTM4ZWFiZGE3MmI0NmU5M2NiMmE=
@@ -2,7 +2,7 @@
2
2
  #
3
3
  module Mongoid
4
4
  class GridFS
5
- const_set :Version, '1.9.1'
5
+ const_set :Version, '1.9.2'
6
6
 
7
7
  class << GridFS
8
8
  def version
@@ -12,7 +12,7 @@
12
12
  def dependencies
13
13
  {
14
14
  'mongoid' => [ 'mongoid' , '>= 3.0', '< 5.0' ] ,
15
- 'mime/types' => [ 'mime-types' , '>= 1.19', '< 2.0'] ,
15
+ 'mime/types' => [ 'mime-types' , '>= 1.19', '< 3.0'] ,
16
16
  }
17
17
  end
18
18
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "mongoid-grid_fs"
6
- spec.version = "1.9.1"
6
+ spec.version = "1.9.2"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "mongoid-grid_fs"
9
9
  spec.description = "a mongoid 3/moped compatible implementation of the grid_fs specification"
@@ -38,7 +38,7 @@ Gem::Specification::new do |spec|
38
38
 
39
39
  spec.add_dependency(*["mongoid", ">= 3.0", "< 5.0"])
40
40
 
41
- spec.add_dependency(*["mime-types", ">= 1.19", "< 2.0"])
41
+ spec.add_dependency(*["mime-types", ">= 1.19", "< 3.0"])
42
42
 
43
43
 
44
44
  spec.extensions.push(*[])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-grid_fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ara T. Howard
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '1.19'
40
40
  - - <
41
41
  - !ruby/object:Gem::Version
42
- version: '2.0'
42
+ version: '3.0'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '1.19'
50
50
  - - <
51
51
  - !ruby/object:Gem::Version
52
- version: '2.0'
52
+ version: '3.0'
53
53
  description: a mongoid 3/moped compatible implementation of the grid_fs specification
54
54
  email: ara.t.howard@gmail.com
55
55
  executables: []