twibot 0.1.0 → 0.1.1

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 (4) hide show
  1. data/History.txt +5 -1
  2. data/Rakefile +1 -1
  3. data/lib/twibot.rb +1 -1
  4. metadata +2 -2
data/History.txt CHANGED
@@ -1,4 +1,8 @@
1
- == 1.0.0 / 2009-03-04
1
+ == 0.1.1 / 2009-03-15
2
+
3
+ * Fixed dependency
4
+
5
+ == 0.1.0 / 2009-03-15
2
6
 
3
7
  * 1 major enhancement
4
8
  * Birthday!
data/Rakefile CHANGED
@@ -27,4 +27,4 @@ PROJ.rubyforge.name = 'twibot'
27
27
  PROJ.readme_file = 'Readme.rdoc'
28
28
  PROJ.rdoc.remote_dir = 'twibot'
29
29
 
30
- depend_on "twitter4r", "0.3.1"
30
+ depend_on "mbbx6spp-twitter4r", "0.3.1"
data/lib/twibot.rb CHANGED
@@ -7,7 +7,7 @@ require File.join(File.dirname(__FILE__), 'hash')
7
7
  module Twibot
8
8
 
9
9
  # :stopdoc:
10
- VERSION = '0.1.0'
10
+ VERSION = '0.1.1'
11
11
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
12
12
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
13
13
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twibot
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
  - Christian Johansen
@@ -13,7 +13,7 @@ date: 2009-03-15 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: twitter4r
16
+ name: mbbx6spp-twitter4r
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement