File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22gemfileparser
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
99Installation
@@ -32,11 +32,11 @@ Usage
3232The 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
4141Each dependency object contains the following attributes:
4242
You can’t perform that action at this time.
0 commit comments