rubymotion_generators 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 +7 -0
 - data/README.md +2 -0
 - data/lib/rubymotion_generators/version.rb +1 -1
 - data/lib/templates/table_view_controller.rb +2 -2
 - metadata +8 -15
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA1:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: ae2d98913cc188e1f278f6b4928f904dc76a22e9
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: bce0596ed836512d7b10f22f2741ab4b870fe84c
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: dc9b097bc98e7b669845608282d572c424407c1d8fa53c6c798582c5003633e65f984320b8c91e2d65753eb665a5296fb4d8d44ee2f1aab666d217096d51316b
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 987e355550acf3113234c7331c0dabaace6aa600bb2ac3c57ae699a93f35802843327b384329f22f1c0e5c814bda73336951d9c1df4b27d70c755df0434969bc
         
     | 
    
        data/README.md
    CHANGED
    
    
| 
         @@ -51,10 +51,10 @@ class  < UITableViewController 
     | 
|
| 
       51 
51 
     | 
    
         | 
| 
       52 
52 
     | 
    
         
             
            =begin
         
     | 
| 
       53 
53 
     | 
    
         
             
              # Override to support editing the table view.
         
     | 
| 
       54 
     | 
    
         
            -
              def tableView(tableView, commitEditingStyle:editingStyle forRowAtIndexPath:indexPath)
         
     | 
| 
      
 54 
     | 
    
         
            +
              def tableView(tableView, commitEditingStyle:editingStyle, forRowAtIndexPath:indexPath)
         
     | 
| 
       55 
55 
     | 
    
         
             
                if editingStyle == UITableViewCellEditingStyleDelete
         
     | 
| 
       56 
56 
     | 
    
         
             
                  # Delete the row from the data source
         
     | 
| 
       57 
     | 
    
         
            -
                  tableView.deleteRowsAtIndexPaths(indexPath, withRowAnimation:UITableViewRowAnimationFade)
         
     | 
| 
      
 57 
     | 
    
         
            +
                  tableView.deleteRowsAtIndexPaths([indexPath], withRowAnimation:UITableViewRowAnimationFade)
         
     | 
| 
       58 
58 
     | 
    
         
             
                elsif editingStyle == UITableViewCellEditingStyleInsert
         
     | 
| 
       59 
59 
     | 
    
         
             
                  # Create a new instance of the appropriate class, insert it into the
         
     | 
| 
       60 
60 
     | 
    
         
             
                  # array, and add a new row to the table view
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,20 +1,18 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rubymotion_generators
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
       5 
     | 
    
         
            -
              prerelease: 
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.1
         
     | 
| 
       6 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       8 
7 
     | 
    
         
             
            - Andy Waite
         
     | 
| 
       9 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       10 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       11 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       12 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2014-02-07 00:00:00.000000000 Z
         
     | 
| 
       13 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       14 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       15 
14 
     | 
    
         
             
              name: thor
         
     | 
| 
       16 
15 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       17 
     | 
    
         
            -
                none: false
         
     | 
| 
       18 
16 
     | 
    
         
             
                requirements:
         
     | 
| 
       19 
17 
     | 
    
         
             
                - - ~>
         
     | 
| 
       20 
18 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -22,7 +20,6 @@ dependencies: 
     | 
|
| 
       22 
20 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       23 
21 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       24 
22 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       25 
     | 
    
         
            -
                none: false
         
     | 
| 
       26 
23 
     | 
    
         
             
                requirements:
         
     | 
| 
       27 
24 
     | 
    
         
             
                - - ~>
         
     | 
| 
       28 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -30,7 +27,6 @@ dependencies: 
     | 
|
| 
       30 
27 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       31 
28 
     | 
    
         
             
              name: aruba
         
     | 
| 
       32 
29 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       33 
     | 
    
         
            -
                none: false
         
     | 
| 
       34 
30 
     | 
    
         
             
                requirements:
         
     | 
| 
       35 
31 
     | 
    
         
             
                - - ~>
         
     | 
| 
       36 
32 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -38,7 +34,6 @@ dependencies: 
     | 
|
| 
       38 
34 
     | 
    
         
             
              type: :development
         
     | 
| 
       39 
35 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       40 
36 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       41 
     | 
    
         
            -
                none: false
         
     | 
| 
       42 
37 
     | 
    
         
             
                requirements:
         
     | 
| 
       43 
38 
     | 
    
         
             
                - - ~>
         
     | 
| 
       44 
39 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -46,7 +41,6 @@ dependencies: 
     | 
|
| 
       46 
41 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       47 
42 
     | 
    
         
             
              name: pry
         
     | 
| 
       48 
43 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       49 
     | 
    
         
            -
                none: false
         
     | 
| 
       50 
44 
     | 
    
         
             
                requirements:
         
     | 
| 
       51 
45 
     | 
    
         
             
                - - ~>
         
     | 
| 
       52 
46 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -54,7 +48,6 @@ dependencies: 
     | 
|
| 
       54 
48 
     | 
    
         
             
              type: :development
         
     | 
| 
       55 
49 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       56 
50 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       57 
     | 
    
         
            -
                none: false
         
     | 
| 
       58 
51 
     | 
    
         
             
                requirements:
         
     | 
| 
       59 
52 
     | 
    
         
             
                - - ~>
         
     | 
| 
       60 
53 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -86,26 +79,26 @@ files: 
     | 
|
| 
       86 
79 
     | 
    
         
             
            - rubymotion_generators.gemspec
         
     | 
| 
       87 
80 
     | 
    
         
             
            homepage: https://github.com/andyw8/rubymotion_generators
         
     | 
| 
       88 
81 
     | 
    
         
             
            licenses: []
         
     | 
| 
      
 82 
     | 
    
         
            +
            metadata: {}
         
     | 
| 
       89 
83 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       90 
84 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       91 
85 
     | 
    
         
             
            require_paths:
         
     | 
| 
       92 
86 
     | 
    
         
             
            - lib
         
     | 
| 
       93 
87 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       94 
     | 
    
         
            -
              none: false
         
     | 
| 
       95 
88 
     | 
    
         
             
              requirements:
         
     | 
| 
       96 
     | 
    
         
            -
              - -  
     | 
| 
      
 89 
     | 
    
         
            +
              - - '>='
         
     | 
| 
       97 
90 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       98 
91 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       99 
92 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       100 
     | 
    
         
            -
              none: false
         
     | 
| 
       101 
93 
     | 
    
         
             
              requirements:
         
     | 
| 
       102 
     | 
    
         
            -
              - -  
     | 
| 
      
 94 
     | 
    
         
            +
              - - '>='
         
     | 
| 
       103 
95 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       104 
96 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       105 
97 
     | 
    
         
             
            requirements: []
         
     | 
| 
       106 
98 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       107 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 99 
     | 
    
         
            +
            rubygems_version: 2.1.11
         
     | 
| 
       108 
100 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       109 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 101 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
       110 
102 
     | 
    
         
             
            summary: RubyMotion generators
         
     | 
| 
       111 
103 
     | 
    
         
             
            test_files: []
         
     | 
| 
      
 104 
     | 
    
         
            +
            has_rdoc: 
         
     |