entrez 0.5.8.1 → 0.5.8.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.
@@ -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
@@ -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.
@@ -1,5 +1,7 @@
1
1
  = Entrez
2
2
 
3
+ **This gem is no longer maintained.**
4
+
3
5
  Entrez is a simple API for making HTTP requests to Entrez utilities (eutils: http://eutils.ncbi.nlm.nih.gov/).
4
6
 
5
7
  == Installation
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Entrez
2
- VERSION = "0.5.8.1"
2
+ VERSION = "0.5.8.2"
3
3
  end
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
- prerelease:
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
- date: 2011-08-17 00:00:00 -05:00
14
- default_executable:
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
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
- requirements:
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
22
17
  - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
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
- requirement: &id002 !ruby/object:Gem::Requirement
31
- none: false
32
- requirements:
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: "0"
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
- requirement: &id003 !ruby/object:Gem::Requirement
42
- none: false
43
- requirements:
44
- - - "="
45
- - !ruby/object:Gem::Version
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
- requirement: &id004 !ruby/object:Gem::Requirement
53
- none: false
54
- requirements:
55
- - - "="
56
- - !ruby/object:Gem::Version
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
- version_requirements: *id004
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
- files:
70
- - .gemtest
71
- - .gitignore
72
- - .rspec
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
- none: false
106
- requirements:
110
+ required_ruby_version: !ruby/object:Gem::Requirement
111
+ requirements:
107
112
  - - ">="
108
- - !ruby/object:Gem::Version
109
- version: "0"
110
- required_rubygems_version: !ruby/object:Gem::Requirement
111
- none: false
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: "0"
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
116
120
  requirements: []
117
-
118
121
  rubyforge_project: entrez
119
- rubygems_version: 1.6.1
122
+ rubygems_version: 2.2.2
120
123
  signing_key:
121
- specification_version: 3
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