From 6f375962bb4f202c0280f498a392988c37c843df Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Mon, 23 Oct 2017 06:10:14 -0500 Subject: [PATCH] Allow aws sdk for all of 2.x --- fastlane-plugin-aws_sns.gemspec | 2 +- lib/fastlane/plugin/aws_sns/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane-plugin-aws_sns.gemspec b/fastlane-plugin-aws_sns.gemspec index cc16b57..7636c16 100644 --- a/fastlane-plugin-aws_sns.gemspec +++ b/fastlane-plugin-aws_sns.gemspec @@ -17,7 +17,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', '~> 2.0.0' + spec.add_dependency 'aws-sdk', '~> 2.0' spec.add_development_dependency 'pry' spec.add_development_dependency 'bundler' diff --git a/lib/fastlane/plugin/aws_sns/version.rb b/lib/fastlane/plugin/aws_sns/version.rb index f9066ef..348b9ee 100644 --- a/lib/fastlane/plugin/aws_sns/version.rb +++ b/lib/fastlane/plugin/aws_sns/version.rb @@ -1,5 +1,5 @@ module Fastlane module AwsSns - VERSION = "0.1.1" + VERSION = "0.1.2" end end