@atomist/rug
Advanced tools
Comparing version 0.18.0 to 0.18.1
{ | ||
"name": "@atomist/rug", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "TypeScript model for Atomist editors, generators etc", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -27,3 +27,2 @@ # Rug TypeScript Typings | ||
- [PythonFile][] - Python source files | ||
- [PythonRequirementsTxt][] - Python `requirements.txt` files | ||
- [ScalaFile][] - Scala files | ||
@@ -34,17 +33,16 @@ - [SpringBootProject][] - Spring Boot projects | ||
[CSharpFile]: http://apidocs.atomist.com/typedoc/interfaces/csharpfile.html | ||
[File]: http://apidocs.atomist.com/typedoc/interfaces/file.html | ||
[JavaProject]: http://apidocs.atomist.com/typedoc/interfaces/javaproject.html | ||
[JavaSource]: http://apidocs.atomist.com/typedoc/interfaces/javasource.html | ||
[JavaType]: http://apidocs.atomist.com/typedoc/interfaces/javatype.html | ||
[Line]: http://apidocs.atomist.com/typedoc/interfaces/line.html | ||
[Pom]: http://apidocs.atomist.com/typedoc/interfaces/pom.html | ||
[Project]: http://apidocs.atomist.com/typedoc/interfaces/project.html | ||
[Properties]: http://apidocs.atomist.com/typedoc/interfaces/properties.html | ||
[PythonFile]: http://apidocs.atomist.com/typedoc/interfaces/pythonfile.html | ||
[PythonRequirementsTxt]: http://apidocs.atomist.com/typedoc/interfaces/pythonrequirementstxt.html | ||
[ScalaFile]: http://apidocs.atomist.com/typedoc/interfaces/scalafile.html | ||
[SpringBootProject]: http://apidocs.atomist.com/typedoc/interfaces/springbootproject.html | ||
[Xml]: http://apidocs.atomist.com/typedoc/interfaces/xml.html | ||
[YamlFile]: http://apidocs.atomist.com/typedoc/interfaces/yamlfile.html | ||
[CSharpFile]: http://apidocs.atomist.com/typedoc/rug/interfaces/csharpfile.html | ||
[File]: http://apidocs.atomist.com/typedoc/rug/interfaces/file.html | ||
[JavaProject]: http://apidocs.atomist.com/typedoc/rug/interfaces/javaproject.html | ||
[JavaSource]: http://apidocs.atomist.com/typedoc/rug/interfaces/javasource.html | ||
[JavaType]: http://apidocs.atomist.com/typedoc/rug/interfaces/javatype.html | ||
[Line]: http://apidocs.atomist.com/typedoc/rug/interfaces/line.html | ||
[Pom]: http://apidocs.atomist.com/typedoc/rug/interfaces/pom.html | ||
[Project]: http://apidocs.atomist.com/typedoc/rug/interfaces/project.html | ||
[Properties]: http://apidocs.atomist.com/typedoc/rug/interfaces/properties.html | ||
[PythonFile]: http://apidocs.atomist.com/typedoc/rug/interfaces/pythonfile.html | ||
[ScalaFile]: http://apidocs.atomist.com/typedoc/rug/interfaces/scalafile.html | ||
[SpringBootProject]: http://apidocs.atomist.com/typedoc/rug/interfaces/springbootproject.html | ||
[Xml]: http://apidocs.atomist.com/typedoc/rug/interfaces/xml.html | ||
[YamlFile]: http://apidocs.atomist.com/typedoc/rug/interfaces/yamlfile.html | ||
@@ -60,7 +58,7 @@ The following links contain information on testing classes, | ||
[CommandHandlerScenarioWorld]: http://apidocs.atomist.com/typedoc/interfaces/commandhandlerscenarioworld.html | ||
[EventHandlerScenarioWorld]: http://apidocs.atomist.com/typedoc/interfaces/eventhandlerscenarioworld.html | ||
[ProjectScenarioWorld]: http://apidocs.atomist.com/typedoc/interfaces/projectscenarioworld.html | ||
[Steps]: http://apidocs.atomist.com/typedoc/interfaces/definitions.html | ||
[CommandHandlerScenarioWorld]: http://apidocs.atomist.com/typedoc/rug/interfaces/commandhandlerscenarioworld.html | ||
[EventHandlerScenarioWorld]: http://apidocs.atomist.com/typedoc/rug/interfaces/eventhandlerscenarioworld.html | ||
[ProjectScenarioWorld]: http://apidocs.atomist.com/typedoc/rug/interfaces/projectscenarioworld.html | ||
[Steps]: http://apidocs.atomist.com/typedoc/rug/interfaces/definitions.html | ||
[Gherkin]: https://github.com/cucumber/cucumber/wiki/Given-When-Then | ||
[helpers]: http://apidocs.atomist.com/typedoc/globals.html#dump | ||
[helpers]: http://apidocs.atomist.com/typedoc/rug/globals.html#dump |
Sorry, the diff of this file is not supported yet
3437595
62