paperclip_database_storage 3.0.7 → 3.0.8

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.
data/MIT_LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010 [Martin Caruso]
1
+ Copyright (c) 2013 [Pedro Rodrigues]
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module PaperclipDatabaseStorage
2
- VERSION = "3.0.7" unless defined? PaperclipDatabaseStorage::VERSION
2
+ VERSION = "3.0.8" unless defined? PaperclipDatabaseStorage::VERSION
3
3
  end
@@ -15,8 +15,10 @@ Gem::Specification.new do |s|
15
15
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
16
  s.require_paths = ['lib']
17
17
  s.required_ruby_version = ">= 1.9.2"
18
-
18
+
19
19
  s.homepage = 'http://github.com/gokuu/paperclip_database_storage'
20
20
 
21
21
  s.add_dependency 'paperclip', [">= 3.0.0"]
22
+
23
+ s.license = 'MIT'
22
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip_database_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -48,7 +48,8 @@ files:
48
48
  - lib/tasks/paperclip_database_storage.rake
49
49
  - paperclip_database_storage.gemspec
50
50
  homepage: http://github.com/gokuu/paperclip_database_storage
51
- licenses: []
51
+ licenses:
52
+ - MIT
52
53
  post_install_message:
53
54
  rdoc_options: []
54
55
  require_paths: