a9s_swift 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3abb3585ace40df7fac853a7dcd46f70233663f6
4
- data.tar.gz: 72e10f8a0deb3410ab69a31cd343a23404ea780e
3
+ metadata.gz: a11d98cbd1d10d3da60aad28cfe25a4aa92d282c
4
+ data.tar.gz: af34161ec34cdba399320897dab476bcf11b6c3f
5
5
  SHA512:
6
- metadata.gz: 1737f1fc453221b54286ffdb924a8b754de75d0bea657a3a97d38ceb2678ea23da184558bf8ec5003d97bf6a15cd55f2cf48f38b54303e01f2e5230ac7d72006
7
- data.tar.gz: 8883b2375203f6f5f9588b9c54c242afef08bb07bbb22b5b3d7e8a5a54a90555beb6ee947bfc876d42c3777904e503335bf5643c1d9389a10c29b5096ef726b4
6
+ metadata.gz: 288d90dd946099a164cacec5b5a6dd639694cd4d9b71056e2c72f3477b2b6d4885aa531cc2fd891577dee57a73160b4fbe882d1532789576b070ed3e37759a50
7
+ data.tar.gz: 7391562bc3c588d25dadf2658c0ef5c9a4a70b69e853c17d3a2319fa14fb4e95d29ecf2b5147446f2a53cdc0f6b13a6977632c3996157b97001c5014fe4ba9bf
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -2,16 +2,14 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: a9s_swift 0.1.1 ruby lib
6
5
 
7
6
  Gem::Specification.new do |s|
8
7
  s.name = "a9s_swift"
9
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
10
9
 
11
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
- s.require_paths = ["lib"]
13
11
  s.authors = ["Julian Weber"]
14
- s.date = "2014-04-04"
12
+ s.date = "2014-04-08"
15
13
  s.description = "anynines.com swift service utility library for simplifying app acces to the a9s swift service."
16
14
  s.email = "jweber@anynines.com"
17
15
  s.extra_rdoc_files = [
@@ -36,7 +34,8 @@ Gem::Specification.new do |s|
36
34
  ]
37
35
  s.homepage = "http://github.com/anynines/a9s_swift"
38
36
  s.licenses = ["MIT"]
39
- s.rubygems_version = "2.2.2"
37
+ s.require_paths = ["lib"]
38
+ s.rubygems_version = "2.0.6"
40
39
  s.summary = "anynines.com swift service utility library for simplifying app acces to the a9s swift service."
41
40
 
42
41
  if s.respond_to? :specification_version then
@@ -3,5 +3,5 @@ BUCKET_NAME = "images"
3
3
  if Rails.env.production?
4
4
  require 'paperclip'
5
5
  require 'a9s_swift'
6
- Anynines::Swift::Utility.configure_carrierwave(BUCKET_NAME)
6
+ Anynines::Swift::Utility.configure_paperclip(BUCKET_NAME)
7
7
  end
@@ -1,10 +1,10 @@
1
1
  module Anynines
2
2
  module Swift
3
3
  autoload :Utility, File.expand_path('../a9s_swift/utility', __FILE__)
4
- end
5
-
6
- def self.version
7
- file = File.open(File.expand_path("../../VERSION", __FILE__))
8
- return file.read.to_s.tr("\n","")
4
+
5
+ def self.version
6
+ file = File.open(File.expand_path("../../VERSION", __FILE__))
7
+ return file.read.to_s.tr("\n","")
8
+ end
9
9
  end
10
10
  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.1
4
+ version: 0.1.2
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-04 00:00:00.000000000 Z
11
+ date: 2014-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.2.2
126
+ rubygems_version: 2.0.6
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: anynines.com swift service utility library for simplifying app acces to the