bibliothecary 5.3.1 → 5.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e305ac82849245a755e8fb8dad9832c4fd79f3b
4
- data.tar.gz: 1f0c73f0fd06f95fbbfdcd21ddc9ed562098f9bc
3
+ metadata.gz: 50a02ad92d6a68d40ccc2c096cf2e9de73048393
4
+ data.tar.gz: 8947f27ee3ba3672ab1d0fbd4df51b64bc754c64
5
5
  SHA512:
6
- metadata.gz: 2ed00904ee3cf697a2212d504685c0666690533877f85b218ba5622c2c65cd0384e24cc01ab11a38ea7e3a1106e9e474f1c20228f7e7c4efb1439c4eb46d2488
7
- data.tar.gz: 34fb6868f54325c1c67b110ef1e18320388742172ffeb7fb5d17faecd6cf4b8be669f69a4f9a418fdecdce26f458dadf1e044b28be581cd4a918e68d47bcfaf5
6
+ metadata.gz: da507705f8823db3e60ecfa94afd52847b5b3d5a241351f527df6e9909ef15d3b4d357b81d6be43341bd8cdffb7b67fcdc03b547e70c2951c675518c49fc5c61
7
+ data.tar.gz: 1e55115e0766b159600afa98ef27be8130de0c03856783d2f986e09f7ff9d60bf929750a9a37e4de5997c84075a8823e13bbc6032d74b4d20453cc57462dbf7f
@@ -1,9 +1,10 @@
1
1
  ## Contributing to Libraries.io :heart:
