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

Commit

Permalink
Merge pull request #5 from pressednet/upgrade/aws
Browse files Browse the repository at this point in the history
Upgrades AWS sdk to v3
  • Loading branch information
boone authored Mar 9, 2018
2 parents 391ff5f + ff63e01 commit e835a06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/outatime.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "aws-sdk"
require "aws-sdk-s3"
require "chronic"
require "pathname"
require "ruby-progressbar"
Expand Down
2 changes: 1 addition & 1 deletion lib/outatime/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Outatime
VERSION = "0.3.0"
VERSION = "0.4.0"
end
2 changes: 1 addition & 1 deletion outatime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "aws-sdk", "~> 2.6", ">= 2.6.14"
spec.add_runtime_dependency "aws-sdk-s3", ">= 1.0"
spec.add_runtime_dependency "chronic", "~> 0.10.2"
spec.add_runtime_dependency "ruby-progressbar", "~> 1.8.1"
spec.add_runtime_dependency "thread", "~> 0.2.2"
Expand Down

0 comments on commit e835a06

Please sign in to comment.