acgt 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/acgt.gemspec +2 -2
- data/lib/acgt.rb +0 -4
- metadata +2 -2
data/acgt.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "acgt"
|
5
|
-
s.version = "0.0.
|
5
|
+
s.version = "0.0.2"
|
6
6
|
s.summary = "DNA for simple generators"
|
7
7
|
s.description = "DNA for simple generators"
|
8
|
-
s.authors = ["Leandro
|
8
|
+
s.authors = ["Leandro López (inkel)"]
|
9
9
|
s.email = ["inkel.ar@gmail.com"]
|
10
10
|
s.homepage = "http://inkel.github.com/acgt"
|
11
11
|
s.files = `git ls-files 2> /dev/null`.split("\n")
|
data/lib/acgt.rb
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acgt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Leandro
|
8
|
+
- Leandro López (inkel)
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|