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.
Files changed (4) hide show
  1. data/CHANGELOG +3 -1
  2. data/bin/hyde +0 -1
  3. data/hyde-ftp.gemspec +1 -1
  4. 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
@@ -5,7 +5,6 @@
5
5
  require 'rubygems'
6
6
  require 'net/ftp'
7
7
  require 'yaml'
8
- require 'lib/hyde/ftp-transfer.rb'
9
8
 
10
9
  def mirror(path, ftp, initial_path = nil)
11
10
  initial_path ||= path
data/hyde-ftp.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'hyde-ftp'
7
- s.version = '0.1.2'
7
+ s.version = '0.1.3'
8
8
  s.license = 'MIT'
9
9
  s.date = '2013-06-11'
10
10
 
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jesse Herrick