2
- Thanks for considering contributing. These guidelines outline how to contribute to the [Libraries.io](http://github.com/librariesio) project.
2
+ Thanks for considering contributing. These guidelines outline how to contribute to the [Libraries.io](http://github.com/librariesio) project.
3
3
 
4
4
  ## Table of Contents
5
5
  [What is Libraries.io all about?](#whats-librariesio-about)
6
- [What should I know Beofre I get started?](#what-should-i-know-before-i-get-started)
6
+
7
+ [What should I know Before I get started?](#what-should-i-know-before-i-get-started)
7
8
  * [Code of conduct](#code-of-conduct)
8
9
  * [Langauge](#langauge)
9
10
  * [Installation and setup](#setup)
@@ -20,13 +21,15 @@ Thanks for considering contributing. These guidelines outline how to contribute
20
21
  * [Video](#video)
21
22
  * [Social media](#twitter)
22
23
 
24
+ [Who Are Libraries.io's Users?](#who-are-librariesios-users)
25
+
23
26
  [Our workflow](#workflow)
24
27
 
25
28
 
26
29
  ## What's Libraries.io About?
27
- _Our goal is to raise the quality of all software._
30
+ _Our goal is to raise the quality of all software._
28
31
 
29
- By outlining our [mission and strategy](https://docs.libraries.io/strategy) we hope to give you more power to make decisions and determine how best to spend your time. Specifically we tackle three distinct problems:
32
+ By outlining our [mission and strategy](/strategy.md) we hope to give you more power to make decisions and determine how best to spend your time. Specifically we tackle three distinct problems:
30
33
 
31
34
  * Discovery: _Helping developers make faster, more informed decisions about the software that they use._
32
35
  * Maintainability: _Helping maintainers understand more about the software they depend upon and the consumers of their software._
@@ -35,15 +38,18 @@ By outlining our [mission and strategy](https://docs.libraries.io/strategy) we h
35
38
  ## What Should I Know Before I Get Started?
36
39
 
37
40
  ### Code of Conduct
38
- Libraries.io is an open and inclusive [community of people](https://github.com/orgs/librariesio/people) working together. We expect contributors to abide by our [contributor code of conduct](https://docs.libraries.io/CODE_OF_CONDUCT.md) which basically say 'be excellent to each other'. Please report unacceptable behavior to conduct@libraries.io
41
+ Libraries.io is an open and inclusive [community of people](https://github.com/orgs/librariesio/people) working together. We expect contributors to abide by our [contributor code of conduct](CODE_OF_CONDUCT.md) which basically say 'be excellent to each other'. Please report unacceptable behavior to conduct@libraries.io
42
+
43
+ ### Language
44
+ We communicate predominately in English. Contributions to the project should be made with English as the first language. We are happy for members of the community to communicate in a language other than English in chat, email and video but be aware that this might be considered exclusive by other members of the community.
39
45
 
40
- ### Langauge
41
- We communicate predominately in English. Contributions to the project should be made with English as the first language. We are happy for members of the community to communicate in a language other than English in chat, email and video but be aware that this might be considered exclusive by other members of the community.
46
+ ### Documentation
47
+ Documentation for the project as a whole is available at [docs.libraries.io](https://docs.libraries.io). These pages are generated from the [documentation](https://github.com/librariesio/documentation) repo. Documentation that needs to be in every repo is replicated in [required-files](https://github.com/librariesio/required-files) (currently limited to [GitHub templates](https://github.com/blog/2111-issue-and-pull-request-templates)). Otherwise documentation will be specific to that repo. For example the main [Libraries.io](https://github.com/librariesio/libraries.io) `README.md` contains information about installing and running the main rails application.
42
48
 
43
- ### Setup
49
+ ### Setup
44
50
  If you wish to make contributions to Libraries.io then you'll need a local version of the site to test. You can find instructions to install the correct Ruby version, Postgres, and to set up the database in our [README](https://github.com/librariesio/libraries.io/blob/master/README.md#getting-started).
45
51
 
46
- ## How Can I Contribute?
52
+ ## How Can I Contribute?
47
53
 
48
54
  ### Reporting Bugs
49
55
 
@@ -51,10 +57,10 @@ The simplest thing that you can do to help us is by filing good bug reports, so
51
57
 
52
58
  #### Before Submitting a Bug Report
53
59
 
54
- * Double-check that the bug is persistent. The site is still in it's infancy and sometimes artifacts may appear and disappear.
60
+ * Double-check that the bug is persistent. The site is still in it's infancy and sometimes artifacts may appear and disappear.
55
61
  * Double-check the bug hasn't already been reported [on our issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio), they *should* be labelled `bug` or `bugsnag`.
56
62
 
57
- If something hasn't been raised, you can go ahead and create a new issue using [the template](https://docs.libraries.io/issue_template.md). If you'd like to help investigate further or fix the bug just mention it in your issue and check out our [workflow](#workflow).
63
+ If something hasn't been raised, you can go ahead and create a new issue using [the template](/issue_template.md). If you'd like to help investigate further or fix the bug just mention it in your issue and check out our [workflow](#workflow).
58
64
 
59
65
  ### Suggesting Enhancements
60
66
 
@@ -64,7 +70,7 @@ The next simplest thing you can do to help us is by telling us how we can improv
64
70
 
65
71
  * Check that the enhancement is not already [in our issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio), they should be labelled 'enhancement'.
66
72
 
67
- If there isn't already an issue for feature then go ahead and create a new issue for it using the [template](https://docs.libraries.io/issue_template.md). If you'd like to work on the enhancement then just mention it in a comment and check out our [workflow](#workflow).
73
+ If there isn't already an issue for feature then go ahead and create a new issue for it using the [template](/issue_template.md). If you'd like to work on the enhancement then just mention it in a comment and check out our [workflow](#workflow).
68
74
 
69
75
  ### Suggesting New Features
70
76
 
@@ -72,95 +78,114 @@ If you're into this zone then you need to understand a little more about what we
72
78
 
73
79
  #### Before Suggesting a Feature
74
80
 
75
- * Check that it aligns with [our strategy](https://docs.libraries.io/strategy) and is specifically not in line with something we have said we will not do (for the moment this is anything to do with ranking *people*).
81
+ * Check that it aligns with [our strategy](strategy.md) and is specifically not in line with something we have said we will not do (for the moment this is anything to do with ranking *people*).
76
82
  * Check that the feature is not already [in our issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio), they should be tagged 'feature'.
77
83
  * Specifically check that it is not already a [funded commitment](https://github.com/librariesio/supporters/issues).
78
84
 
79
- If you're still thinking about that killer feature that no one else is thinking about then *please* create an issue for it using the [template](https://docs.libraries.io/issue_template.md).
85
+ If you're still thinking about that killer feature that no one else is thinking about then *please* create an issue for it using the [template](/issue_template.md).
80
86
 
81
87
  ### Your First Contribution
82
88
  You're in luck! We label issues that are ideal for first time contributors with [`first-pr`](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Alibrariesio+label%3A%22first-pr%22). For someone who wants something a little more meaty you might find an issue that needs some assistance with [`help wanted`](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Alibrariesio+label%3A%22help+wanted%22). Next you'll want to read our [workflow](#workflow).
83
89
 
84
90
  ### Tackling Something Meatier
85
91
 
86
- Tickets are labeled by size, skills required and to indicate workflow. Details can be found in our [labelling policy](https://docs.libraries.io/labelling).
92
+ Tickets are labeled by size, skills required and to indicate workflow. Details can be found in our [labelling policy](/labelling.md).
87
93
 
88
94
  To get you started you might want to check out issues concerning [documentation](https://github.com/librariesio/documentation/issues/), [user experience](https://github.com/librariesio/libraries.io/labels/ux), [visual design](https://github.com/librariesio/libraries.io/issues/labels/visual%20design) or perhaps something already [awaiting help](https://github.com/librariesio/libraries.io/labels/help%20wanted). You may find the following useful:
89
95
 
90
- * Our [strategy](https://docs.libraries.io/strategy) which outlines what our goals are, how we are going to achieve those goals and what we are specifically going to avoid.
91
- * An [overview](https://docs.libraries.io/overview) of the components that make up the Libraries.io project and run the [https://libraries.io](https://libraries.io) site.
96
+ * Our [strategy](/strategy.md) which outlines what our goals are, how we are going to achieve those goals and what we are specifically going to avoid.
97
+ * A [techncial overview](/overview.md) of the components that make up the Libraries.io project and run the [https://libraries.io](https://libraries.io) site.
92
98
 
93
99
  ## How Can I Talk To Other Contributors?
94
100
 
95
101
  ### Chat
96
- We use [Slack](http://slack.io) for chat. There's an open invitation avaialble to anyone who wishes to join the conversation at [http://slack.libraries.io](http://slack.libraries.io).
102
+ We use [Slack](http://slack.io) for chat. There's an open invitation available to anyone who wishes to join the conversation at [http://slack.libraries.io](http://slack.libraries.io).
97
103
 
98
104
  We try to use the following channels accordingly:
99
105
 
100
- * `#general` channel is used for general, water cooler-type conversation, contributor updates and issue discusion.
106
+ * `#general` channel is used for general, water cooler-type conversation, contributor updates and issue discussion.
101
107
  * `#events` is used to share and discuss events that may be of interest to or attended by members of the community
102
- * `#activity` contains notifications from the various platforms that we use to keep the Libraries.io project turning. Including notifications from GitHub, Twitter and our servers.
108
+ * `#activity` contains notifications from the various platforms that we use to keep the Libraries.io project turning. Including notifications from GitHub, Twitter and our servers.
103
109
 
104
110
  Members are encouraged to openly discuss their work, their lives, share views and ask for help using chat. It should be considered a *safe space* in which there is *no such thing as a stupid question*. Conversely no one contributor should ever be expected to have read something said in a chat. If someone should know something then it should be written down as an issue and/or documented in an obvious place for others to find.
105
111
 
106
112
  ### Video
107
- [Google Hangouts](http://hangouts.google.com) is our preferred tool for video chat. We operate an [open hangout](http://bit.ly/2kWtYak) for anyone to jump into at any time to discuss issues face to face.
113
+ [Google Hangouts](http://hangouts.google.com) is our preferred tool for video chat. We operate an [open hangout](http://bit.ly/2kWtYak) for anyone to jump into at any time to discuss issues face to face.
108
114
 
109
115
  ### Regular updates
110
- Contributors are encouraged to share what they're working on. We do this through daily or weekly updates in the `#general` channel on Slack. Updates should take the format 'currently working on X, expecting to move onto Y, blocked on Z' where x, y and z are issues in our [issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio).
116
+ Contributors are encouraged to share what they're working on. We do this through daily or weekly updates in the `#general` channel on Slack. Updates should take the format 'currently working on X, expecting to move onto Y, blocked on Z' where x, y and z are issues in our [issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio).
111
117
 
112
118
  Additionally we host an [open hangout](http://bit.ly/2kWtYak) for any contributor to join at *5pm UTC on a Tuesday* to discuss their work, the next week's priorities and to ask questions of other contributors regarding any aspect of the project. Again this is considered a *safe space* in which *there is no such thing as a stupid question*.
113
119
 
114
120
  ### Mail
115
- The [core team](https://github.com/orgs/librariesio/teams/core) operate a mailing list for project updates. If you'd like to subscribe you'll find a form in the footer on [Libraries.io](http://libraries.io).
121
+ The [core team](https://github.com/orgs/librariesio/teams/core) operate a mailing list for project updates. If you'd like to subscribe you'll find a form in the footer on [Libraries.io](http://libraries.io).
116
122
 
117
123
  ### Twitter
118
- We have an account on Twitter at [@librariesio](http://twitter.com/librariesio). This is predominately used to retweet news, events and musings by contributors rather than as a direct method of communication. Contributors are encouraged to use @librariesio in a tweet when talking about the project, so that we may retweet if appropriate. The account is moderated and protected by the [core team](https://github.com/orgs/librariesio/teams/core).
124
+ We have an account on Twitter at [@librariesio](http://twitter.com/librariesio). This is predominately used to retweet news, events and musings by contributors rather than as a direct method of communication. Contributors are encouraged to use @librariesio in a tweet when talking about the project, so that we may retweet if appropriate. The account is moderated and protected by the [core team](https://github.com/orgs/librariesio/teams/core).
119
125
 
120
126
  ### Facebook
121
- We have a Facebook page at [@libraries.io](https://www.facebook.com/libraries.io). Again this is predominantly used to gather and reflect news, events and musings by contributors rather than as a direct method of communication. Contributors are encouraged to reference Libraries.io in a post when talking about the project, so that we may reflect this if appropriate. Again the account is moderated and protected by the [core team](https://github.com/orgs/librariesio/teams/core).
127
+ We have a Facebook page at [@libraries.io](https://www.facebook.com/libraries.io). Again this is predominantly used to gather and reflect news, events and musings by contributors rather than as a direct method of communication. Contributors are encouraged to reference Libraries.io in a post when talking about the project, so that we may reflect this if appropriate. Again the account is moderated and protected by the [core team](https://github.com/orgs/librariesio/teams/core).
122
128
 
123
129
  ### Medium
124
- We have a Medium account at [@librariesio](https://medium.com/@librariesio) and once again it is used to reflect news, events and musings by contributors rather than a direct method of communication. Contributors are encouraged to reference @librariesio in a post when talking about the project, so that we may recommend it if appropriate. Again the account is moderated and protected by the [core team](https://github.com/orgs/librariesio/teams/core).
130
+ We have a Medium account at [@librariesio](https://medium.com/@librariesio) and once again it is used to reflect news, events and musings by contributors rather than a direct method of communication. Contributors are encouraged to reference @librariesio in a post when talking about the project, so that we may recommend it if appropriate. Again the account is moderated and protected by the [core team](https://github.com/orgs/librariesio/teams/core).
131
+
132
+ ## Who Are Libraries.io's Users?
133
+ Libraries.io focusses on the following personas:
134
+
135
+ ### Google
136
+ _Is hungry for linked data so she can serve you up search traffic_
137
+
138
+ ### 'Searcher'
139
+ _Is a developer with a problem, she is looking for something to help solve it._
140
+
141
+ ### 'Producer'
142
+ _Has a product or products that incorporates some free/open source dependencies. She needs to ensure the product(s) are well maintained, free of vulnerabilities and licence compatible._
143
+
144
+ ### 'Maintainer'
145
+ _Is a developer with a successful free/open source project. She's looking to understand more about those who use her project, attract more contributors and manage their contributions well._
146
+
147
+ ### 'Extender'
148
+ _Has her own ideas. She wants access to the raw data so that she can mash up her own service and offer it to the world._
149
+
150
+ ### 'Overlord'
151
+ _Has a vast empire of people, products and projects. Some of which she publishes as open source, some are proprietary. She wants to ensure that her policies regarding the use of dependencies are adhered to and that her team are as efficient as possible._
125
152
 
126
153
  ## Workflow
127
- In general we use [GitHub](https://help.github.com/) and [Git](https://git-scm.com/docs/gittutorial) to support our workflow. If you are unfamiliar with those tools then you should check them out until you feel you have a basic understanding of GitHub and a working understanding of Git. Specifically you should understand how forking, branching, committing, PRing and merging works.
154
+ In general we use [GitHub](https://help.github.com/) and [Git](https://git-scm.com/docs/gittutorial) to support our workflow. If you are unfamiliar with those tools then you should check them out until you feel you have a basic understanding of GitHub and a working understanding of Git. Specifically you should understand how forking, branching, committing, PRing and merging works.
128
155
 
129
156
  #### Forking
130
157
  We prefer that contributors fork the project in order to contribute.
131
158
 
132
- #### Branching
133
- We *try* to use principles of [GitHub-flow](https://lucamezzalira.com/2014/03/10/git-flow-vs-github-flow/) in our branching model. That is the `master` branch will always be deployable to the live site, and that every branch from that will be used to add a feature, fix a bug, improve something or otherwise represent an atomic unit of work.
159
+ #### Branching
160
+ We *try* to use principles of [GitHub-flow](https://lucamezzalira.com/2014/03/10/git-flow-vs-github-flow/) in our branching model. That is the `master` branch will always be deployable to the live site, and that every branch from that will be used to add a feature, fix a bug, improve something or otherwise represent an atomic unit of work.
134
161
 
135
162
  #### Ticketing
136
- We *try* to create an issue for everything. That is any bug, feature or enhancement that is worth an open, focussed and documented discussion.
163
+ We *try* to create an issue for everything. That is any bug, feature or enhancement that is worth an open, focussed and documented discussion.
137
164
 
138
- #### Labelling
139
- We constrain labels as they are a key part of our workflow. Tickets will be labeled according to our [labelling policy](https://docs.libraries.io/labelling).
165
+ #### Labelling
166
+ We constrain labels as they are a key part of our workflow. Tickets will be labeled according to our [labelling policy](/labelling.md).
140
167
 
141
168
  #### Templates
142
- We use templates to guide contributors toward good practice in [filing bugs, requesting enhancements and features](https://docs.libraries.io/issue_template.md) and in [issuing pull-requests](https://docs.libraries.io/pull_request_template.md).
169
+ We use templates to guide contributors toward good practice in [filing bugs, requesting enhancements and features](/issue_template.md) and in [issuing pull-requests](/pull_request_template.md).
143
170
 
144
171
  #### Commenting
145
- If it possible to comment your contribution — for instance if you are contributing code — then do so in a way that is simple, clear, concise and lowers the level of understanding necessary for others to comprehend what comes afterward does or achieves. If you are contributing code it is very likely it will be rejected if it does not contain sufficient comments.
172
+ If it possible to comment your contribution — for instance if you are contributing code — then do so in a way that is simple, clear, concise and lowers the level of understanding necessary for others to comprehend what comes afterward does or achieves. If you are contributing code it is very likely it will be rejected if it does not contain sufficient comments.
146
173
 
147
174
  #### Committing
148
- When committing to a branch be sure to use plain, simple language that describes the incremental changes made on the branch toward the overall goal. Avoid unnecessary complexity. Simplify whenever possible. Assume a reasonable but not comprehensive knowledge of the tools, techniques and context of your work.
175
+ When committing to a branch be sure to use plain, simple language that describes the incremental changes made on the branch toward the overall goal. Avoid unnecessary complexity. Simplify whenever possible. Assume a reasonable but not comprehensive knowledge of the tools, techniques and context of your work.
149
176
 
150
- #### Testing
177
+ #### Testing
151
178
  When adding or fixing functionality, tests should be added to help reduce future regressions and breakage. All tests are ran automatically when new commits are pushed to a branch. Pull requests with broken/missing tests are not likely to be merged.
152
179
 
153
180
  #### Submitting for Review
154
- Once a piece of work (in a branch) is complete it should be readied for review. This is your last chance to ensure that your contribution is [properly tested](#testing). If you are contributing code it is likely your contribution will be rejected if it would lower the test-coverage. Once this is done you can submit a pull-request following the [template](https://docs.libraries.io/pull_request_template.md).
181
+ Once a piece of work (in a branch) is complete it should be readied for review. This is your last chance to ensure that your contribution is [properly tested](#testing). If you are contributing code it is likely your contribution will be rejected if it would lower the test-coverage. Once this is done you can submit a pull-request following the [template](/pull_request_template.md).
155
182
 
156
- It is likely that your contributions will need to be checked by at least one member of the [core team](https://github.com/orgs/librariesio/teams/core) prior to merging. It is also incredibly likely that your contribution may need some re-work in order to be accepted. Particularly if it lacks an appropriate level of comments, tests or it is difficult to understand your commits. Please do not take offense if this is the case. We understand that contributors give their time because they want to improve the project but please understand it is another's responsibility to ensure that the project is maintainable, and good practices like these are key to ensuring that is possible.
183
+ It is likely that your contributions will need to be checked by at least one member of the [core team](https://github.com/orgs/librariesio/teams/core) prior to merging. It is also incredibly likely that your contribution may need some re-work in order to be accepted. Particularly if it lacks an appropriate level of comments, tests or it is difficult to understand your commits. Please do not take offense if this is the case. We understand that contributors give their time because they want to improve the project but please understand it is another's responsibility to ensure that the project is maintainable, and good practices like these are key to ensuring that is possible.
157
184
 
158
185
  #### Reviewing a PR
159
- We appreciate that it may be difficult to offer constructive criticism, but it is a necessary part of ensuring the project is maintainable and successful. If it is difficult to understand something, request it is better commented. If you do not feel assured of the robustness of a contribution, request it is better tested. If it is unclear what the goal of the piece of work is and how it relates to the [strategy](https://docs.libraries.io/strategy), request a clarification in the corresponding issue. If a pull-request has no corresponding issue, decreases code coverage or otherwise decreases the quality of the project. Reject it. Otherwise, merge it.
186
+ We appreciate that it may be difficult to offer constructive criticism, but it is a necessary part of ensuring the project is maintainable and successful. If it is difficult to understand something, request it is better commented. If you do not feel assured of the robustness of a contribution, request it is better tested. If it is unclear what the goal of the piece of work is and how it relates to the [strategy](/strategy.md), request a clarification in the corresponding issue. If a pull-request has no corresponding issue, decreases code coverage or otherwise decreases the quality of the project. Reject it. Otherwise, merge it.
160
187
 
161
188
  #### Merging
162
189
  As we keep the `master` branch in a permanent state of 'deployment ready' once-merged your contribution will be live on the next deployment.
163
-
164
- #### Deploying
165
- Any member of the [deployers](https://github.com/orgs/librariesio/teams/deployers) team are able to redeploy the site. If you require a deployment then you might find one of them in our `#general` [chat channel on Slack](slack.libraries.io).
166
-
190
+ #### Deploying
191
+ Any member of the [deployers](https://github.com/orgs/librariesio/teams/deployers) team are able to redeploy the site. If you require a deployment then you might find one of them in our `#general` [chat channel on Slack](slack.libraries.io).
@@ -32,6 +32,8 @@ module Bibliothecary
32
32
  type: 'runtime'
33
33
  }
34
34
  end
35
+ rescue
36
+ []
35
37
  end
36
38
 
37
39
  def self.parse_pom_manifest(file_contents)
@@ -49,6 +51,8 @@ module Bibliothecary
49
51
  type: extract_pom_dep_info(xml, dependency, 'scope') || 'runtime'
50
52
  }
51
53
  end
54
+ rescue
55
+ []
52
56
  end
53
57
 
54
58
  def self.parse_gradle(manifest)
@@ -63,6 +63,8 @@ module Bibliothecary
63
63
  type: 'runtime'
64
64
  }
65
65
  end
66
+ rescue
67
+ []
66
68
  end
67
69
 
68
70
  def self.parse_nuspec(file_contents)
@@ -74,6 +76,8 @@ module Bibliothecary
74
76
  type: 'runtime'
75
77
  }
76
78
  end
79
+ rescue
80
+ []
77
81
  end
78
82
 
79
83
  def self.parse_paket_lock(file_contents)
@@ -1,3 +1,3 @@
1
1
  module Bibliothecary
2
- VERSION = "5.3.1"
2
+ VERSION = "5.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bibliothecary
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.1
4
+ version: 5.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-02 00:00:00.000000000 Z
11
+ date: 2017-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toml-rb