Skip to content

Commit

Permalink
Merge branch 'nnn'
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Jul 20, 2017
2 parents 36d0e59 + 0493c4d commit 3fc83aa
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repository/BaselineOfMustache.package/.filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Empty file.
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' ). ].
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"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #BaselineOfMustache!
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'BaselineOfMustache')
1 change: 1 addition & 0 deletions repository/BaselineOfMustache.package/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ }

0 comments on commit 3fc83aa

Please sign in to comment.