UCSCBin 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +3 -3
  2. data/UCSCBin.gemspec +4 -4
  3. data/VERSION +1 -1
  4. metadata +9 -9
data/Rakefile CHANGED
@@ -6,10 +6,10 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "UCSCBin"
8
8
  gem.summary =
9
- %Q{Calculate BIN indexes on UCSC Bioinformatics's Genome Browser}
9
+ %Q{Utilities for DB access of UCSC Bioinformatics Genome Browser}
10
10
  gem.description =
11
- %Q{Utilities for UCSC Bioinfomatics's Genome Browser
12
- ( http://g enome.ucsc.edu ) including calculation of a BIN index
11
+ %Q{Utilities for UCSC Bioinformatics Genome Browser
12
+ ( http://genome.ucsc.edu ) including calculation of a BIN index
13
13
  from a genomic interval to speed-up SQL queries, and conversion
14
14
  between 1-based full-closed (for humans) and 0-based half-open
15
15
  (for machienes) intervals}
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{UCSCBin}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Hiroyuki MISHIMA"]
12
12
  s.date = %q{2010-10-28}
13
- s.description = %q{Utilities for UCSC Bioinfomatics's Genome Browser
14
- ( http://g enome.ucsc.edu ) including calculation of a BIN index
13
+ s.description = %q{Utilities for UCSC Bioinformatics Genome Browser
14
+ ( http://genome.ucsc.edu ) including calculation of a BIN index
15
15
  from a genomic interval to speed-up SQL queries, and conversion
16
16
  between 1-based full-closed (for humans) and 0-based half-open
17
17
  (for machienes) intervals}
@@ -69,7 +69,7 @@ Gem::Specification.new do |s|
69
69
  s.rdoc_options = ["--charset=UTF-8"]
70
70
  s.require_paths = ["lib"]
71
71
  s.rubygems_version = %q{1.3.7}
72
- s.summary = %q{Calculate BIN indexes on UCSC Bioinformatics's Genome Browser}
72
+ s.summary = %q{Utilities for DB access of UCSC Bioinformatics Genome Browser}
73
73
  s.test_files = [
74
74
  "spec/UCSCBin_Utils_spec.rb",
75
75
  "spec/spec_helper.rb",
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: UCSCBin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1944973643315135317
4
+ hash: 1622408034263627122
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hiroyuki MISHIMA
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: -3972164623845988548
29
+ hash: 3054348074736437820
30
30
  segments:
31
31
  - 1
32
32
  - 2
@@ -35,8 +35,8 @@ dependencies:
35
35
  type: :development
36
36
  version_requirements: *id001
37
37
  description: |-
38
- Utilities for UCSC Bioinfomatics's Genome Browser
39
- ( http://g enome.ucsc.edu ) including calculation of a BIN index
38
+ Utilities for UCSC Bioinformatics Genome Browser
39
+ ( http://genome.ucsc.edu ) including calculation of a BIN index
40
40
  from a genomic interval to speed-up SQL queries, and conversion
41
41
  between 1-based full-closed (for humans) and 0-based half-open
42
42
  (for machienes) intervals
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- hash: -2263716812157864666
109
+ hash: 1010134822634463122
110
110
  segments:
111
111
  - 0
112
112
  version: "0"
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - ">="
117
117
  - !ruby/object:Gem::Version
118
- hash: -2263716812157864666
118
+ hash: 1010134822634463122
119
119
  segments:
120
120
  - 0
121
121
  version: "0"
@@ -125,7 +125,7 @@ rubyforge_project:
125
125
  rubygems_version: 1.3.7
126
126
  signing_key:
127
127
  specification_version: 3
128
- summary: Calculate BIN indexes on UCSC Bioinformatics's Genome Browser
128
+ summary: Utilities for DB access of UCSC Bioinformatics Genome Browser
129
129
  test_files:
130
130
  - spec/UCSCBin_Utils_spec.rb
131
131
  - spec/spec_helper.rb