harleytt-gvoice-ruby 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/.bundle/config CHANGED
@@ -1,2 +1,2 @@
1
- ---
2
- BUNDLE_DISABLE_SHARED_GEMS: "1"
1
+ --- {}
2
+
data/Gemfile.lock CHANGED
@@ -1,16 +1,16 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- curb (0.7.8)
5
- json (1.4.6)
6
- mocha (0.9.8)
7
- rake
8
- nokogiri (1.4.3.1)
9
- rake (0.8.7)
10
- scashin133-xmpp4r-simple (0.8.9)
11
- xmpp4r (>= 0.3.2)
4
+ curb (0.7.15)
5
+ json (1.6.0)
6
+ metaclass (0.0.1)
7
+ mocha (0.10.0)
8
+ metaclass (~> 0.0.1)
9
+ nokogiri (1.5.0)
12
10
  shoulda (2.11.3)
13
11
  xmpp4r (0.5)
12
+ xmpp4r-simple (0.8.8)
13
+ xmpp4r (>= 0.3.2)
14
14
 
15
15
  PLATFORMS
16
16
  ruby
@@ -20,5 +20,5 @@ DEPENDENCIES
20
20
  json
21
21
  mocha
22
22
  nokogiri
23
- scashin133-xmpp4r-simple (= 0.8.9)
24
23
  shoulda
24
+ xmpp4r-simple (= 0.8.8)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.6
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module GvoiceRuby
3
- VERSION = "0.3.5"
3
+ VERSION = "0.3.6"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harleytt-gvoice-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
4
+ hash: 31
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 5
10
- version: 0.3.5
9
+ - 6
10
+ version: 0.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keith Gautreaux
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-01-11 00:00:00 -05:00
20
+ date: 2011-09-13 00:00:00 -04:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  requirements: []
216
216
 
217
217
  rubyforge_project:
218
- rubygems_version: 1.3.7
218
+ rubygems_version: 1.5.3
219
219
  signing_key:
220
220
  specification_version: 3
221
221
  summary: "gvoice-ruby is a library for interacting with Google\xE2\x80\x99s Voice service (previously GrandCentral) using ruby."