full_lengther_next 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6d28d54912b46305ba0047c8458469afffe6660189cb1950c1d30290982e2c4
4
- data.tar.gz: fca1a71701c8b1c763102623b6fc60d7699b697ebd636ce53f14886d07fb35f4
3
+ metadata.gz: 500db5b44ba4452182aeba8fd0d3cb5c2757c032cf223fde788dd2cd3e67cfa0
4
+ data.tar.gz: eab960dd68e844bc74081da91e43640fe4fe484e575921e9619ff0b48249f8af
5
5
  SHA512:
6
- metadata.gz: c1398e4d8448f10550769e4f6cb7baa2492337f377fab2f33b3de7067213f1d45ceae1a717de69c59c113c80d585d85bd7d4f1b0d6ed236fb0a5c8d7ac244f3e
7
- data.tar.gz: 85c5238d3569e17509135e97383e748183fadc00c2c9eca9f984492b12ba4b4bd22e908eaae755162e4070c5eda8df1fcdffdbdb794c216537a0304b7bbe45bd
6
+ metadata.gz: af3dab0ef0407c53e23a400266bc5c1a862648f0faea08ec76aea5eb0945f400fb8ddc2ab05fd65707544d515f371f2040572e6310235ab38104c87f6c96cdc1
7
+ data.tar.gz: c1fb61c9ff0a13564c361d9661730034d847b469936f392b5b7698728db87f275bf96d2b0b2e8286d7c2c29465d2d6c48b89ce29b684c7e4599ee17beecf5490
@@ -1,3 +1,3 @@
1
1
  module FullLengtherNext
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: full_lengther_next
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Seoane
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-05 00:00:00.000000000 Z
13
+ date: 2022-09-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: xml-simple
@@ -163,7 +163,6 @@ email:
163
163
  - noeisneo@gmail.com
164
164
  - dariogf@gmail.com
165
165
  executables:
166
- - console
167
166
  - download_fln_dbs.rb
168
167
  - full_lengther_next
169
168
  - make_test_dataset.rb
@@ -180,7 +179,6 @@ files:
180
179
  - LICENSE.txt
181
180
  - README.md
182
181
  - Rakefile
183
- - bin/console
184
182
  - bin/download_fln_dbs.rb
185
183
  - bin/full_lengther_next
186
184
  - bin/make_test_dataset.rb
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "full_lengther_next"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start