elvallenato 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/elvallenato.gemspec CHANGED
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{elvallenato}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John Maya"]
12
- s.date = %q{2009-11-23}
12
+ s.date = %q{2009-11-24}
13
13
  s.description = %q{Gem to support el vallenato.com}
14
14
  s.email = %q{jmaya@lasamaria.com}
15
15
  s.extra_rdoc_files = [
@@ -40,9 +40,9 @@ Gem::Specification.new do |s|
40
40
  s.rubygems_version = %q{1.3.5}
41
41
  s.summary = %q{Gem to support elvallentato.com}
42
42
  s.test_files = [
43
- "spec/elvallenato_spec.rb",
43
+ "spec/search_spec.rb",
44
+ "spec/elvallenato_spec.rb",
44
45
  "spec/letra_spec.rb",
45
- "spec/search_spec.rb",
46
46
  "spec/spec_helper.rb"
47
47
  ]
48
48
 
@@ -59,3 +59,4 @@ Gem::Specification.new do |s|
59
59
  s.add_dependency(%q<rspec>, [">= 1.2.9"])
60
60
  end
61
61
  end
62
+
data/lib/elvallenato.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'hpricot'
3
3
  require 'redcloth'
4
+
4
5
  module ElVallenato
5
6
 
6
7
  end
@@ -3,7 +3,7 @@ module ElVallenato
3
3
  class Search
4
4
  attr_reader :doc
5
5
  require 'open-uri'
6
- require 'CGI'
6
+ require 'cgi'
7
7
 
8
8
  def initialize(mode,query)
9
9
  @mode = mode
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elvallenato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Maya
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-23 00:00:00 -05:00
12
+ date: 2009-11-24 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -78,7 +78,7 @@ signing_key:
78
78
  specification_version: 3
79
79
  summary: Gem to support elvallentato.com
80
80
  test_files:
81
+ - spec/search_spec.rb
81
82
  - spec/elvallenato_spec.rb
82
83
  - spec/letra_spec.rb
83
- - spec/search_spec.rb
84
84
  - spec/spec_helper.rb