remi-tweet-tweet 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/tweet-tweet.gemspec +2 -2
  2. metadata +2 -3
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "tweet-tweet"
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
  s.date = "2008-06-19"
5
5
  s.summary = "Custom Twitter Notifications"
6
6
  s.email = "remi@remitaylor.com"
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.description = "Twitter notifier for performing actions when there are new tweets"
9
9
  s.has_rdoc = true
10
10
  s.rdoc_options = ["--quiet", "--title", "domain-finder", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source"]
11
- s.extra_rdoc_files = ['README']
11
+ s.extra_rdoc_files = ['README.markdown']
12
12
  s.authors = ["remi Taylor"]
13
13
 
14
14
  s.add_dependency("twitter", ["> 0.0.0"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remi-tweet-tweet
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
  - remi Taylor
@@ -29,7 +29,7 @@ executables:
29
29
  extensions: []
30
30
 
31
31
  extra_rdoc_files:
32
- - README
32
+ - README.markdown
33
33
  files:
34
34
  - bin/tweet-tweet
35
35
  - bin/tweet-tweet-setup
@@ -39,7 +39,6 @@ files:
39
39
  - README.markdown
40
40
  - TODO
41
41
  - tweet-tweet.gemspec
42
- - README
43
42
  has_rdoc: true
44
43
  homepage: http://github.com/remi/tweet-tweet
45
44
  post_install_message: