paperclip-aws-core 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66d1467de0ffe87aec4427dae314e2b0d11b6d26
4
- data.tar.gz: 1c6d12b503c21c46829818a13d89ab6072c9b0af
3
+ metadata.gz: 95367117a97b80e9ec6b2c4beca9bdd3b743c704
4
+ data.tar.gz: b05851eef5265e4ea7e67440e6e9153a69effa78
5
5
  SHA512:
6
- metadata.gz: ef1ccfafa0ccab10f1d7bc627ad723b058d804cef80330173def5f38f6c681898d77e32c1e35203a850de3f55b8fd78ba7362e8bc611c5f288c3314daa78c2a3
7
- data.tar.gz: 68ae6b9a2a06ba3596fe097f4b06009967205e673be5b89d93f578c17b2301798b0961f341db34d1fcc3c3c0b8b594ed63c90604f1abb13192269d5661653a2c
6
+ metadata.gz: f0f8130d054ae70b3b1459aae1b362886302e97bf12219f15214db7a6eef7bcc83ff8dec6ca53211a5c71451e077f188839660bda59c679a319adcd9aa9f6c72
7
+ data.tar.gz: 88ebabca0444e1c583b03b02bec887d781421da19bf20b106517cce899261b69841ac3e505ea32c76ecb0030c92371c2cef80f7890e83d46c057325a075d07f7
@@ -1,11 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
- <list default="true" id="ceffc55e-3b85-479d-9418-ecaae8933031" name="Default" comment="">
5
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/paperclip/aws/core.rb" afterPath="$PROJECT_DIR$/lib/paperclip/aws/core.rb" />
6
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/paperclip/aws/core/version.rb" afterPath="$PROJECT_DIR$/lib/paperclip/aws/core/version.rb" />
7
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/paperclip-aws-core.gemspec" afterPath="$PROJECT_DIR$/paperclip-aws-core.gemspec" />
8
- </list>
4
+ <list default="true" id="ceffc55e-3b85-479d-9418-ecaae8933031" name="Default" comment="" />
9
5
  <ignored path="paperclip-aws-core.iws" />
10
6
  <ignored path=".idea/workspace.xml" />
11
7
  <ignored path="$PROJECT_DIR$/.bundle/" />
@@ -186,6 +182,9 @@
186
182
  <property name="HbShouldOpenHtmlAsHb" value="" />
187
183
  </component>
188
184
  <component name="ShelveChangesManager" show_recycled="false" />
185
+ <component name="SvnConfiguration">
186
+ <configuration />
187
+ </component>
189
188
  <component name="TaskManager">
190
189
  <task active="true" id="Default" summary="Default task">
191
190
  <changelist id="ceffc55e-3b85-479d-9418-ecaae8933031" name="Default" comment="" />
@@ -218,6 +217,14 @@
218
217
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
219
218
  </layout>
220
219
  </component>
220
+ <component name="Vcs.Log.UiProperties">
221
+ <option name="RECENTLY_FILTERED_USER_GROUPS">
222
+ <collection />
223
+ </option>
224
+ <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
225
+ <collection />
226
+ </option>
227
+ </component>
221
228
  <component name="VcsContentAnnotationSettings">
222
229
  <option name="myLimit" value="2678400000" />
223
230
  </component>
@@ -1,7 +1,7 @@
1
1
  module Paperclip
2
2
  module Aws
3
3
  module Core
4
- VERSION = "0.0.8"
4
+ VERSION = "0.0.9"
5
5
  end
6
6
  end
7
7
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "aws-sdk-core", '~> 2.0'
21
+ spec.add_dependency "aws-sdk-core", '~> 2.2'
22
22
  spec.add_dependency 'rack'
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.5"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip-aws-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Centinaro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-16 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '2.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.0'
26
+ version: '2.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rack
29
29
  requirement: !ruby/object:Gem::Requirement