lib/dtr.rb in dtr-1.0.0 vs lib/dtr.rb in dtr-1.1.0
- old
+ new
@@ -10,13 +10,13 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'dtr/shared'
require 'dtr/facade'
-DTRVERSION="1.0.0"
-DTR_AGENT_OPTIONS = {:runners => [], :agent_env_setup_cmd => nil}
+DTRVERSION="1.1.0"
module DTR
extend Facade
end