rubiojr-apalo 0.0.101 → 0.0.102

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/Rakefile CHANGED
@@ -19,3 +19,7 @@ Hoe.new('Apalo', Apalo::VERSION) do |p|
19
19
  p.extra_deps << ["cmdparse", ">= 0.6.5"]
20
20
  end
21
21
 
22
+ task :publish_gem do
23
+ `scp pkg/*.gem root@slmirror.csic.es:/espejo/rubygems/gems/`
24
+ `ssh slmirror gem generate_index -d /espejo/rubygems/`
25
+ end
@@ -43,7 +43,7 @@ module Apalo
43
43
  puts e.message
44
44
  STDERR.puts \
45
45
  "WARNING: oniguruma gem not installed. Log analysis will be much slower."
46
- @regex = /#{r}/
46
+ @regex = /#{logr}/
47
47
  end
48
48
  File.open(Apalo.logfile) do |f|
49
49
  f.each_line do |line|
data/lib/apalo.rb CHANGED
@@ -4,7 +4,7 @@ require File.dirname(__FILE__) + '/apalo/cli'
4
4
 
5
5
  module Apalo
6
6
 
7
- VERSION = '0.0.101'
7
+ VERSION = '0.0.102'
8
8
 
9
9
  def self.logfile=(l)
10
10
  @logfile = l
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubiojr-apalo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.101
4
+ version: 0.0.102
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio RubioSergio Rubio