twilioauth 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -4
- data/lib/twilioauth.rb +0 -1
- data/twilioauth.gemspec +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
twilioauth (0.0.
|
5
|
-
|
4
|
+
twilioauth (0.0.3)
|
5
|
+
activesupport (>= 3.0.0)
|
6
6
|
twilio-ruby
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
active_support (3.0.0)
|
12
|
-
activesupport (= 3.0.0)
|
13
11
|
activesupport (3.0.0)
|
14
12
|
builder (3.0.0)
|
15
13
|
jwt (0.1.5)
|
data/lib/twilioauth.rb
CHANGED
data/twilioauth.gemspec
CHANGED