ftpd 1.1.0 → 1.1.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.
- checksums.yaml +4 -4
- data/Changelog.md +9 -1
- data/VERSION +1 -1
- data/ftpd.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f15991457aaefd1d3575b3a81e365a5bf406353b
|
|
4
|
+
data.tar.gz: 5a555e7a075a1b67ea97f34610a3f46564fa0c27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e110f5914d7c9ffe19aee3f0ad93eff70a31cf971b787d0035ddb107cd48ef1e437edac2e1bf1ebc69576f1330e38c2db13cbacdb24046fca682a30f3d77f736
|
|
7
|
+
data.tar.gz: 51e353cafeb9d122030717415b981e1ae366ae2d53fbe805462cd04887625455d273285c63bf55dde5af59c740ef5b560335a8723dcd944c19759376de4bbf55
|
data/Changelog.md
CHANGED
|
@@ -2,7 +2,15 @@ This is the change log for the main branch of ftpd, which supports
|
|
|
2
2
|
Ruby 1.9 and greater. For ruby 1.8.7, please use the latest version
|
|
3
3
|
before 0.8.0.
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### 1.1.1 (2014-11-22)
|
|
6
|
+
|
|
7
|
+
Administration
|
|
8
|
+
|
|
9
|
+
* Correct Changelog
|
|
10
|
+
|
|
11
|
+
### 1.1.0 (2014-11-22)
|
|
12
|
+
|
|
13
|
+
Features
|
|
6
14
|
|
|
7
15
|
* Added Server#exception_handler= (thanks akelmanson)
|
|
8
16
|
* Added Server#join (thanks akelmanson)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.1
|
data/ftpd.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: ftpd 1.1.
|
|
5
|
+
# stub: ftpd 1.1.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "ftpd"
|
|
9
|
-
s.version = "1.1.
|
|
9
|
+
s.version = "1.1.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|