fspath 0.0.2-darwin → 0.0.2.2-darwin
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/Rakefile +4 -2
 - data/VERSION +1 -1
 - data/fspath.gemspec +1 -1
 - metadata +3 -2
 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -18,10 +18,12 @@ require 'jeweler' 
     | 
|
| 
       18 
18 
     | 
    
         
             
                gem.summary = summary
         
     | 
| 
       19 
19 
     | 
    
         
             
                gem.authors = ["Boba Fat"]
         
     | 
| 
       20 
20 
     | 
    
         
             
                gem.platform = platform
         
     | 
| 
       21 
     | 
    
         
            -
                 
     | 
| 
      
 21 
     | 
    
         
            +
                if platform == 'darwin'
         
     | 
| 
      
 22 
     | 
    
         
            +
                  gem.add_dependency 'rb-appscript'
         
     | 
| 
      
 23 
     | 
    
         
            +
                end
         
     | 
| 
       22 
24 
     | 
    
         
             
              end
         
     | 
| 
      
 25 
     | 
    
         
            +
              Jeweler::RubygemsDotOrgTasks.new
         
     | 
| 
       23 
26 
     | 
    
         
             
            end
         
     | 
| 
       24 
     | 
    
         
            -
            Jeweler::RubygemsDotOrgTasks.new
         
     | 
| 
       25 
27 
     | 
    
         | 
| 
       26 
28 
     | 
    
         
             
            desc "Replace system gem with symlink to this folder"
         
     | 
| 
       27 
29 
     | 
    
         
             
            task 'ghost' do
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.0.2
         
     | 
| 
      
 1 
     | 
    
         
            +
            0.0.2.2
         
     | 
    
        data/fspath.gemspec
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: fspath
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              hash:  
     | 
| 
      
 4 
     | 
    
         
            +
              hash: 67
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       6 
6 
     | 
    
         
             
              segments: 
         
     | 
| 
       7 
7 
     | 
    
         
             
              - 0
         
     | 
| 
       8 
8 
     | 
    
         
             
              - 0
         
     | 
| 
       9 
9 
     | 
    
         
             
              - 2
         
     | 
| 
       10 
     | 
    
         
            -
               
     | 
| 
      
 10 
     | 
    
         
            +
              - 2
         
     | 
| 
      
 11 
     | 
    
         
            +
              version: 0.0.2.2
         
     | 
| 
       11 
12 
     | 
    
         
             
            platform: darwin
         
     | 
| 
       12 
13 
     | 
    
         
             
            authors: 
         
     | 
| 
       13 
14 
     | 
    
         
             
            - Boba Fat
         
     |