twilio 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  = Twilio Gem Changelog
2
2
 
3
+ == 3.0.1
4
+
5
+ * Bumped down Builder version requirement for Rails compat
6
+
3
7
  == 3.0
4
8
 
5
9
  * SSL validation (thanks Kyle Humberto)
@@ -1,3 +1,3 @@
1
1
  module Twilio
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
-
22
- s.add_dependency "builder", "~> 3.0"
21
+
22
+ s.add_dependency "builder", "~> 2.1.2"
23
23
  s.add_dependency "httparty", "~> 0.7.4"
24
-
25
- {
24
+
25
+ {
26
26
  'rake' => '~> 0.8.7',
27
27
  'rspec' => '~> 2.5.0',
28
28
  'webmock' => '~> 1.6.2'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twilio
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
5
- prerelease:
4
+ hash: 5
5
+ prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 0
10
- version: 3.0.0
9
+ - 1
10
+ version: 3.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Phil Misiowiec
@@ -20,7 +20,7 @@ autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
22
 
23
- date: 2011-03-26 00:00:00 -07:00
23
+ date: 2011-03-30 00:00:00 -07:00
24
24
  default_executable:
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency
@@ -31,11 +31,12 @@ dependencies:
31
31
  requirements:
32
32
  - - ~>
33
33
  - !ruby/object:Gem::Version
34
- hash: 7
34
+ hash: 15
35
35
  segments:
36
- - 3
37
- - 0
38
- version: "3.0"
36
+ - 2
37
+ - 1
38
+ - 2
39
+ version: 2.1.2
39
40
  type: :runtime
40
41
  version_requirements: *id001
41
42
  - !ruby/object:Gem::Dependency
@@ -206,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
207
  requirements: []
207
208
 
208
209
  rubyforge_project: twilio
209
- rubygems_version: 1.6.2
210
+ rubygems_version: 1.3.7
210
211
  signing_key:
211
212
  specification_version: 3
212
213
  summary: Twilio API Client