google_chat 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest +1 -1
- data/Rakefile +1 -1
- data/google_chat.gemspec +3 -3
- data/{google_chat.rb → lib/google_chat.rb} +0 -0
- metadata +5 -4
data/Manifest
CHANGED
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('google_chat', '0.0.
|
5
|
+
Echoe.new('google_chat', '0.0.2') do |p|
|
6
6
|
p.description = "gem that makes it easy to send IM using google chat"
|
7
7
|
p.url = "http://github.com/anujluthra/google-chat"
|
8
8
|
p.author = "Anuj Luthra"
|
data/google_chat.gemspec
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{google_chat}
|
5
|
-
s.version = "0.0.
|
5
|
+
s.version = "0.0.2"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Anuj Luthra"]
|
9
9
|
s.date = %q{2010-11-02}
|
10
10
|
s.description = %q{gem that makes it easy to send IM using google chat}
|
11
11
|
s.email = %q{anujluthra @nospam@ gmail.com}
|
12
|
-
s.extra_rdoc_files = ["README"]
|
13
|
-
s.files = ["README", "Rakefile", "google_chat.rb", "Manifest", "google_chat.gemspec"]
|
12
|
+
s.extra_rdoc_files = ["README", "lib/google_chat.rb"]
|
13
|
+
s.files = ["README", "Rakefile", "lib/google_chat.rb", "Manifest", "google_chat.gemspec"]
|
14
14
|
s.homepage = %q{http://github.com/anujluthra/google-chat}
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Google_chat", "--main", "README"]
|
16
16
|
s.require_paths = ["lib"]
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google_chat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Anuj Luthra
|
@@ -40,10 +40,11 @@ extensions: []
|
|
40
40
|
|
41
41
|
extra_rdoc_files:
|
42
42
|
- README
|
43
|
+
- lib/google_chat.rb
|
43
44
|
files:
|
44
45
|
- README
|
45
46
|
- Rakefile
|
46
|
-
- google_chat.rb
|
47
|
+
- lib/google_chat.rb
|
47
48
|
- Manifest
|
48
49
|
- google_chat.gemspec
|
49
50
|
has_rdoc: true
|