entrez 0.5.8.1 → 0.5.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +22 -0
- data/README.rdoc +2 -0
- data/entrez.gemspec +1 -0
- data/lib/entrez/version.rb +1 -1
- metadata +72 -69
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 29e2202048001e1190a2ecc14af01f09a8e137aa
|
4
|
+
data.tar.gz: 7ffc946e21d00aad956d812a8e428084eecdaa45
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0299ae092ff7a981c297e797374053d2d78a095714597905bfec6f8e8efbda1926ffb41e5815b17a7c631c193aed7150501344dd7022bf1a584bd5969a3d0ba2
|
7
|
+
data.tar.gz: 215e329760721393f536c4563a291a5e798bd1a8577e283a2a185ab4ad651b5fea53a895aa18cbfec310fea2b7a9a98bb9837cecf04a58db1730dd766485c10d
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2015 Jared Ning
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.rdoc
CHANGED
data/entrez.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.homepage = "https://github.com/ordinaryzelig/entrez"
|
12
12
|
s.summary = %q{HTTP requests to Entrez E-utilities}
|
13
13
|
s.description = %q{Simple API for HTTP requests to Entrez E-utilities}
|
14
|
+
s.license = 'MIT'
|
14
15
|
|
15
16
|
s.rubyforge_project = "entrez"
|
16
17
|
|
data/lib/entrez/version.rb
CHANGED
metadata
CHANGED
@@ -1,77 +1,84 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: entrez
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.5.8.1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.5.8.2
|
6
5
|
platform: ruby
|
7
|
-
authors:
|
6
|
+
authors:
|
8
7
|
- Jared Ning
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
dependencies:
|
16
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2015-04-23 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
17
14
|
name: httparty
|
18
|
-
|
19
|
-
|
20
|
-
none: false
|
21
|
-
requirements:
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
22
17
|
- - ">="
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
version:
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
25
20
|
type: :runtime
|
26
|
-
version_requirements: *id001
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: awesome_print
|
29
21
|
prerelease: false
|
30
|
-
|
31
|
-
|
32
|
-
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: awesome_print
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
33
31
|
- - ">="
|
34
|
-
- !ruby/object:Gem::Version
|
35
|
-
version:
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
36
34
|
type: :development
|
37
|
-
version_requirements: *id002
|
38
|
-
- !ruby/object:Gem::Dependency
|
39
|
-
name: fakeweb
|
40
35
|
prerelease: false
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: fakeweb
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '='
|
46
|
+
- !ruby/object:Gem::Version
|
46
47
|
version: 1.3.0
|
47
48
|
type: :development
|
48
|
-
version_requirements: *id003
|
49
|
-
- !ruby/object:Gem::Dependency
|
50
|
-
name: rspec
|
51
49
|
prerelease: false
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - '='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 1.3.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rspec
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - '='
|
60
|
+
- !ruby/object:Gem::Version
|
57
61
|
version: 2.6.0
|
58
62
|
type: :development
|
59
|
-
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - '='
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 2.6.0
|
60
69
|
description: Simple API for HTTP requests to Entrez E-utilities
|
61
|
-
email:
|
70
|
+
email:
|
62
71
|
- jared@redningja.com
|
63
72
|
executables: []
|
64
|
-
|
65
73
|
extensions: []
|
66
|
-
|
67
74
|
extra_rdoc_files: []
|
68
|
-
|
69
|
-
|
70
|
-
- .
|
71
|
-
- .
|
72
|
-
- .
|
73
|
-
- .rvmrc
|
75
|
+
files:
|
76
|
+
- ".gemtest"
|
77
|
+
- ".gitignore"
|
78
|
+
- ".rspec"
|
79
|
+
- ".rvmrc"
|
74
80
|
- Gemfile
|
81
|
+
- LICENSE.txt
|
75
82
|
- README.rdoc
|
76
83
|
- Rakefile
|
77
84
|
- entrez.gemspec
|
@@ -92,35 +99,31 @@ files:
|
|
92
99
|
- spec/support/fixtures/esearch_empty.xml
|
93
100
|
- spec/support/macros.rb
|
94
101
|
- spec/support/matchers.rb
|
95
|
-
has_rdoc: true
|
96
102
|
homepage: https://github.com/ordinaryzelig/entrez
|
97
|
-
licenses:
|
98
|
-
|
103
|
+
licenses:
|
104
|
+
- MIT
|
105
|
+
metadata: {}
|
99
106
|
post_install_message:
|
100
107
|
rdoc_options: []
|
101
|
-
|
102
|
-
require_paths:
|
108
|
+
require_paths:
|
103
109
|
- lib
|
104
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
105
|
-
|
106
|
-
requirements:
|
110
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
107
112
|
- - ">="
|
108
|
-
- !ruby/object:Gem::Version
|
109
|
-
version:
|
110
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
111
|
-
|
112
|
-
requirements:
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '0'
|
115
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
113
117
|
- - ">="
|
114
|
-
- !ruby/object:Gem::Version
|
115
|
-
version:
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: '0'
|
116
120
|
requirements: []
|
117
|
-
|
118
121
|
rubyforge_project: entrez
|
119
|
-
rubygems_version:
|
122
|
+
rubygems_version: 2.2.2
|
120
123
|
signing_key:
|
121
|
-
specification_version:
|
124
|
+
specification_version: 4
|
122
125
|
summary: HTTP requests to Entrez E-utilities
|
123
|
-
test_files:
|
126
|
+
test_files:
|
124
127
|
- spec/entrez_spec.rb
|
125
128
|
- spec/query_limit_spec.rb
|
126
129
|
- spec/query_string_normalizer_spec.rb
|