SagMor-thetwitthit 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -6,7 +6,7 @@ lib/thetwitthit/properties.rb
6
6
  lib/thetwitthit/version.rb
7
7
  lib/thetwitthit/worker.rb
8
8
  lib/thetwitthit.rb
9
+ Manifest
9
10
  Rakefile
10
11
  README.rdoc
11
12
  thetwitthit.gemspec
12
- Manifest
data/README.rdoc CHANGED
@@ -6,9 +6,9 @@ So i integrated {The Hit List}[http://www.potionfactory.com/thehitlist/], the ap
6
6
 
7
7
  TheTwittHit is a simple script that collects twitts with the hashtag *#todo* from twitter that either were:
8
8
 
9
- * Posted by you
10
- * Replied to you
11
- * Direct Messaged to you
9
+ * Posted by you
10
+ * Replied to you
11
+ * Direct Messaged to you
12
12
 
13
13
  and add them to the application's inbox were i can review them later.
14
14
 
@@ -1,3 +1,3 @@
1
1
  module TheTwittHit #:nodoc:
2
- Version = '0.1.0'
2
+ Version = '0.1.1'
3
3
  end
data/thetwitthit.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{thetwitthit}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sebastian Gamboa"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.email = %q{me@sagmor.com}
13
13
  s.executables = ["thetwitthit"]
14
14
  s.extra_rdoc_files = ["bin/thetwitthit", "lib/thetwitthit/cli/helpers.rb", "lib/thetwitthit/cli.rb", "lib/thetwitthit/config.rb", "lib/thetwitthit/properties.rb", "lib/thetwitthit/version.rb", "lib/thetwitthit/worker.rb", "lib/thetwitthit.rb", "README.rdoc"]
15
- s.files = ["bin/thetwitthit", "lib/thetwitthit/cli/helpers.rb", "lib/thetwitthit/cli.rb", "lib/thetwitthit/config.rb", "lib/thetwitthit/properties.rb", "lib/thetwitthit/version.rb", "lib/thetwitthit/worker.rb", "lib/thetwitthit.rb", "Rakefile", "README.rdoc", "thetwitthit.gemspec", "Manifest"]
15
+ s.files = ["bin/thetwitthit", "lib/thetwitthit/cli/helpers.rb", "lib/thetwitthit/cli.rb", "lib/thetwitthit/config.rb", "lib/thetwitthit/properties.rb", "lib/thetwitthit/version.rb", "lib/thetwitthit/worker.rb", "lib/thetwitthit.rb", "Manifest", "Rakefile", "README.rdoc", "thetwitthit.gemspec"]
16
16
  s.has_rdoc = true
17
17
  s.homepage = %q{http://github.com/SagMor/thetwitthit}
18
18
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Thetwitthit", "--main", "README.rdoc"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SagMor-thetwitthit
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
  - Sebastian Gamboa
@@ -73,10 +73,10 @@ files:
73
73
  - lib/thetwitthit/version.rb
74
74
  - lib/thetwitthit/worker.rb
75
75
  - lib/thetwitthit.rb
76
+ - Manifest
76
77
  - Rakefile
77
78
  - README.rdoc
78
79
  - thetwitthit.gemspec
79
- - Manifest
80
80
  has_rdoc: true
81
81
  homepage: http://github.com/SagMor/thetwitthit
82
82
  post_install_message: