twilio-lookups 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f09815c0869492316853ed3ac36bc08dd5125c9
4
- data.tar.gz: 1d8a4f815944496b54597ca2b6b5a591371f6bfb
3
+ metadata.gz: f22ca1ca5ce220c7032ac3f74710f6756b2132b2
4
+ data.tar.gz: 218d96dda1957fd8442fb9a1e8ddd12e96594470
5
5
  SHA512:
6
- metadata.gz: 9767a7e08b50381dab65da1cb2c695836d7d142fc7f5937aa6f57fadcca65add7a40b8662dfc4256121ffdb6ca8237f97b80aa4651360308fb31e16607196a4d
7
- data.tar.gz: 385786c262c2ab0595a06b53a0e4d4615479943cb6f9720747c2f9ec7ae812bd8ee2aa9dad11ff10d8df341c72d43ed53fbcd323e7929f054f13c818ac895d23
6
+ metadata.gz: b061845492582941ca7c76c6f4cd3d37fe6d0369530092f4eba2d2b8b8c2939ef482f6230e0799916dee492b1b580cb173e0a1e25fc79a602738cecdebfa44ee
7
+ data.tar.gz: a90411a3c5e78ef3dac8c29125ea2f38db36ce78f4665a27e1f918716e98ad5c84d73d9439fca7c268b4b0afd627690e53c20d1045441d6c8a7360b5358d80ae
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
- pkg
1
+ pkg
2
+ *.gem
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- twilio-lookups (0.0.1)
4
+ twilio-lookups (0.0.2)
5
5
  builder (>= 2.1.2)
6
6
  jwt (~> 0.1.4)
7
7
  multi_json (>= 1.3.0)
@@ -0,0 +1,3 @@
1
+ # twilio-lookups
2
+
3
+ Steal code from twilio-ruby and break out a gem for just lookups. Because I need lookups but can't update my twilio-ruby
@@ -8,7 +8,7 @@ require 'base64'
8
8
  require 'forwardable'
9
9
  require 'jwt'
10
10
 
11
- require 'twilio-lookups/version' unless defined?(Twilio::VERSION)
11
+ require 'twilio-lookups/version' unless defined?(TwilioLookups::VERSION)
12
12
  require 'twilio-lookups/util'
13
13
  require 'twilio-lookups/rest/utils'
14
14
  require 'twilio-lookups/rest/errors'
@@ -1,3 +1,3 @@
1
1
  module TwilioLookups
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twilio-lookups
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Benton
@@ -78,6 +78,7 @@ files:
78
78
  - Gemfile
79
79
  - Gemfile.lock
80
80
  - Makefile
81
+ - README.md
81
82
  - Rakefile
82
83
  - conf/cacert.pem
83
84
  - lib/twilio-lookups.rb
@@ -129,4 +130,3 @@ summary: A simple library for communicating with the TwilioLookups REST API, bui
129
130
  test_files:
130
131
  - spec/rest/phone_number_spec.rb
131
132
  - spec/spec_helper.rb
132
- has_rdoc: