File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Parse Ruby Gemfile's using Python. Supports Gemfiles and .gemspec files.
55If using pip, use the command ` sudo pip install gemfileparser `
66Else use the following commands
77```
8- git clone https://github.com/balasankarc /gemfileparser.git
8+ git clone https://github.com/gemfileparser /gemfileparser.git
99cd gemfileparser
1010python 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments