uploadify_rails 0.0.12 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module UploadifyRails
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -4,13 +4,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'uploadify_rails/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
+ gem.license = "MIT"
7
8
  gem.name = "uploadify_rails"
8
9
  gem.version = UploadifyRails::VERSION
9
10
  gem.authors = ["Andrey"]
10
11
  gem.email = ["railscode@gmail.com"]
11
12
  gem.description = "Rails 3 multi upload with flash based Uploadify and Rails assets pipeline"
12
13
  gem.summary = "Rails 3 multi upload with flash based Uploadify and Rails assets pipeline"
13
- gem.homepage = "https://github.com/vav/uploadify_rails"
14
+ gem.homepage = "https://github.com/st-granat/uploadify_rails"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadify_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-24 00:00:00.000000000 Z
12
+ date: 2013-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mime-types
@@ -104,8 +104,9 @@ files:
104
104
  - vendor/assets/javascripts/nested_attachments_uploader.js
105
105
  - vendor/assets/javascripts/uploadify.js
106
106
  - vendor/assets/stylesheets/uploadify.css
107
- homepage: https://github.com/vav/uploadify_rails
108
- licenses: []
107
+ homepage: https://github.com/st-granat/uploadify_rails
108
+ licenses:
109
+ - MIT
109
110
  post_install_message:
110
111
  rdoc_options: []
111
112
  require_paths:
@@ -124,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
125
  version: '0'
125
126
  requirements: []
126
127
  rubyforge_project:
127
- rubygems_version: 1.8.23
128
+ rubygems_version: 1.8.19
128
129
  signing_key:
129
130
  specification_version: 3
130
131
  summary: Rails 3 multi upload with flash based Uploadify and Rails assets pipeline