Updating grafoscopio version.
This commit is contained in:
parent
df3206d70c
commit
70627a1977
@ -37,7 +37,7 @@ ConfigurationOfGrafoscopio class >> baseConfigurationClassIfAbsent: aBlock [
|
|||||||
|
|
||||||
{ #category : #catalog }
|
{ #category : #catalog }
|
||||||
ConfigurationOfGrafoscopio class >> catalogContactInfo [
|
ConfigurationOfGrafoscopio class >> catalogContactInfo [
|
||||||
^'info@mutabit.com'
|
^'mail: info@mutabit.com | web: http://mutabit.com/grafoscopio/'
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #catalog }
|
{ #category : #catalog }
|
||||||
@ -50,7 +50,7 @@ ConfigurationOfGrafoscopio class >> catalogDescription [
|
|||||||
|
|
||||||
{ #category : #catalog }
|
{ #category : #catalog }
|
||||||
ConfigurationOfGrafoscopio class >> catalogKeywords [
|
ConfigurationOfGrafoscopio class >> catalogKeywords [
|
||||||
^ #(#'data-activism' #'data-journalism' #'data-science' #'data-visualization' documentation #'reproducible-research' #'open-data' #'open-research' #'open-science' #'interactive-notebook')
|
^ #(#'data-activism' #'data-journalism' #'data-science' #'data-visualization' documentation #'interactive-notebook' 'markup' 'markdown' #'open-data' #'open-research' #'open-science' #'reproducible-research')
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #private }
|
{ #category : #private }
|
||||||
@ -149,6 +149,99 @@ ConfigurationOfGrafoscopio >> baseline01: spec [
|
|||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #baselines }
|
||||||
|
ConfigurationOfGrafoscopio >> baseline02: spec [
|
||||||
|
<version: '0.2-baseline'>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'baseline'.
|
||||||
|
spec repository: 'http://smalltalkhub.com/mc/Offray/Grafoscopio/main/'.
|
||||||
|
spec project: 'Ston' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfSton;
|
||||||
|
versionString: #'stable';
|
||||||
|
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main/';
|
||||||
|
repository: 'http://ss3.gemstone.com/ss/STON' ].
|
||||||
|
spec package: #Grafoscopio.
|
||||||
|
spec group: 'Core' with: #(#Grafoscopio ). ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #baselines }
|
||||||
|
ConfigurationOfGrafoscopio >> baseline03: spec [
|
||||||
|
<version: '0.3-baseline'>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'baseline'.
|
||||||
|
spec repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main/'.
|
||||||
|
spec project: 'Ston' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfSton;
|
||||||
|
versionString: #'stable';
|
||||||
|
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main/';
|
||||||
|
repository: 'http://ss3.gemstone.com/ss/STON' ].
|
||||||
|
spec package: #Grafoscopio.
|
||||||
|
spec group: 'Core' with: #(#Grafoscopio ). ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #baselines }
|
||||||
|
ConfigurationOfGrafoscopio >> baseline04: spec [
|
||||||
|
<version: '0.4-baseline'>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'baseline'.
|
||||||
|
spec repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main/'.
|
||||||
|
spec project: 'Ston' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfSton;
|
||||||
|
versionString: '0.14';
|
||||||
|
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main/';
|
||||||
|
repository: 'http://ss3.gemstone.com/ss/STON' ].
|
||||||
|
spec package: #Grafoscopio.
|
||||||
|
spec group: 'Core' with: #(). ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #catalog }
|
||||||
|
ConfigurationOfGrafoscopio >> catalogChangeLog [
|
||||||
|
"Returns a paragraph describing the most important changes in the configuration class."
|
||||||
|
^ '- Version number - Date - topics
|
||||||
|
[[[
|
||||||
|
ConfigurationOfXXX project version: ''xx'' ) load
|
||||||
|
]]]
|
||||||
|
or simply
|
||||||
|
- Version number - Date - topics
|
||||||
|
- Version number - Date - topics
|
||||||
|
- Version number - Date - topics.'
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #catalog }
|
||||||
|
ConfigurationOfGrafoscopio >> catalogContactInfo [
|
||||||
|
"Returns a paragraph describing contact information such as email, mailing lists and website."
|
||||||
|
^ 'MyProject is an amazing project . You can get in contact with our great MyProject programmer at myProject@gmail.com'
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #catalog }
|
||||||
|
ConfigurationOfGrafoscopio >> catalogDescription [
|
||||||
|
"Returns a paragraph describing the project"
|
||||||
|
^ 'MyProject is an amazing project that will change your life.'
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #catalog }
|
||||||
|
ConfigurationOfGrafoscopio >> catalogKeyClassesAndExample [
|
||||||
|
"Returns a paragraph or more describing the key classes of your project. You can use Pillar/Pier syntax to layout out the text i.e., ==Code== and - for bullet."
|
||||||
|
^ 'MyProject is composed of one cool key class named ==MyProject==. There is also ==MyKeyHelper==
|
||||||
|
- ==MyProject== is the responsible for many cool aspects.
|
||||||
|
- ==MyKeyHelper== is helping ==MyProject=='
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #catalog }
|
||||||
|
ConfigurationOfGrafoscopio >> catalogKeywords [
|
||||||
|
"Returns an array of symbols"
|
||||||
|
^ #(web fun)
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
ConfigurationOfGrafoscopio >> customProjectAttributes [
|
ConfigurationOfGrafoscopio >> customProjectAttributes [
|
||||||
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.
|
"Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.
|
||||||
@ -161,10 +254,15 @@ ConfigurationOfGrafoscopio >> customProjectAttributes [
|
|||||||
ConfigurationOfGrafoscopio >> development: spec [
|
ConfigurationOfGrafoscopio >> development: spec [
|
||||||
<symbolicVersion: #'development'>
|
<symbolicVersion: #'development'>
|
||||||
|
|
||||||
spec for: #'common' version: '0.1-baseline'.
|
spec for: #'common' version: '0.4-baseline'.
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'as yet unclassified' }
|
||||||
|
ConfigurationOfGrafoscopio >> postLoadForGrafoscopio [
|
||||||
|
GrafoscopioBrowser startDockingBar
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
ConfigurationOfGrafoscopio >> project [
|
ConfigurationOfGrafoscopio >> project [
|
||||||
|
|
||||||
@ -182,7 +280,7 @@ ConfigurationOfGrafoscopio >> project [
|
|||||||
ConfigurationOfGrafoscopio >> stable: spec [
|
ConfigurationOfGrafoscopio >> stable: spec [
|
||||||
<symbolicVersion: #'stable'>
|
<symbolicVersion: #'stable'>
|
||||||
|
|
||||||
spec for: #'common' version: '0.1'.
|
spec for: #'common' version: '0.5'.
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -199,3 +297,60 @@ ConfigurationOfGrafoscopio >> version01: spec [
|
|||||||
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.146'. ].
|
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.146'. ].
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version02: spec [
|
||||||
|
<version: '0.2' imports: #('0.2-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'stable'.
|
||||||
|
spec description: 'version 0.2'.
|
||||||
|
spec author: 'OffrayLuna'.
|
||||||
|
spec timestamp: '2/22/2016 21:58'.
|
||||||
|
spec project: 'Ston' with: '0.14'.
|
||||||
|
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.146'. ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version03: spec [
|
||||||
|
<version: '0.3' imports: #('0.2-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'stable'.
|
||||||
|
spec description: 'version 0.3'.
|
||||||
|
spec author: 'OffrayLuna'.
|
||||||
|
spec timestamp: '2/22/2016 22:43'.
|
||||||
|
spec project: 'Ston' with: '0.14'.
|
||||||
|
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.146'. ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version04: spec [
|
||||||
|
<version: '0.4' imports: #('0.3-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'stable'.
|
||||||
|
spec description: 'version 0.4'.
|
||||||
|
spec author: 'OffrayLuna'.
|
||||||
|
spec timestamp: '2/23/2016 15:29'.
|
||||||
|
spec project: 'Ston' with: '0.14'.
|
||||||
|
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.146'. ].
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #versions }
|
||||||
|
ConfigurationOfGrafoscopio >> version05: spec [
|
||||||
|
<version: '0.5' imports: #('0.4-baseline' )>
|
||||||
|
|
||||||
|
spec for: #'common' do: [
|
||||||
|
spec blessing: #'stable'.
|
||||||
|
spec description: 'version 0.5'.
|
||||||
|
spec author: 'OffrayLuna'.
|
||||||
|
spec timestamp: '2/25/2016 11:43'.
|
||||||
|
spec project: 'Ston' with: '0.14'.
|
||||||
|
spec package: #Grafoscopio with: 'Grafoscopio-OffrayLuna.152'.
|
||||||
|
spec package: #Grafoscopio with: [ spec postLoadDoIt: #postLoadForGrafoscopio ] ].
|
||||||
|
|
||||||
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user