a9s_swift 0.1.2 → 0.1.3
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 +4 -4
- data/VERSION +1 -1
- data/a9s_swift.gemspec +2 -2
- data/examples/rails_carrierwave_initializer.rb +0 -2
- data/examples/rails_paperclip_initializer.rb +0 -2
- data/lib/a9s_swift/utility.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7314d1dbf676d2c79519f3043de2a5d6ff50686d
|
|
4
|
+
data.tar.gz: 736352afb90e6fc30c4653fe74852d9ba738bf0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43595415ec80a9e7084ddd30461e525390c9ee31730ff5d7edd7a9e35ddbc0c0fa6ac1e1432c602cdc42dc7cd31f750a218fe3abdedd0b98960244bc99ee79fb
|
|
7
|
+
data.tar.gz: 96c96b5dbd310a1ff23706fe42177b7ed6308ad6b6198f2b61324a9776460a61625d571d1e44ab69a3dfb9c35166c9e14ac000d3ef371653dd563d3ddb08051f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/a9s_swift.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "a9s_swift"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Julian Weber"]
|
|
12
|
-
s.date = "2014-04-
|
|
12
|
+
s.date = "2014-04-11"
|
|
13
13
|
s.description = "anynines.com swift service utility library for simplifying app acces to the a9s swift service."
|
|
14
14
|
s.email = "jweber@anynines.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/a9s_swift/utility.rb
CHANGED
|
@@ -55,6 +55,7 @@ class Anynines::Swift::Utility
|
|
|
55
55
|
CarrierWave.configure do |config|
|
|
56
56
|
config.fog_credentials = fog_credentials_hash
|
|
57
57
|
|
|
58
|
+
config.storage = :fog
|
|
58
59
|
config.fog_directory = image_bucket_name
|
|
59
60
|
config.fog_public = opts[:fog_public] # optional, defaults to true
|
|
60
61
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: a9s_swift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julian Weber
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: shoulda
|