scaffolder-tools 0.1.0 → 0.1.1
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/scaffolder-tools.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
15
15
|
gem.summary = "Tools for manipulating genome scaffolds"
|
|
16
16
|
gem.description = "Binary to use with scaffolder genome scaffolds"
|
|
17
17
|
gem.email = "mail@michaelbarton.me.uk"
|
|
18
|
-
gem.homepage = "http://
|
|
18
|
+
gem.homepage = "http://www.michaelbarton.me.uk/projects/scaffolder/"
|
|
19
19
|
gem.authors = ["Michael Barton"]
|
|
20
20
|
gem.license = "MIT"
|
|
21
21
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/scaffolder-tools.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{scaffolder-tools}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Michael Barton"]
|
|
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
|
|
|
51
51
|
"spec/spec_helper.rb",
|
|
52
52
|
"spec/support/exit_code_matcher.rb"
|
|
53
53
|
]
|
|
54
|
-
s.homepage = %q{http://
|
|
54
|
+
s.homepage = %q{http://www.michaelbarton.me.uk/projects/scaffolder/}
|
|
55
55
|
s.licenses = ["MIT"]
|
|
56
56
|
s.require_paths = ["lib"]
|
|
57
57
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scaffolder-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Barton
|
|
@@ -286,7 +286,7 @@ files:
|
|
|
286
286
|
- spec/spec_helper.rb
|
|
287
287
|
- spec/support/exit_code_matcher.rb
|
|
288
288
|
has_rdoc: true
|
|
289
|
-
homepage: http://
|
|
289
|
+
homepage: http://www.michaelbarton.me.uk/projects/scaffolder/
|
|
290
290
|
licenses:
|
|
291
291
|
- MIT
|
|
292
292
|
post_install_message:
|