gitegnore 0.1.0 → 0.1.1
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
 - data/Gemfile.lock +1 -1
 - data/gitegnore.gemspec +2 -2
 - data/lib/gitegnore/version.rb +1 -1
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: db9fa23a9ebdbc45199db2fb9c05d08050f292af
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1e060b5210c7cf08aa03bdadb05d0c0f083d6095
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: c58f48c2355d61fa5d238a38327e003e37b03f39bb776a284018373a0349047f15b9950503b3eb5b596f8285194895a22da3872dc05d8399248497ac12509a8e
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 7443bee333752cbadbb95d5c0692897d6cc28a4cf4b77552efedb5361460cdc7cd8237301ef1b1197b851fa2a0117600e86e7340e4715be7d58c8e8554f7697e
         
     | 
    
        data/Gemfile.lock
    CHANGED
    
    
    
        data/gitegnore.gemspec
    CHANGED
    
    | 
         @@ -11,8 +11,8 @@ Gem::Specification.new do |spec| 
     | 
|
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
              spec.summary       = %q{fetch gitgnore file from the github/gitignore repo}
         
     | 
| 
       13 
13 
     | 
    
         
             
              spec.description   = <<-EOM
         
     | 
| 
       14 
     | 
    
         
            -
                   
     | 
| 
       15 
     | 
    
         
            -
                   
     | 
| 
      
 14 
     | 
    
         
            +
                  it will pull lastest update from github/gitignore repo,
         
     | 
| 
      
 15 
     | 
    
         
            +
                  copy corresponding .gitignore file to current diretory
         
     | 
| 
       16 
16 
     | 
    
         
             
              EOM
         
     | 
| 
       17 
17 
     | 
    
         
             
              spec.homepage      = "https://github.com/0oneo/gitegnore"
         
     | 
| 
       18 
18 
     | 
    
         
             
              spec.license       = "MIT"
         
     | 
    
        data/lib/gitegnore/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: gitegnore
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - 0oneo
         
     | 
| 
         @@ -87,8 +87,8 @@ dependencies: 
     | 
|
| 
       87 
87 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       88 
88 
     | 
    
         
             
                    version: 1.8.3
         
     | 
| 
       89 
89 
     | 
    
         
             
            description: |2
         
     | 
| 
       90 
     | 
    
         
            -
                     
     | 
| 
       91 
     | 
    
         
            -
                     
     | 
| 
      
 90 
     | 
    
         
            +
                    it will pull lastest update from github/gitignore repo,
         
     | 
| 
      
 91 
     | 
    
         
            +
                    copy corresponding .gitignore file to current diretory
         
     | 
| 
       92 
92 
     | 
    
         
             
            email:
         
     | 
| 
       93 
93 
     | 
    
         
             
            - neoman.v@gmail.com
         
     | 
| 
       94 
94 
     | 
    
         
             
            executables:
         
     |