-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
40 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"separateMethodMetaAndSource" : false, | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
Empty file.
21 changes: 21 additions & 0 deletions
21
repository/BaselineOfMustache.package/BaselineOfMustache.class/instance/baseline..st
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
baselines | ||
baseline: spec | ||
<baseline> | ||
|
||
spec for: #'common' do: [ | ||
spec project: 'JSON' with: [ | ||
spec | ||
className: #ConfigurationOfJSON; | ||
versionString: #'stable'; | ||
loads: #('default' ); | ||
repository: 'http://smalltalkhub.com/mc/PharoExtras/JSON/main/' ]. | ||
spec | ||
package: 'Mustache-Core'; | ||
package: 'Mustache-Tests' with: [ | ||
spec requires: #('Mustache-Core' ). ]; | ||
package: #'Mustache-Cli' with: [ | ||
spec requires: #('JSON' ). ]. | ||
spec | ||
group: 'Core' with: #('Mustache-Core' ); | ||
group: 'Tests' with: #('Mustache-Tests' ); | ||
group: 'default' with: #('Core' 'Tests' #'Mustache-Cli' ). ]. |
11 changes: 11 additions & 0 deletions
11
repository/BaselineOfMustache.package/BaselineOfMustache.class/properties.json
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"commentStamp" : "", | ||
"super" : "BaselineOf", | ||
"category" : "BaselineOfMustache", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "BaselineOfMustache", | ||
"type" : "normal" | ||
} |
1 change: 1 addition & 0 deletions
1
repository/BaselineOfMustache.package/monticello.meta/categories.st
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SystemOrganization addCategory: #BaselineOfMustache! |
Empty file.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'BaselineOfMustache') |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{ } |