uploader 0.1.9 → 0.1.10
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/VERSION +1 -1
- data/rdoc/created.rid +1 -1
- data/rdoc/files/README_rdoc.html +5 -5
- data/uploader.gemspec +1 -2
- metadata +1 -2
- data/pkg/uploader-0.1.8.gem +0 -0
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.10
|
data/rdoc/created.rid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Mon, 01 Jun 2009 09:49:54 -0600
|
data/rdoc/files/README_rdoc.html
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Sat May 30 17:44:16 -0600 2009</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
multiple file uploads into your application using SWFUpload
|
|
76
76
|
</p>
|
|
77
77
|
<h2>Installation</h2>
|
|
78
|
-
<h3>Install Dependancies:</h3>
|
|
79
|
-
<p>
|
|
80
|
-
sudo gem install mime-types
|
|
81
|
-
</p>
|
|
82
78
|
<h3>Install the gem:</h3>
|
|
83
79
|
<p>
|
|
84
80
|
sudo gem install uploader
|
|
85
81
|
</p>
|
|
82
|
+
<p>
|
|
83
|
+
Installing uploader should also install mime-types. If for some reason it
|
|
84
|
+
does not then manually install it: sudo gem install mime-types
|
|
85
|
+
</p>
|
|
86
86
|
<h3>Add the gem to environment.rb</h3>
|
|
87
87
|
<p>
|
|
88
88
|
config.gem ‘uploader‘
|
data/uploader.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{uploader}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.10"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Justin Ball", "David South"]
|
|
@@ -64,7 +64,6 @@ Gem::Specification.new do |s|
|
|
|
64
64
|
"locales/zh-CN.yml",
|
|
65
65
|
"locales/zh-TW.yml",
|
|
66
66
|
"locales/zh.yml",
|
|
67
|
-
"pkg/uploader-0.1.8.gem",
|
|
68
67
|
"public/images/SWFUploadButton.png",
|
|
69
68
|
"public/images/file_icons/excel.gif",
|
|
70
69
|
"public/images/file_icons/file.gif",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uploader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
@@ -83,7 +83,6 @@ files:
|
|
|
83
83
|
- locales/zh-CN.yml
|
|
84
84
|
- locales/zh-TW.yml
|
|
85
85
|
- locales/zh.yml
|
|
86
|
-
- pkg/uploader-0.1.8.gem
|
|
87
86
|
- public/images/SWFUploadButton.png
|
|
88
87
|
- public/images/file_icons/excel.gif
|
|
89
88
|
- public/images/file_icons/file.gif
|
data/pkg/uploader-0.1.8.gem
DELETED
|
Binary file
|