html_reader 0.0.0 → 0.0.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/VERSION +1 -1
- data/bin/html_reader +5 -0
- metadata +7 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.1
|
data/bin/html_reader
ADDED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.0.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- mauriciovoto
|
|
@@ -15,7 +15,7 @@ bindir: bin
|
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
17
|
date: 2010-12-10 00:00:00 -02:00
|
|
18
|
-
default_executable:
|
|
18
|
+
default_executable: html_reader
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rspec
|
|
@@ -170,8 +170,8 @@ dependencies:
|
|
|
170
170
|
version_requirements: *id011
|
|
171
171
|
description: This gem was created to generate a worksheet with some informations about Procon and off course, my first gem, so it was my lab
|
|
172
172
|
email: mauriciovoto@gmail.com
|
|
173
|
-
executables:
|
|
174
|
-
|
|
173
|
+
executables:
|
|
174
|
+
- html_reader
|
|
175
175
|
extensions: []
|
|
176
176
|
|
|
177
177
|
extra_rdoc_files:
|
|
@@ -187,6 +187,7 @@ files:
|
|
|
187
187
|
- README.rdoc
|
|
188
188
|
- Rakefile
|
|
189
189
|
- VERSION
|
|
190
|
+
- bin/html_reader
|
|
190
191
|
- lib/html_reader.rb
|
|
191
192
|
- log/listagem.txt
|
|
192
193
|
- spec/html_reader_spec.rb
|
|
@@ -206,7 +207,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
206
207
|
requirements:
|
|
207
208
|
- - ">="
|
|
208
209
|
- !ruby/object:Gem::Version
|
|
209
|
-
hash:
|
|
210
|
+
hash: 4306991821670031996
|
|
210
211
|
segments:
|
|
211
212
|
- 0
|
|
212
213
|
version: "0"
|