scientific_protocols 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/lib/scientificprotocols/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b552a967f1dc6ca72f6db8e81e3093d8c43975e6
|
4
|
+
data.tar.gz: 0270e2e5c6b2f4727d2e353d37bf2be628e3b811
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a563514030cf74cb0897de15a062b5c71f5f22fc3c944df6646c1808952c012b0a7ce86a1b96695cfdcaf864ae2521beabab65a96455606b8f75702564a9175
|
7
|
+
data.tar.gz: 9cddb87185df1bb9f087334505f00c1409260f2cbff3308d81dcbb477bb3b8ed3b19c68eb219881484bd79056ad5c857990eb16cd700f4f680d433220e59d946
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Scientific Protocols Ruby Client
|
2
2
|
|
3
|
-
A Ruby wrapper for the Scientific Protocols API.
|
3
|
+
A Ruby wrapper for the Scientific Protocols API. https://www.scientificprotocols.org/api_v1
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -39,15 +39,17 @@ puts protocol
|
|
39
39
|
"id":"beta-glactasidase-stain",
|
40
40
|
"url":"https://www.scientificprotocols.org/api/v1/protocols/beta-glactasidase-stain",
|
41
41
|
"title":"Beta-Glactasidase Stain",
|
42
|
-
"description":"\r\n\r\n### Solutions\r\n\r\n1. Solution A\r\n
|
42
|
+
"description":"\r\n\r\n### Solutions\r\n\r\n1. Solution A\r\n…”,
|
43
43
|
"gist_id":"315e630a1fe9fe6e9bab",
|
44
44
|
"html_url":"https://www.scientificprotocols.org/protocols/beta-glactasidase-stain",
|
45
45
|
"discussion_html_url":"https://www.scientificprotocols.org/protocols/beta-glactasidase-stain/discussion",
|
46
46
|
"tags":[
|
47
47
|
"Histology"
|
48
48
|
],
|
49
|
+
"average_rating":4,
|
50
|
+
"number_of_ratings":3,
|
49
51
|
"doi":"10.5281/zenodo.13491",
|
50
|
-
"
|
52
|
+
"citation_html_url":"http://dx.doi.org/10.5281/zenodo.13491",
|
51
53
|
"author":{
|
52
54
|
"username":"scientificprotocols",
|
53
55
|
"html_url":"https://www.scientificprotocols.org/users/scientificprotocols"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scientific_protocols
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Iorns
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|