hyde-ftp 0.1.2 → 0.1.3
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/CHANGELOG +3 -1
- data/bin/hyde +0 -1
- data/hyde-ftp.gemspec +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -7,4 +7,6 @@ Version 0.0.6: Require fail fix.
|
|
|
7
7
|
Version 0.0.7: Require fail fix.
|
|
8
8
|
Version 0.0.8: Cleaning up fix.
|
|
9
9
|
Version 0.1.0: No longer builds site before deployment to avoid jekyll config related errors.
|
|
10
|
-
Version 0.1.1: Fixed private method error.
|
|
10
|
+
Version 0.1.1: Fixed private method error.
|
|
11
|
+
Version 0.1.2: Fixing require error.
|
|
12
|
+
Version 0.1.3: Accidentally required nothing. Fixed that.
|
data/bin/hyde
CHANGED
data/hyde-ftp.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hyde-ftp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jesse Herrick
|