aipim-rails 0.0.159 → 0.0.160

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: 8363207fbab12be164815cbdd1353fc42cddba30
4
- data.tar.gz: b5648bf5e94b2cbeee7a63df04ff0b8dfbf5b5ea
3
+ metadata.gz: c98abd9b6ce9661eb723bcf8c0b13db39b5037ad
4
+ data.tar.gz: 54ae79cd279376fad2db824ade688bf387657f09
5
5
  SHA512:
6
- metadata.gz: 3dbe790b4da00ffd1b215b450948b0514d5e0a16c705a96333068431e3e06492ab8ca22918ef571c36cbeca422187c492d4e4c08fd1252d4af7eab50452cdf8a
7
- data.tar.gz: 0450df6b507ad3ad177215afb2e83855816ebf5d1e04c9ba80ff37550c27c5dbd27a11f5e5fdd4a81563214a8e4d1db1e6a9340df7aebd8bee25f43b3d5654d7
6
+ metadata.gz: 8cc8e7d07eba54bc7eab75a70d779465b8a06d3d85e9d1611e7dc830b777a9ef507559d960b566109dce086b7661015cdf6a85dd81b5bd56e11824be5cc261e5
7
+ data.tar.gz: 1c505705786d7e0a97d712997e7b3b2f4c330de5c92c235035bdc9585dc6d3c37ea5899adfdbb31d4d26d6e9b191a06b6d178bf9e3cfdf1fbe296c436649adf4
data/bin/aipim CHANGED
@@ -87,9 +87,9 @@ elsif ARGV[0] == 'html'
87
87
  features << Parser.init(f)
88
88
  end
89
89
  # gera a index do relatorio
90
- ConvertToHtml.index(features)
90
+ Html.index(features)
91
91
  # geara o html das features
92
- ConvertToHtml.features(features)
92
+ Html.features(features)
93
93
 
94
94
  # nao serve para nada!! é śó de DEBUG!!
95
95
  elsif ARGV[0] == 'parser'
@@ -1,2 +1,2 @@
1
1
  require 'aipim-rails/parser'
2
- require 'aipim-rails/convert_to_html'
2
+ require 'aipim-rails/html'
@@ -1,6 +1,6 @@
1
1
  require 'aipim-rails/parser_helper'
2
2
 
3
- module ConvertToHtml
3
+ module Html
4
4
 
5
5
  def self.get_tag_color(str, word, classname)
6
6
  str.gsub(word,'<font class="'+classname+'">'+word+'</font>')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aipim-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.159
4
+ version: 0.0.160
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facta TI
@@ -48,7 +48,7 @@ files:
48
48
  - lib/aipim-rails.rb
49
49
  - lib/aipim-rails/parser.rb
50
50
  - lib/aipim-rails/parser_helper.rb
51
- - lib/aipim-rails/convert_to_html.rb
51
+ - lib/aipim-rails/html.rb
52
52
  - lib/webdriver/screenshot.rb
53
53
  - lib/assets/bootstrap.min.css
54
54
  - lib/assets/jquery-1.9.1.js