mongo 2.5.2 → 2.5.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.
- checksums.yaml +4 -4
 - checksums.yaml.gz.sig +2 -3
 - data.tar.gz.sig +0 -0
 - data/lib/mongo/operation/list_collections/op_msg.rb +5 -0
 - data/lib/mongo/version.rb +1 -1
 - data/spec/mongo/database_spec.rb +4 -0
 - metadata +2 -2
 - metadata.gz.sig +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 13c197c0761d6af2fd32db77e0f9a91ae09175a4
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 8c8c26637cfc0f51acfea88906da79376096d773
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 28f70edfe9d4c61a513b488f89ccf380f0148fe7f7c655ffb65202d6e0f03844a9e07c13919362656014593a21240398bbe24ed12744732b0cded6d8aa50bdcb
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 8a60151b258110900492b62ef55c0f39df7dea2c143a8d437210adb91181f58212ddc1ca4c3c84d08a90cdf4981c12f4de8c2f18be13d1ea2cdf7d03dec029e2
         
     | 
    
        checksums.yaml.gz.sig
    CHANGED
    
    | 
         @@ -1,3 +1,2 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            � 
     | 
| 
       2 
     | 
    
         
            -
            � 
     | 
| 
       3 
     | 
    
         
            -
            K�;���K�K�i��Y��w�B��m�� !"�IM/i<�!�a_�5�K3UW$�x���_��$��7�e>��W��l w����k���Jk�ʤaB2��Vl
         
     | 
| 
      
 1 
     | 
    
         
            +
            ��m�cE�֍�ͤp�8�2{���n�H�w�~=0�UU��?�R���{��[}��#��_��������8��6.�Ĉ���e	����߱틿�9���v���IZ��,�ᯰr�h�2�\�H�ÿ�4["8d
         
     | 
| 
      
 2 
     | 
    
         
            +
            �z�����˶����U�o��
         
     | 
    
        data.tar.gz.sig
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/mongo/version.rb
    CHANGED
    
    
    
        data/spec/mongo/database_spec.rb
    CHANGED
    
    | 
         @@ -200,6 +200,10 @@ describe Mongo::Database do 
     | 
|
| 
       200 
200 
     | 
    
         
             
                  it 'returns collection objects for each name' do
         
     | 
| 
       201 
201 
     | 
    
         
             
                    expect(database.collections).to include(collection)
         
     | 
| 
       202 
202 
     | 
    
         
             
                  end
         
     | 
| 
      
 203 
     | 
    
         
            +
             
     | 
| 
      
 204 
     | 
    
         
            +
                  it 'does not include the system collections' do
         
     | 
| 
      
 205 
     | 
    
         
            +
                    expect(database.collections.collect(&:name).none? { |name| name =~ /system\.|\$/ }).to be(true)
         
     | 
| 
      
 206 
     | 
    
         
            +
                  end
         
     | 
| 
       203 
207 
     | 
    
         
             
                end
         
     | 
| 
       204 
208 
     | 
    
         | 
| 
       205 
209 
     | 
    
         
             
                context 'when the database does not exist' do
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: mongo
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 2.5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 2.5.3
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Tyler Brock
         
     | 
| 
         @@ -32,7 +32,7 @@ cert_chain: 
     | 
|
| 
       32 
32 
     | 
    
         
             
              3s0DZnO1KxiaSyKOest/k/qf2tqdbmmhZ+Kd8E2vMN9RuNjPzKRPtNsM4mZGKEog
         
     | 
| 
       33 
33 
     | 
    
         
             
              p3shId/bDtqoYu1EX+ot1RmsQEYYUO6hhaNOm9WmvIs=
         
     | 
| 
       34 
34 
     | 
    
         
             
              -----END CERTIFICATE-----
         
     | 
| 
       35 
     | 
    
         
            -
            date: 2018-05- 
     | 
| 
      
 35 
     | 
    
         
            +
            date: 2018-05-04 00:00:00.000000000 Z
         
     | 
| 
       36 
36 
     | 
    
         
             
            dependencies:
         
     | 
| 
       37 
37 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       38 
38 
     | 
    
         
             
              name: bson
         
     | 
    
        metadata.gz.sig
    CHANGED
    
    | 
         Binary file 
     |