ftpd 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +4 -0
  3. data/VERSION +1 -1
  4. data/ftpd.gemspec +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d3ab8d863d68683c61dc7b161fd0a52ee7f08cc
4
- data.tar.gz: b9880d2027c8a93a0bbd3b6a26c55a572dabc2d8
3
+ metadata.gz: d9bcb389f4310725957120c7378e1e712be899e8
4
+ data.tar.gz: b2a3129843509281c5afd4ec4ea8b0b63950712f
5
5
  SHA512:
6
- metadata.gz: 38e5d99bb6731a1f7d02573e27ca6e1443b8e271cf253d0744d7c515c41ada71f293b19df88bf8ab6e0be4181aea04b559753d2b619ffc6a9c9b1d9a053a2e5a
7
- data.tar.gz: a5b45663636a9b0a38620ed46282f941c602cc6420bd24f8569a1bd0b06bec0d1e2b6ab41076ff0ddba19f6bfb680d6fac73bba36c6722ed63e06626bb47136a
6
+ metadata.gz: 7233f6037507f45aac486daa99157ff6b1938690dcfd2c550db43673327d02aa815c688f8dde278607db862f1b7cb87ee0a46d8c3b32321ef082fa58df993bb4
7
+ data.tar.gz: 1ba557fc756eabf319fb7350c2d84939949b6e2612b707b03f2710c5d138a1b830767cf46595fdca63d78be7f62311152dc6e5cf1c926bf882a535810e46f34e
@@ -2,6 +2,10 @@ 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
+ ### 2.0.4 2016-07-17
6
+
7
+ * Fix gem description
8
+
5
9
  ### 2.0.3 2017-07-17
6
10
 
7
11
  * Fix erroneous gem release date in gemspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.3
1
+ 2.0.4
@@ -29,7 +29,7 @@ class Readme
29
29
  \([^)]+\)
30
30
  )
31
31
  }x
32
- description = description.gsub(regex, "\1")
32
+ description = description.gsub(regex, '\1')
33
33
  end
34
34
 
35
35
  def remove_badges(description)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ftpd
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne Conrad
@@ -142,9 +142,9 @@ dependencies:
142
142
  - - "~>"
143
143
  - !ruby/object:Gem::Version
144
144
  version: 0.8.7
145
- description: "ftpd is a pure Ruby FTP server library. It supports implicit and explicit
146
- TLS, IPV6, passive and active mode, and is unconditionally compliant per \x01. It
147
- can be used as part of a test fixture or embedded in a program."
145
+ description: ftpd is a pure Ruby FTP server library. It supports implicit and explicit
146
+ TLS, IPV6, passive and active mode, and is unconditionally compliant per RFC-1123. It
147
+ can be used as part of a test fixture or embedded in a program.
148
148
  email: kf7qga@gmail.com
149
149
  executables:
150
150
  - ftpdrb