el_finder_ftp 1.0.0 → 1.0.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.
- data/el_finder_ftp.gemspec +1 -1
- data/lib/el_finder_ftp/version.rb +1 -1
- metadata +2 -2
data/el_finder_ftp.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Chris Micacchi", "Philip Hallstrom"]
|
10
10
|
s.email = ["cmicacchi@solvco.com", "philip@pjkh.com"]
|
11
|
-
s.homepage = "https://github.com/
|
11
|
+
s.homepage = "https://github.com/cdmicacc/el_finder_ftp"
|
12
12
|
s.summary = %q{elFinder server side connector for Ruby, with an FTP backend.}
|
13
13
|
s.description = %q{Ruby library to provide server side functionality for elFinder. elFinder is an open-source file manager for web, written in JavaScript using jQuery UI.}
|
14
14
|
s.license = "MIT"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: el_finder_ftp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -121,7 +121,7 @@ files:
|
|
121
121
|
- lib/el_finder_ftp/pathname.rb
|
122
122
|
- lib/el_finder_ftp/railties.rb
|
123
123
|
- lib/el_finder_ftp/version.rb
|
124
|
-
homepage: https://github.com/
|
124
|
+
homepage: https://github.com/cdmicacc/el_finder_ftp
|
125
125
|
licenses:
|
126
126
|
- MIT
|
127
127
|
post_install_message:
|