assisted_workflow 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.
- data/README.md +0 -5
- data/assisted_workflow.gemspec +7 -17
- data/lib/assisted_workflow/version.rb +1 -1
- metadata +12 -9
    
        data/README.md
    CHANGED
    
    | @@ -30,11 +30,6 @@ Or install it yourself as: | |
| 30 30 |  | 
| 31 31 | 
             
                $ gem install assisted_workflow
         | 
| 32 32 |  | 
| 33 | 
            -
            Or, if you are using homebrew and want to make `aw` system wide available, use brew-gem:
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                $ brew install brew-gem
         | 
| 36 | 
            -
                $ brew gem assisted_workflow
         | 
| 37 | 
            -
             | 
| 38 33 | 
             
            ## Initial Setup
         | 
| 39 34 |  | 
| 40 35 | 
             
            TODO: Write initial setup instructions here
         | 
    
        data/assisted_workflow.gemspec
    CHANGED
    
    | @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| | |
| 9 9 | 
             
              gem.authors       = ["Flavio Granero"]
         | 
| 10 10 | 
             
              gem.email         = ["maltempe@gmail.com"]
         | 
| 11 11 | 
             
              gem.summary       = %q{AW is a CLI tool to automate software development workflows based on github pull requests}
         | 
| 12 | 
            -
              gem.homepage      = ""
         | 
| 12 | 
            +
              gem.homepage      = "https://github.com/flaviogranero/assisted_workflow"
         | 
| 13 13 | 
             
              gem.license       = "MIT"
         | 
| 14 14 |  | 
| 15 15 | 
             
              gem.files         = `git ls-files`.split($/)
         | 
| @@ -25,19 +25,6 @@ Gem::Specification.new do |gem| | |
| 25 25 |  | 
| 26 26 | 
             
              gem.description   = <<desc
         | 
| 27 27 | 
             
              `aw` is a command line tool to automate software development workflows based on github pull requests.
         | 
| 28 | 
            -
              
         | 
| 29 | 
            -
              Initial Setup:
         | 
| 30 | 
            -
              
         | 
| 31 | 
            -
                $ aw setup
         | 
| 32 | 
            -
             | 
| 33 | 
            -
              Usage:
         | 
| 34 | 
            -
             | 
| 35 | 
            -
                  $ aw start
         | 
| 36 | 
            -
                  
         | 
| 37 | 
            -
                  $ aw submit
         | 
| 38 | 
            -
                  
         | 
| 39 | 
            -
                  $ aw finish
         | 
| 40 | 
            -
              
         | 
| 41 28 | 
             
            desc
         | 
| 42 29 |  | 
| 43 30 | 
             
              gem.post_install_message = <<-message
         | 
| @@ -82,10 +69,13 @@ desc | |
| 82 69 | 
             
                  `.//-...----------------..............----------------------------..---/oo
         | 
| 83 70 |  | 
| 84 71 |  | 
| 85 | 
            -
                    AW,  | 
| 86 | 
            -
                     | 
| 72 | 
            +
                    AW, thanks for installing Assisted Workflow!
         | 
| 73 | 
            +
                    ============================================
         | 
| 87 74 |  | 
| 88 | 
            -
                   Use the provided `aw` command-line tool to start a task creating a feature branch, submit a pull request with the changes and finish a task, keeping your repository clean. For more details, search for Inaka Workflow description.
         | 
| 75 | 
            +
                   Use the provided `aw` command-line tool to start a task creating a feature branch, submit a pull request with the changes and finish a task, keeping your repository clean. For more details, search for Inaka Workflow description. 
         | 
| 76 | 
            +
                   Now, go to your project folder and start using it with:
         | 
| 77 | 
            +
                   
         | 
| 78 | 
            +
                   $ aw setup
         | 
| 89 79 |  | 
| 90 80 | 
             
                   Cheers,
         | 
| 91 81 | 
             
                   Flavio
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: assisted_workflow
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.1. | 
| 4 | 
            +
              version: 0.1.1
         | 
| 5 5 | 
             
              prerelease: 
         | 
| 6 6 | 
             
            platform: ruby
         | 
| 7 7 | 
             
            authors:
         | 
| @@ -75,9 +75,10 @@ dependencies: | |
| 75 75 | 
             
                - - ~>
         | 
| 76 76 | 
             
                  - !ruby/object:Gem::Version
         | 
| 77 77 | 
             
                    version: 2.0.5
         | 
| 78 | 
            -
            description: !  | 
| 79 | 
            -
              based on github pull requests | 
| 80 | 
            -
             | 
| 78 | 
            +
            description: ! '  `aw` is a command line tool to automate software development workflows
         | 
| 79 | 
            +
              based on github pull requests.
         | 
| 80 | 
            +
             | 
| 81 | 
            +
            '
         | 
| 81 82 | 
             
            email:
         | 
| 82 83 | 
             
            - maltempe@gmail.com
         | 
| 83 84 | 
             
            executables:
         | 
| @@ -104,7 +105,7 @@ files: | |
| 104 105 | 
             
            - lib/assisted_workflow/templates/awconfig.local.tt
         | 
| 105 106 | 
             
            - lib/assisted_workflow/templates/commit-msg.tt
         | 
| 106 107 | 
             
            - lib/assisted_workflow/version.rb
         | 
| 107 | 
            -
            homepage:  | 
| 108 | 
            +
            homepage: https://github.com/flaviogranero/assisted_workflow
         | 
| 108 109 | 
             
            licenses:
         | 
| 109 110 | 
             
            - MIT
         | 
| 110 111 | 
             
            post_install_message: ! "\n                       `..::/++ooooooooo+/::--`                                 \n
         | 
| @@ -144,10 +145,12 @@ post_install_message: ! "\n                       `..::/++ooooooooo+/::--` | |
| 144 145 | 
             
              \                `-:+++//:::/++++:-.`                           -----\n       `++`
         | 
| 145 146 | 
             
              \                 ``--------::---.`                             `.-::\n       `//.
         | 
| 146 147 | 
             
              \                     `.....``                                  ``-++\n      `.//-...----------------..............----------------------------..---/oo\n\n\n
         | 
| 147 | 
            -
              \       AW,  | 
| 148 | 
            -
              tool to start a task creating a feature | 
| 149 | 
            -
               | 
| 150 | 
            -
              Workflow description | 
| 148 | 
            +
              \       AW, thanks for installing Assisted Workflow!\n        ============================================\n\n
         | 
| 149 | 
            +
              \      Use the provided `aw` command-line tool to start a task creating a feature
         | 
| 150 | 
            +
              branch, submit a pull request with the changes and finish a task, keeping your repository
         | 
| 151 | 
            +
              clean. For more details, search for Inaka Workflow description. \n       Now, go
         | 
| 152 | 
            +
              to your project folder and start using it with:\n       \n       $ aw setup\n\n
         | 
| 153 | 
            +
              \      Cheers,\n       Flavio\n\n--------------------------------------------------------------------------------\n\n"
         | 
| 151 154 | 
             
            rdoc_options: []
         | 
| 152 155 | 
             
            require_paths:
         | 
| 153 156 | 
             
            - lib
         |