scientific_protocols 0.0.1 → 0.0.2

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: 36895a603483e2e281fc321b49f389e54e457a54
4
- data.tar.gz: a1004217252c2cab20a837495d5c4d3274e67332
3
+ metadata.gz: 91fe0054780104c1b68b5941523e9fc086d2cd12
4
+ data.tar.gz: f6f9c35b88ef9d1d942fef2f89e30a8b19955c87
5
5
  SHA512:
6
- metadata.gz: 065e0ba01ef90d1bbd4e7b2b7d7bd204b1f47d3e315cbd21de3074922c0c38c2d282c4a32d725462209cb89b73196c7c4cdfa6bd144c2d30d84bba0bea634270
7
- data.tar.gz: 471331794f74f6950cacf7651c9658c6c6d8e94f921f6f078db78317be15887d058630ecb881fbfc66f9aa5e17ec2b5436c868b4812d32917f38c52525f349e7
6
+ metadata.gz: 95bc9cb27a72e0a1f7c3a4a0c631bc3e69f60f34160078f455b91752a49aa9685a3a2aa1d60382d2f3e63ca1c69e492fcbe592600ecf48836ae645f49fbc213d
7
+ data.tar.gz: 5321e259b4167d0d954f35ffceebb9bc1766b92e69c2df30ccfc37c0d6577eb77fb938d723da48aa031057653df63b08d64c5ae34b829f40243a84a3180e76d2
data/README.md CHANGED
@@ -46,6 +46,8 @@ puts protocol
46
46
  "tags":[
47
47
  "Histology"
48
48
  ],
49
+ "doi":"10.5281/zenodo.13491",
50
+ "citation_url":"http://dx.doi.org/10.5281/zenodo.13491",
49
51
  "author":{
50
52
  "username":"scientificprotocols",
51
53
  "html_url":"https://www.scientificprotocols.org/users/scientificprotocols"
@@ -57,7 +59,7 @@ puts protocol
57
59
 
58
60
  ## Contributing
59
61
 
60
- 1. Fork it ( https://github.com/[my-github-username]/scientificprotocols-ruby-client/fork )
62
+ 1. Fork it ( https://github.com/sprotocols/scientificprotocols-ruby-client/fork )
61
63
  2. Create your feature branch (`git checkout -b my-new-feature`)
62
64
  3. Commit your changes (`git commit -am 'Add some feature'`)
63
65
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module ScientificProtocols
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ScientificProtocols::VERSION
9
9
  spec.authors = ['David Iorns']
10
10
  spec.email = ['david.iorns@gmail.com']
11
- spec.summary = %q{A Ruby wrapper for the Scientific Protocols API.}
11
+ spec.summary = %q{A Ruby wrapper for the Scientific Protocols API. https://www.scientificprotocols.org/api_v1}
12
12
  spec.homepage = 'https://www.scientificprotocols.org'
13
13
  spec.license = 'MIT'
14
14
 
@@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ['lib']
19
19
 
20
+ spec.required_ruby_version = '>= 2.0.0'
21
+
20
22
  spec.add_dependency 'faraday'
21
23
  spec.add_dependency 'activesupport'
22
24
  spec.add_dependency 'mime-types'
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Iorns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-08 00:00:00.000000000 Z
11
+ date: 2015-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
165
  requirements:
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: '0'
168
+ version: 2.0.0
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - ">="
@@ -176,7 +176,7 @@ rubyforge_project:
176
176
  rubygems_version: 2.4.4
177
177
  signing_key:
178
178
  specification_version: 4
179
- summary: A Ruby wrapper for the Scientific Protocols API.
179
+ summary: A Ruby wrapper for the Scientific Protocols API. https://www.scientificprotocols.org/api_v1
180
180
  test_files:
181
181
  - spec/scientificprotocols/client_spec.rb
182
182
  - spec/scientificprotocols/dsl/protocols_spec.rb