mack-paths 0.6.0 → 0.6.0.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.
- data/doc/classes/Mack/Paths.html +818 -0
 - data/doc/classes/Mack.html +111 -0
 - data/doc/created.rid +1 -0
 - data/doc/files/README.html +118 -0
 - data/doc/files/lib/mack-paths_rb.html +101 -0
 - data/doc/fr_class_index.html +28 -0
 - data/doc/fr_file_index.html +28 -0
 - data/doc/fr_method_index.html +52 -0
 - data/doc/index.html +24 -0
 - data/doc/rdoc-style.css +208 -0
 - metadata +13 -3
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: mack-paths
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.6.0
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.6.0.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors: 
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Mark Bates
         
     | 
| 
         @@ -9,7 +9,7 @@ autorequire: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
     | 
    
         
            -
            date: 2008-07- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2008-07-18 00:00:00 -04:00
         
     | 
| 
       13 
13 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       14 
14 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
         @@ -24,6 +24,16 @@ extra_rdoc_files: [] 
     | 
|
| 
       24 
24 
     | 
    
         
             
            files: 
         
     | 
| 
       25 
25 
     | 
    
         
             
            - lib/mack-paths.rb
         
     | 
| 
       26 
26 
     | 
    
         
             
            - README
         
     | 
| 
      
 27 
     | 
    
         
            +
            - doc/classes/Mack/Paths.html
         
     | 
| 
      
 28 
     | 
    
         
            +
            - doc/classes/Mack.html
         
     | 
| 
      
 29 
     | 
    
         
            +
            - doc/created.rid
         
     | 
| 
      
 30 
     | 
    
         
            +
            - doc/files/lib/mack-paths_rb.html
         
     | 
| 
      
 31 
     | 
    
         
            +
            - doc/files/README.html
         
     | 
| 
      
 32 
     | 
    
         
            +
            - doc/fr_class_index.html
         
     | 
| 
      
 33 
     | 
    
         
            +
            - doc/fr_file_index.html
         
     | 
| 
      
 34 
     | 
    
         
            +
            - doc/fr_method_index.html
         
     | 
| 
      
 35 
     | 
    
         
            +
            - doc/index.html
         
     | 
| 
      
 36 
     | 
    
         
            +
            - doc/rdoc-style.css
         
     | 
| 
       27 
37 
     | 
    
         
             
            has_rdoc: true
         
     | 
| 
       28 
38 
     | 
    
         
             
            homepage: http://www.mackframework.com
         
     | 
| 
       29 
39 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
         @@ -47,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       47 
57 
     | 
    
         
             
            requirements: []
         
     | 
| 
       48 
58 
     | 
    
         | 
| 
       49 
59 
     | 
    
         
             
            rubyforge_project: magrathea
         
     | 
| 
       50 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 60 
     | 
    
         
            +
            rubygems_version: 1.2.0
         
     | 
| 
       51 
61 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       52 
62 
     | 
    
         
             
            specification_version: 2
         
     | 
| 
       53 
63 
     | 
    
         
             
            summary: Common paths for Mack applications.
         
     |