chemspider 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.
Files changed (5) hide show
  1. data/README +1 -0
  2. data/UNLICENSE +24 -0
  3. data/VERSION +1 -0
  4. data/lib/chem_spider/version.rb +1 -1
  5. metadata +33 -15
data/README ADDED
@@ -0,0 +1 @@
1
+ README.md
data/UNLICENSE ADDED
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
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 NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <http://unlicense.org/>
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.2
@@ -2,7 +2,7 @@ module ChemSpider
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
  EXTRA = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, EXTRA].compact.join('.')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chemspider
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mark Borkum
@@ -16,9 +16,24 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2012-10-15 00:00:00 Z
19
- dependencies: []
20
-
21
- description: The ChemSpider API (REST interface) wrapped up with a Ruby bow
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: nokogiri
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 1
31
+ - 5
32
+ - 0
33
+ version: 1.5.0
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ description: The ChemSpider API wrapped up with a Ruby bow.
22
37
  email: m.i.borkum@soton.ac.uk
23
38
  executables: []
24
39
 
@@ -27,17 +42,20 @@ extensions: []
27
42
  extra_rdoc_files: []
28
43
 
29
44
  files:
30
- - lib/chemspider.rb
31
- - lib/chem_spider.rb
32
- - lib/chem_spider/version.rb
45
+ - README
46
+ - UNLICENSE
47
+ - VERSION
33
48
  - lib/chem_spider/services/in_ch_i.rb
34
49
  - lib/chem_spider/services/mass_spec_a_p_i.rb
35
50
  - lib/chem_spider/services/open_babel.rb
36
51
  - lib/chem_spider/services/search.rb
37
52
  - lib/chem_spider/services/spectra.rb
53
+ - lib/chem_spider/version.rb
54
+ - lib/chem_spider.rb
55
+ - lib/chemspider.rb
38
56
  homepage: https://github.com/markborkum/chemspider
39
- licenses: []
40
-
57
+ licenses:
58
+ - Public Domain
41
59
  post_install_message:
42
60
  rdoc_options: []
43
61
 
@@ -61,13 +79,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
79
  segments:
62
80
  - 0
63
81
  version: "0"
64
- requirements:
65
- - nokogiri
82
+ requirements: []
83
+
66
84
  rubyforge_project:
67
85
  rubygems_version: 1.8.4
68
86
  signing_key:
69
87
  specification_version: 3
70
- summary: ChemSpider API
88
+ summary: A Ruby library for working with the ChemSpider API.
71
89
  test_files: []
72
90
 
73
- has_rdoc:
91
+ has_rdoc: false