twilioauth 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,15 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twilioauth (0.0.1)
5
- active_support (>= 3.0.0)
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
@@ -1,5 +1,4 @@
1
1
  require "twilio-ruby"
2
- require 'active_support/secure_random'
3
2
 
4
3
  module Twilioauth
5
4
 
data/twilioauth.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'twilioauth'
6
- s.version = '0.0.2'
6
+ s.version = '0.0.3'
7
7
  s.date = '2012-08-08'
8
8
  s.summary = "2 factor auth for twilio"
9
9
  s.description = "2 factor auth for twilio"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twilioauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: