Skip to content

Commit 8a93afb

Browse files
committed
Format for long lines
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6ee209a commit 8a93afb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
gemfileparser
33
=============
44

5-
gemfileparser parses Ruby Gemfile using Python with supports Ruby Gemfiles and .gemspec files
6-
as well as Cocoapod .podspec files.
5+
gemfileparser parses Ruby Gemfile using Python with supports Ruby Gemfiles
6+
and .gemspec files as well as Cocoapod .podspec files.
77

88

99
Installation
@@ -32,11 +32,11 @@ Usage
3232
The parse() method returns a dict object of the following format::
3333

3434
{
35-
'development': [list of dependency objects inside group 'development'],
36-
'runtime': [list of runtime dependency objects],
37-
.
38-
.
39-
.}
35+
'development': [list of dependency objects inside group 'development'],
36+
'runtime': [list of runtime dependency objects],
37+
.
38+
.
39+
}
4040

4141
Each dependency object contains the following attributes:
4242

0 commit comments

Comments
 (0)