Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit aad15b4

Browse files
committed
removes dependency on right_aws
1 parent 8fab048 commit aad15b4

File tree

5 files changed

+15
-27
lines changed

5 files changed

+15
-27
lines changed

Gemfile.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
github-services (1.0.0.edf0e37)
4+
github-services (1.0.0.fb64b5c)
55
activeresource (~> 3.0.0)
66
addressable (~> 2.2.7)
77
aws-sdk (~> 1.8.0)
@@ -12,8 +12,6 @@ PATH
1212
mime-types (~> 1.15)
1313
mqtt (= 0.0.8)
1414
oauth (= 0.4.4)
15-
right_aws (= 3.0.3)
16-
right_http_connection (= 1.3.0)
1715
ruby-hmac (= 0.4.0)
1816
softlayer_messaging (~> 1.0.2)
1917
tinder (= 1.8.0.github)
@@ -43,38 +41,34 @@ GEM
4341
eventmachine (0.12.10)
4442
faraday (0.8.7)
4543
multipart-post (~> 1.1)
46-
faraday_middleware (0.8.7)
44+
faraday_middleware (0.9.0)
4745
faraday (>= 0.7.4, < 0.9)
4846
hashie (1.2.0)
4947
http_parser.rb (0.5.3)
5048
httparty (0.7.4)
5149
crack (= 0.1.8)
5250
i18n (0.5.0)
53-
json (1.8.0)
54-
jwt (0.1.6)
55-
multi_json (>= 1.0)
56-
mail (2.3.0)
57-
i18n (>= 0.4.0)
51+
json (1.8.1)
52+
jwt (0.1.8)
53+
multi_json (>= 1.5)
54+
mail (2.5.4)
5855
mime-types (~> 1.16)
5956
treetop (~> 1.4.8)
6057
mash (0.1.1)
61-
mime-types (1.18)
62-
mini_portile (0.5.1)
58+
mime-types (1.25)
59+
mini_portile (0.5.2)
6360
mqtt (0.0.8)
64-
multi_json (1.3.2)
65-
multipart-post (1.1.5)
61+
multi_json (1.8.2)
62+
multipart-post (1.2.0)
6663
nokogiri (1.6.0)
6764
mini_portile (~> 0.5.0)
6865
oauth (0.4.4)
6966
polyglot (0.3.3)
7067
rake (10.0.3)
7168
rest-client (1.6.7)
7269
mime-types (>= 1.16)
73-
right_aws (3.0.3)
74-
right_http_connection (>= 1.2.5)
75-
right_http_connection (1.3.0)
7670
ruby-hmac (0.4.0)
77-
simple_oauth (0.1.5)
71+
simple_oauth (0.1.9)
7872
softlayer_messaging (1.0.2)
7973
rest-client
8074
tinder (1.8.0.github)
@@ -88,20 +82,20 @@ GEM
8882
multi_json (~> 1.0)
8983
multipart-post (~> 1.1)
9084
twitter-stream (~> 0.1)
91-
treetop (1.4.10)
85+
treetop (1.4.15)
9286
polyglot
9387
polyglot (>= 0.3.1)
9488
twilio-ruby (3.9.0)
9589
builder (>= 2.1.2)
9690
jwt (>= 0.1.2)
9791
multi_json (>= 1.3.0)
98-
twitter-stream (0.1.15)
92+
twitter-stream (0.1.16)
9993
eventmachine (>= 0.12.8)
10094
http_parser.rb (~> 0.5.1)
10195
simple_oauth (~> 0.1.4)
10296
uuidtools (2.1.4)
10397
xml-simple (1.0.11)
104-
xmpp4r (0.5)
98+
xmpp4r (0.5.5)
10599
xmpp4r-simple-19 (1.0.0)
106100
xmpp4r (>= 0.3.2)
107101
yajl-ruby (1.1.0)

github-services.gemspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,13 @@ Gem::Specification.new do |spec|
4848
# Twilio
4949
spec.add_dependency "twilio-ruby", "~> 3.9.0"
5050

51-
# Amazon SQS
52-
spec.add_dependency "right_aws", "3.0.3"
53-
spec.add_dependency "right_http_connection", "1.3.0"
54-
5551
# MQTT
5652
spec.add_dependency "mqtt", "0.0.8"
5753

5854
# Softlayer Messaging
5955
spec.add_dependency "softlayer_messaging", "~> 1.0.2"
6056

61-
# Amazon SNS
57+
# Amazon SNS, Amazon SQS
6258
spec.add_dependency "aws-sdk", "~> 1.8.0"
6359
spec.add_dependency "httparty", "0.7.4"
6460

lib/github-services.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
require 'oauth'
2727
require 'yammer4r'
2828
require 'twilio-ruby'
29-
require 'right_aws'
30-
require 'right_http_connection'
3129

3230
# vendor
3331
require 'basecamp'

vendor/cache/right_aws-3.0.3.gem

-188 KB
Binary file not shown.
-102 KB
Binary file not shown.

0 commit comments

Comments
 (0)