tentacle 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. data/bin/tentacle +1 -1
  2. data/lib/tentacle.rb +1 -1
  3. metadata +3 -3
data/bin/tentacle CHANGED
@@ -61,7 +61,7 @@ class SearchCommand < Clamp::Command
61
61
  pl = YumRepo::PackageList.new fc.url
62
62
  pl.each do |p|
63
63
  full_name = "#{p.name}-#{p.version}-#{p.release}"
64
- puts " #{full_name} ".ljust(50) + "[#{fc.repo_id}]".yellow if "#{p.name}-#{p.version}-#{p.release}" =~ /#{pkg}/
64
+ puts " #{full_name} ".ljust(50) + "[#{fc.repo_id}]".yellow if "#{p.name}-#{p.version}-#{p.release}" =~ /#{pkg}/i
65
65
  end
66
66
  end
67
67
  end
data/lib/tentacle.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Tentacle
2
2
 
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
 
5
5
  def validate_url(url)
6
6
  RestClient.get(url + '/repodata/repomd.xml') rescue return false
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tentacle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sergio Rubio