Rename module to GroupRings

This commit is contained in:
kalmar 2017-05-16 21:06:44 +02:00
parent 5f32052560
commit e862cd92b0
5 changed files with 11 additions and 11 deletions

View File

@ -14,6 +14,6 @@ notifications:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GroupAlgebras"); Pkg.test("GroupAlgebras"; coverage=true)'
after_success:
# 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
- 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())'

View File

@ -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.
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> 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,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
>
>

View File

@ -1 +1 @@
# GroupAlgebras
# GroupRings

View File

@ -28,7 +28,7 @@ build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.clone(pwd(), \"GroupAlgebras\"); Pkg.build(\"GroupAlgebras\")"
Pkg.clone(pwd(), \"GroupRings\"); Pkg.build(\"GroupRings\")"
test_script:
- C:\projects\julia\bin\julia -e "Pkg.test(\"GroupAlgebras\")"
- C:\projects\julia\bin\julia -e "Pkg.test(\"GroupRings\")"

View File

@ -1,4 +1,4 @@
module GroupAlgebras
module GroupRings
using Nemo
import Nemo: Group, GroupElem, Ring