-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed
ronin-web new webapp
to ronin-web new app
.
- Loading branch information
1 parent
43207fe
commit ca8990c
Showing
16 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
ronin-web-new-server(1) ronin-web-new-spider(1) ronin-web-new-webapp(1) | ||
ronin-web-new-server(1) ronin-web-new-spider(1) ronin-web-new-app(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
ronin-web-new-nokogiri(1) ronin-web-new-spider(1) ronin-web-new-webapp(1) | ||
ronin-web-new-nokogiri(1) ronin-web-new-spider(1) ronin-web-new-app(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,4 +126,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
ronin-web-new-nokogiri(1) ronin-web-new-server(1) ronin-web-new-webapp(1) | ||
ronin-web-new-nokogiri(1) ronin-web-new-server(1) ronin-web-new-app(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,12 +26,12 @@ Creates a new web server, spider, or nokogiri script. | |
*server* | ||
Generates a new `ronin-web-server` Ruby script. | ||
|
||
*app* | ||
Generate a new `ronin-web-server` based app. | ||
|
||
*spider* | ||
Generates a new `ronin-web-spider` Ruby script. | ||
|
||
*webapp* | ||
Generate a new `ronin-web-server` based webapp. | ||
|
||
*help* | ||
Lists available `ronin new` commands. | ||
|
||
|
@@ -41,4 +41,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
ronin-web-new-nokogiri(1) ronin-web-new-server(1) ronin-web-new-spider(1) ronin-web-new-webapp(1) | ||
ronin-web-new-nokogiri(1) ronin-web-new-server(1) ronin-web-new-spider(1) ronin-web-new-app(1) |
4 changes: 2 additions & 2 deletions
4
spec/cli/commands/new/webapp_spec.rb → spec/cli/commands/new/app_spec.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
require 'spec_helper' | ||
require 'ronin/web/cli/commands/new/webapp' | ||
require 'ronin/web/cli/commands/new/app' | ||
require_relative '../man_page_example' | ||
|
||
describe Ronin::Web::CLI::Commands::New::Webapp do | ||
describe Ronin::Web::CLI::Commands::New::App do | ||
include_examples "man_page" | ||
end |