el_finder_ftp 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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/Nivio/el_finder_ftp"
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"
@@ -1,5 +1,5 @@
1
1
  # Represents ElFinderFtp namespace.
2
2
  module ElFinderFtp
3
3
  # Gem version.
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
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.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/Nivio/el_finder_ftp
124
+ homepage: https://github.com/cdmicacc/el_finder_ftp
125
125
  licenses:
126
126
  - MIT
127
127
  post_install_message: