From 74ce09dda3bc504b1b5771b8adbd0a9f807c4095 Mon Sep 17 00:00:00 2001 From: javier gomez Date: Mon, 1 Feb 2016 13:36:56 +0100 Subject: [PATCH] [tests] rename jbuild to jorobo --- .gitignore | 2 +- .travis.yml | 2 +- RoboFile.php | 4 ++-- composer.json | 2 +- composer.lock | 9 ++++----- jbuild.dist.ini => jorobo.dist.ini | 0 6 files changed, 9 insertions(+), 10 deletions(-) rename jbuild.dist.ini => jorobo.dist.ini (100%) diff --git a/.gitignore b/.gitignore index 1963cbe..0836c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -60,5 +60,5 @@ tests/cache # Package building related /dist -jbuild.ini +jorobo.ini diff --git a/.travis.yml b/.travis.yml index a183210..1aa2dc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_script: script: # Build -- mv jbuild.dist.ini jbuild.ini +- mv jorobo.dist.ini jorobo.ini - vendor/bin/robo build - mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml - vendor/bin/robo run:tests --use-htaccess diff --git a/RoboFile.php b/RoboFile.php index 4149b99..7cb0673 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -484,9 +484,9 @@ class RoboFile extends \Robo\Tasks */ public function build($params = ['dev' => false]) { - if (!file_exists('jbuild.ini')) + if (!file_exists('jorobo.ini')) { - $this->_copy('jbuild.dist.ini', 'jbuild.ini'); + $this->_copy('jorobo.dist.ini', 'jorobo.ini'); } $this->taskBuild($params)->run(); diff --git a/composer.json b/composer.json index 84487b5..7021335 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,6 @@ "joomla-projects/robo": "dev-master", "joomla-projects/selenium-server-standalone": "v2.47.1", "fzaninotto/faker": "^1.5", - "joomla-projects/jorobo": "dev-master" + "joomla-projects/jorobo": "0.2" } } diff --git a/composer.lock b/composer.lock index a86ba5d..6c169f5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "a8a7b0841ddc3e3a0bd3342685dec2c7", - "content-hash": "6960f421ca42c77ad244335fb8fb3ee3", + "hash": "1e02f52490bd8e653a61756e42ffdf13", + "content-hash": "485d45ee16fd095375863f13246c60d3", "packages": [], "packages-dev": [ { @@ -705,7 +705,7 @@ }, { "name": "joomla-projects/jorobo", - "version": "dev-master", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/joomla-projects/jorobo.git", @@ -3222,8 +3222,7 @@ "minimum-stability": "stable", "stability-flags": { "joomla-projects/joomla-browser": 20, - "joomla-projects/robo": 20, - "joomla-projects/jorobo": 20 + "joomla-projects/robo": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/jbuild.dist.ini b/jorobo.dist.ini similarity index 100% rename from jbuild.dist.ini rename to jorobo.dist.ini