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 +4 -4
- data/lib/full_lengther_next/version.rb +1 -1
- metadata +2 -4
- data/bin/console +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 500db5b44ba4452182aeba8fd0d3cb5c2757c032cf223fde788dd2cd3e67cfa0
|
4
|
+
data.tar.gz: eab960dd68e844bc74081da91e43640fe4fe484e575921e9619ff0b48249f8af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af3dab0ef0407c53e23a400266bc5c1a862648f0faea08ec76aea5eb0945f400fb8ddc2ab05fd65707544d515f371f2040572e6310235ab38104c87f6c96cdc1
|
7
|
+
data.tar.gz: c1fb61c9ff0a13564c361d9661730034d847b469936f392b5b7698728db87f275bf96d2b0b2e8286d7c2c29465d2d6c48b89ce29b684c7e4599ee17beecf5490
|
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.
|
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-
|
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
|