Skip to content

Commit

Permalink
Merge pull request #20 from ba-st/transfer-from-fortizpenaloza
Browse files Browse the repository at this point in the history
Transfer from @fortizpenaloza and rename
  • Loading branch information
fortizpenaloza authored Dec 30, 2019
2 parents 86be884 + b32c13f commit a6c9f91
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Lepus',
#baseline : 'Ansible',
#directory : 'source',
#load : [ 'CI' ],
#platforms : [ #pharo ]
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<a href="docs/"><strong>Explore the docs »</strong></a>
<br>
<br>
<a href="https://github.com/fortizpenaloza/Lepus/issues/new?labels=Type%3A+Defect">Report a defect</a>
<a href="https://github.com/ba-st/Ansible/issues/new?labels=Type%3A+Defect">Report a defect</a>
|
<a href="https://github.com/fortizpenaloza/Lepus/issues/new?labels=Type%3A+Feature">Request feature</a>
<a href="https://github.com/ba-st/Ansible/issues/new?labels=Type%3A+Feature">Request feature</a>
</p>
</p>

[![GitHub release](https://img.shields.io/github/release/fortizpenaloza/Lepus.svg)](https://github.com/fortizpenalozaa/Lepus/releases/latest)
[![Build Status](https://travis-ci.com/fortizpenaloza/Lepus.svg?branch=release-candidate)](https://travis-ci.com/fortizpenaloza/Lepus)
[![Coverage Status](https://coveralls.io/repos/github/fortizpenaloza/Lepus/badge.svg?branch=release-candidate)](https://coveralls.io/github/fortizpenaloza/Lepus?branch=release-candidate)
[![GitHub release](https://img.shields.io/github/release/ba-st/Ansible.svg)](https://github.com/ba-st/Ansible/releases/latest)
[![Build Status](https://travis-ci.com/ba-st/Ansible.svg?branch=release-candidate)](https://travis-ci.com/ba-st/Ansible)
[![Coverage Status](https://coveralls.io/repos/github/ba-st/Ansible/badge.svg?branch=release-candidate)](https://coveralls.io/github/ba-st/Ansible?branch=release-candidate)

>*An [ansible](https://en.wikipedia.org/wiki/Ansible) is a fictional device capable of near-instantaneus communication. It can send and receive message to and from a corresponding device over any distance or obstable whatsover with no delay even betwenn star systems.*
Expand All @@ -27,7 +27,7 @@

- Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).
- Download a ready to use image from the [release page](https://github.com/ba-st/Ansible/releases/latest)
- Explore the [documentation](docs/). [Getting Started](docs/GettingStarted.md) is a good place to start 😉
- [Getting Started](docs/GettingStarted.md) is a good place to start 😉

## Installation

Expand Down
6 changes: 3 additions & 3 deletions source/Amqp-Protocol/AmqpChannel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ AmqpChannel >> closeReason [
^ handler closeReason
]

{ #category : #'Lepus receiving messages' }
{ #category : #'Ansible receiving messages' }
AmqpChannel >> consumeFrom: aQueueName applying: aBlock [

^ self consumeFrom: aQueueName callback: aBlock selector: #value:
Expand Down Expand Up @@ -208,7 +208,7 @@ AmqpChannel >> consumeFrom: queue callback: anObject selector: aSymbol noAck: no
^ result method consumerTag
]

{ #category : #'Lepus exchange management' }
{ #category : #'Ansible exchange management' }
AmqpChannel >> declareExchangeNamed: aName of: aType applying: aBlock [

| builder |
Expand All @@ -217,7 +217,7 @@ AmqpChannel >> declareExchangeNamed: aName of: aType applying: aBlock [
^ self rpc: ( builder buildApplying: aBlock )
]

{ #category : #'Lepus queue building' }
{ #category : #'Ansible queue building' }
AmqpChannel >> declareQueueApplying: aBlock [

| builder |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Class {
#name : #BaselineOfLepus,
#name : #BaselineOfAnsible,
#superclass : #BaselineOf,
#category : #BaselineOfLepus
#category : #BaselineOfAnsible
}

{ #category : #baselines }
BaselineOfLepus >> baseline: spec [
BaselineOfAnsible >> baseline: spec [

<baseline>
spec
Expand All @@ -31,13 +31,13 @@ BaselineOfLepus >> baseline: spec [
]

{ #category : #accessing }
BaselineOfLepus >> projectClass [
BaselineOfAnsible >> projectClass [

^ MetacelloCypressBaselineProject
]

{ #category : #initialization }
BaselineOfLepus >> setUpDependencies: spec [
BaselineOfAnsible >> setUpDependencies: spec [

spec
baseline: 'XMLParser'
Expand Down
1 change: 1 addition & 0 deletions source/BaselineOfAnsible/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #BaselineOfAnsible }
1 change: 0 additions & 1 deletion source/BaselineOfLepus/package.st

This file was deleted.

0 comments on commit a6c9f91

Please sign in to comment.