ensembl 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: 145e941021901f9fae0f863ce44ad89aabc54727
4
- data.tar.gz: bc5d700e897899883de07ae3bd1d0fb993de9576
3
+ metadata.gz: 5d7e2d87ed64e9bcaaf5cf1f7ab6c62c93125d25
4
+ data.tar.gz: 7664f3c4da6c783a44f370c1b9f3e32f5a1353a8
5
5
  SHA512:
6
- metadata.gz: 56b31924f428fcc2d8c232f0a87cc138c4fa668965332afbeb32ce5354cd3d95a8cc47f227ba5c4dff5d038c50d55b204f50b5021feddb57c4a3f54bcd4f6f32
7
- data.tar.gz: 6944752611dc702bc307219fec73bec67f56dc92ae92fea6d2aa3fd1c4d56710dd0e743a2b0cb3bead8fdea3645edf91df7ad00158bf0181fb784169c29126cc
6
+ metadata.gz: 12be2709f3002ddb140f12953141a79fde88b1523a98935cbec4ed4d627af18316c1144c0f6e3a19314b3a33f5392651d97573bd89d2fe5af08e591ec50e9fe6
7
+ data.tar.gz: a95df0febf00e18ef76565af71baf1661612a21e9eb022957ca048d8d76a2a29bfaead27b3dad9ec41bee38cb2852a1b930212e88c994a75026a0f6064adcd9f
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Ensembl
2
2
 
3
- TODO: Write a gem description
3
+ Gem to access ensembl.org database. Currently only supports Variation database tables and latest version.
4
+
5
+ Some of the work is inspired of [ruby-ensembl-api] project
4
6
 
5
7
  ## Installation
6
8
 
@@ -44,3 +46,6 @@ Or install it yourself as:
44
46
  3. Commit your changes (`git commit -am 'Add some feature'`)
45
47
  4. Push to the branch (`git push origin my-new-feature`)
46
48
  5. Create a new Pull Request
49
+
50
+
51
+ [ruby-ensembl-api]: https://github.com/jandot/ruby-ensembl-api
data/ensembl.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Kristjan Metsalu"]
10
10
  spec.email = ["kristjan.metsalu@ut.ee"]
11
11
  spec.summary = %q{ Gem to access Ensembl.org databases through API }
12
- spec.description = %q{ If it gets better than summary then I'm gonna add it }
12
+ spec.description = %q{ ensembl provides an ruby API to connect to ensembl databases. }
13
13
  spec.homepage = "https://github.com/kmetsalu/ensembl"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Ensembl
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ensembl
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
  - Kristjan Metsalu
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.3'
69
- description: " If it gets better than summary then I'm gonna add it "
69
+ description: " ensembl provides an ruby API to connect to ensembl databases. "
70
70
  email:
71
71
  - kristjan.metsalu@ut.ee
72
72
  executables: []