justlogging-rails 0.0.2 → 0.0.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.
- data/.gitignore +2 -1
 - data/justlogging-rails.gemspec +1 -1
 - data/lib/justlogging/agent.rb +13 -1
 - data/lib/justlogging/version.rb +1 -1
 - data/resources/ca-bundle.crt +3376 -0
 - metadata +4 -1
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: justlogging-rails
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.3
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: 
         
     | 
| 
       6 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
7 
     | 
    
         
             
            authors:
         
     | 
| 
         @@ -112,6 +112,8 @@ files: 
     | 
|
| 
       112 
112 
     | 
    
         
             
              bGliL2p1c3Rsb2dnaW5nL3RyYW5zYWN0aW9uLnJi
         
     | 
| 
       113 
113 
     | 
    
         
             
            - !binary |-
         
     | 
| 
       114 
114 
     | 
    
         
             
              bGliL2p1c3Rsb2dnaW5nL3ZlcnNpb24ucmI=
         
     | 
| 
      
 115 
     | 
    
         
            +
            - !binary |-
         
     | 
| 
      
 116 
     | 
    
         
            +
              cmVzb3VyY2VzL2NhLWJ1bmRsZS5jcnQ=
         
     | 
| 
       115 
117 
     | 
    
         
             
            - !binary |-
         
     | 
| 
       116 
118 
     | 
    
         
             
              c3BlYy9qdXN0bG9nZ2luZy9hZ2VudF9zcGVjLnJi
         
     | 
| 
       117 
119 
     | 
    
         
             
            - !binary |-
         
     | 
| 
         @@ -133,6 +135,7 @@ post_install_message: 
     | 
|
| 
       133 
135 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       134 
136 
     | 
    
         
             
            require_paths:
         
     | 
| 
       135 
137 
     | 
    
         
             
            - lib
         
     | 
| 
      
 138 
     | 
    
         
            +
            - resources
         
     | 
| 
       136 
139 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       137 
140 
     | 
    
         
             
              none: false
         
     | 
| 
       138 
141 
     | 
    
         
             
              requirements:
         
     |