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

Commit

Permalink
bump gems for latest aws-sdk-core and code deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Nov 12, 2014
1 parent b590405 commit 32ee6c0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
PATH
remote: .
specs:
github-services (1.0.0.d158f22)
github-services (1.0.0.f39cad6)
activeresource (~> 4.0.0)
addressable (~> 2.2.7)
aws-sdk (~> 1.27)
aws-sdk-core (~> 2.0.8)
faraday (= 0.9.0)
httparty (= 0.7.4)
mail (~> 2.3)
Expand Down Expand Up @@ -40,6 +41,11 @@ GEM
addressable (2.2.8)
aws-sdk (1.57.0)
aws-sdk-v1 (= 1.57.0)
aws-sdk-core (2.0.8)
builder (~> 3.0)
jmespath (~> 1.0)
multi_json (~> 1.0)
multi_xml (~> 0.5)
aws-sdk-v1 (1.57.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
Expand All @@ -59,6 +65,8 @@ GEM
httparty (0.7.4)
crack (= 0.1.8)
i18n (0.6.11)
jmespath (1.0.1)
multi_json (~> 1.0)
json (1.8.1)
jwt (1.0.0)
mail (2.6.3)
Expand All @@ -68,14 +76,15 @@ GEM
curb-fu (~> 0.6.2)
signet (~> 0.5.1)
mime-types (1.25.1)
mini_portile (0.6.0)
mini_portile (0.6.1)
minitest (5.4.2)
mqtt (0.0.8)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
netrc (0.8.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nokogiri (1.6.4.1)
mini_portile (~> 0.6.0)
oauth (0.4.4)
rack (1.5.2)
rack-test (0.6.2)
Expand Down
3 changes: 3 additions & 0 deletions github-services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ Gem::Specification.new do |spec|
spec.add_dependency "aws-sdk", "~> 1.27"
spec.add_dependency "httparty", "0.7.4"

# AWS CodeDeploy
spec.add_dependency "aws-sdk-core", "~>2.0.8"

spec.files = %w(Gemfile LICENSE README.mkdn CONTRIBUTING.md Rakefile)
spec.files << "#{lib}.gemspec"
spec.files += Dir.glob("lib/**/*.rb")
Expand Down
Binary file added vendor/cache/aws-sdk-core-2.0.8.gem
Binary file not shown.
Binary file added vendor/cache/jmespath-1.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile-0.6.1.gem
Binary file not shown.
Binary file added vendor/cache/multi_xml-0.5.5.gem
Binary file not shown.
Binary file not shown.

0 comments on commit 32ee6c0

Please sign in to comment.