mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-11 20:40:28 +01:00
Rename module to GroupRings
This commit is contained in:
parent
5f32052560
commit
e862cd92b0
@ -14,6 +14,6 @@ notifications:
|
|||||||
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GroupAlgebras"); Pkg.test("GroupAlgebras"; coverage=true)'
|
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GroupAlgebras"); Pkg.test("GroupAlgebras"; coverage=true)'
|
||||||
after_success:
|
after_success:
|
||||||
# push coverage results to Coveralls
|
# push coverage results to Coveralls
|
||||||
- julia -e 'cd(Pkg.dir("GroupAlgebras")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
|
- julia -e 'cd(Pkg.dir("GroupRings")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
|
||||||
# push coverage results to Codecov
|
# push coverage results to Codecov
|
||||||
- julia -e 'cd(Pkg.dir("GroupAlgebras")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
|
- julia -e 'cd(Pkg.dir("GroupRings")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
|
||||||
|
10
LICENSE.md
10
LICENSE.md
@ -1,17 +1,17 @@
|
|||||||
The GroupAlgebras.jl package is licensed under the MIT "Expat" License:
|
The GroupRings.jl package is licensed under the MIT "Expat" License:
|
||||||
|
|
||||||
> Copyright (c) 2017: kalmar.
|
> Copyright (c) 2017: kalmar.
|
||||||
>
|
>
|
||||||
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
> of this software and associated documentation files (the "Software"), to deal
|
> of this software and associated documentation files (the "Software"), to deal
|
||||||
> in the Software without restriction, including without limitation the rights
|
> in the Software without restriction, including without limitation the rights
|
||||||
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
> copies of the Software, and to permit persons to whom the Software is
|
> copies of the Software, and to permit persons to whom the Software is
|
||||||
> furnished to do so, subject to the following conditions:
|
> furnished to do so, subject to the following conditions:
|
||||||
>
|
>
|
||||||
> The above copyright notice and this permission notice shall be included in all
|
> The above copyright notice and this permission notice shall be included in all
|
||||||
> copies or substantial portions of the Software.
|
> copies or substantial portions of the Software.
|
||||||
>
|
>
|
||||||
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
@ -19,4 +19,4 @@ The GroupAlgebras.jl package is licensed under the MIT "Expat" License:
|
|||||||
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
> SOFTWARE.
|
> SOFTWARE.
|
||||||
>
|
>
|
||||||
|
@ -28,7 +28,7 @@ build_script:
|
|||||||
# Need to convert from shallow to complete for Pkg.clone to work
|
# Need to convert from shallow to complete for Pkg.clone to work
|
||||||
- IF EXIST .git\shallow (git fetch --unshallow)
|
- IF EXIST .git\shallow (git fetch --unshallow)
|
||||||
- C:\projects\julia\bin\julia -e "versioninfo();
|
- C:\projects\julia\bin\julia -e "versioninfo();
|
||||||
Pkg.clone(pwd(), \"GroupAlgebras\"); Pkg.build(\"GroupAlgebras\")"
|
Pkg.clone(pwd(), \"GroupRings\"); Pkg.build(\"GroupRings\")"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- C:\projects\julia\bin\julia -e "Pkg.test(\"GroupAlgebras\")"
|
- C:\projects\julia\bin\julia -e "Pkg.test(\"GroupRings\")"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module GroupAlgebras
|
module GroupRings
|
||||||
|
|
||||||
using Nemo
|
using Nemo
|
||||||
import Nemo: Group, GroupElem, Ring
|
import Nemo: Group, GroupElem, Ring
|
||||||
|
Loading…
Reference in New Issue
Block a user