woot 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -1,6 +1,8 @@
1
1
  require 'scrapi'
2
2
  require 'tweetstream'
3
3
 
4
+ Tidy.path = ENV['TIDY_PATH'] if ENV['TIDY_PATH']
5
+
4
6
  class Woot
5
7
  DOMAIN = 'woot.com'
6
8
  WOOT_OFF = 'woot-off'
@@ -6,8 +6,6 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
6
  $LOAD_PATH.unshift(File.dirname(__FILE__))
7
7
  require 'woot'
8
8
 
9
- Tidy.path = ENV['TIDY_PATH'] if ENV['TIDY_PATH']
10
-
11
9
  class Test::Unit::TestCase
12
10
 
13
11
  def self.attributes
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{woot}
8
- s.version = "0.0.3"
8
+ s.version = "0.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sean Huber"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Huber