trabalho-academico-abnt-asciidoc 0.1.2 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55da70aa7a80c9f94867612320b0cd8ed20e9e61
4
- data.tar.gz: b46052a52db577ca3e4d4ba7d1657a7c833602ab
3
+ metadata.gz: e47fafd865ef18abd06b2805262c2eacbcbf20c2
4
+ data.tar.gz: 1db1b5f90dbe70c64918952731c3b7ca62d25cc0
5
5
  SHA512:
6
- metadata.gz: 049e8fb4a5af4b77f1a03d5206f9f5ceedf76779c3ae95fcb0aa1a2fccf71acc0c34898ab670245e6a193c9373ee2ebe2e8caaa2797ffbb57a009a960aac739b
7
- data.tar.gz: faae3cf73746846aefe151e4192caf44c45c5a3c379396264d807a02c2d246626898b48869ceb2e6c73adcc520fbdca2e8040497d9c299ef7378d9d651495ad5
6
+ metadata.gz: 1177ff50de14669a8602b173bf0c6fbeb867c773ae7ba28fce4144487e5aebf729d7e1f22d91f77e46f3c959a294f42b169431524054a4e3e25489c2be8d6e65
7
+ data.tar.gz: f105953c79d9733688b6db2290dcad228af96fc42baac94737aa5cf8a61192f133c2d43782ee3691a5cab01b145ea1da781517276aa2eb02904aff444977b86c
@@ -0,0 +1,19 @@
1
+ require 'minitest/autorun'
2
+ require 'trabalho-academico-abnt-asciidoc'
3
+
4
+ class HolaTest < Minitest::Test
5
+ def test_english_hello
6
+ assert_equal "hello world",
7
+ Hola.hi("english")
8
+ end
9
+
10
+ def test_any_hello
11
+ assert_equal "hello world",
12
+ Hola.hi("ruby")
13
+ end
14
+
15
+ def test_spanish_hello
16
+ assert_equal "hola mundo",
17
+ Hola.hi("spanish")
18
+ end
19
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trabalho-academico-abnt-asciidoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Santana
@@ -21,11 +21,12 @@ files:
21
21
  - bin/trabalho-academico-abnt-asciidoc
22
22
  - lib/trabalho-academico-abnt-asciidoc.rb
23
23
  - lib/trabalho-academico-abnt-asciidoc/translator.rb
24
+ - test/test_trabalho-academico-abnt-asciidoc.rb
24
25
  homepage: https://github.com/edusantana/trabalho-academico-abnt-asciidoc
25
26
  licenses:
26
27
  - MIT
27
28
  metadata: {}
28
- post_install_message:
29
+ post_install_message: Thanks for installing!
29
30
  rdoc_options: []
30
31
  require_paths:
31
32
  - lib
@@ -43,7 +44,8 @@ requirements: []
43
44
  rubyforge_project:
44
45
  rubygems_version: 2.4.6
45
46
  signing_key:
46
- specification_version: 4
47
+ specification_version: 3
47
48
  summary: Compila trabalhos acadêmicos escritos em Asciidoc com as normas da ABNT.
48
- test_files: []
49
+ test_files:
50
+ - test/test_trabalho-academico-abnt-asciidoc.rb
49
51
  has_rdoc: