stash-magic 0.1.0 → 0.1.1

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.
@@ -1,7 +1,5 @@
1
1
  module StashMagic
2
2
  module StorageS3
3
-
4
- require 'aws/s3'
5
3
 
6
4
  # ===========
7
5
  # = Helpers =
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stash-magic'
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "File Attachment Made Simple"
6
6
  s.description = "A simple attachment system (file system or Amazon S3) that also handles thumbnails or other styles via ImageMagick. Originaly tested on Sequel ORM but purposedly easy to plug to something else."
@@ -10,6 +10,7 @@ DB = Sequel.sqlite
10
10
  require 'tempfile'
11
11
 
12
12
  $:.unshift(F.dirname(__FILE__)+'/../lib')
13
+ require 'aws/s3'
13
14
  require 'stash_magic'
14
15
 
15
16
  # S3 credentials
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stash-magic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mickael Riga
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-20 00:00:00 +00:00
19
- default_executable:
18
+ date: 2012-06-08 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
21
  description: A simple attachment system (file system or Amazon S3) that also handles thumbnails or other styles via ImageMagick. Originaly tested on Sequel ORM but purposedly easy to plug to something else.
@@ -39,7 +38,6 @@ files:
39
38
  - test/spec_builder.rb
40
39
  - test/spec_filesystem.rb
41
40
  - test/spec_s3.rb
42
- has_rdoc: true
43
41
  homepage: http://github.com/mig-hub/stash_magic
44
42
  licenses: []
45
43
 
@@ -69,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
67
  requirements: []
70
68
 
71
69
  rubyforge_project:
72
- rubygems_version: 1.4.2
70
+ rubygems_version: 1.8.15
73
71
  signing_key:
74
72
  specification_version: 3
75
73
  summary: File Attachment Made Simple