Skip to content

Commit 363d8a5

Browse files
committed
Further cleanup to match new maintainership reality
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
1 parent fc21e53 commit 363d8a5

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Parse Ruby Gemfile's using Python. Supports Gemfiles and .gemspec files.
55
If using pip, use the command `sudo pip install gemfileparser`
66
Else use the following commands
77
```
8-
git clone https://github.com/balasankarc/gemfileparser.git
8+
git clone https://github.com/gemfileparser/gemfileparser.git
99
cd gemfileparser
1010
python setup.py install
1111
```
@@ -48,8 +48,8 @@ for key in deps:
4848
```
4949

5050
### Copyright
51-
2020 Gemfileparser authors (listed in AUTHORS file)
52-
2015-2018 Balasankar C <balasankarc@autistici.org>
51+
* 2020 Gemfileparser authors (listed in AUTHORS file)
52+
* 2015-2018 Balasankar C <balasankarc@autistici.org>
5353

5454
### License
5555

gemfileparser/__init__.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright 2015 Balasankar C <balasankarc@autistici.org>
4-
# This program is free software: you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation, either version 3 of the License, or
7-
# (at your option) any later version.
8-
# .
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
13-
# .
14-
# You should have received a copy of the GNU General Public License
15-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
162

173
'''Python library to parse Ruby's Gemfiles and gemspec files.'''
184

0 commit comments

Comments
 (0)