Skip to content

Commit

Permalink
Fix iam paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Mar 16, 2015
1 parent 96cf350 commit 36062ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion lib/miam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module Miam; end
require 'miam/dsl/context/user'
require 'miam/dsl/converter'
require 'miam/exporter'
require 'miam/ext/aws_ext'
require 'miam/ext/string_ext'
require 'miam/password_manager'
require 'miam/utils'
Expand Down
33 changes: 0 additions & 33 deletions lib/miam/ext/aws_ext.rb

This file was deleted.

2 changes: 1 addition & 1 deletion miam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk-core', '~> 2.0.3'
spec.add_dependency 'aws-sdk-core', '~> 2.0.22'
spec.add_dependency 'ruby-progressbar'
spec.add_dependency 'parallel'
spec.add_dependency 'term-ansicolor'
Expand Down

0 comments on commit 36062ba

Please sign in to comment.