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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91fe0054780104c1b68b5941523e9fc086d2cd12
4
- data.tar.gz: f6f9c35b88ef9d1d942fef2f89e30a8b19955c87
3
+ metadata.gz: b552a967f1dc6ca72f6db8e81e3093d8c43975e6
4
+ data.tar.gz: 0270e2e5c6b2f4727d2e353d37bf2be628e3b811
5
5
  SHA512:
6
- metadata.gz: 95bc9cb27a72e0a1f7c3a4a0c631bc3e69f60f34160078f455b91752a49aa9685a3a2aa1d60382d2f3e63ca1c69e492fcbe592600ecf48836ae645f49fbc213d
7
- data.tar.gz: 5321e259b4167d0d954f35ffceebb9bc1766b92e69c2df30ccfc37c0d6577eb77fb938d723da48aa031057653df63b08d64c5ae34b829f40243a84a3180e76d2
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
- "citation_url":"http://dx.doi.org/10.5281/zenodo.13491",
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"
@@ -1,3 +1,3 @@
1
1
  module ScientificProtocols
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
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.2
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-01-01 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday