hyde-ftp 0.0.8 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +2 -1
  2. data/hyde-ftp.gemspec +2 -2
  3. data/lib/hyde.rb +0 -2
  4. metadata +5 -6
data/CHANGELOG CHANGED
@@ -5,4 +5,5 @@ Version 0.0.4: More code cleaning.
5
5
  Version 0.0.5: Runtime fail fix.
6
6
  Version 0.0.6: Require fail fix.
7
7
  Version 0.0.7: Require fail fix.
8
- Version 0.0.8: Cleaning up fix.
8
+ Version 0.0.8: Cleaning up fix.
9
+ Version 0.1.0: No longer builds site before deployment to avoid jekyll config related errors.
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.0.8'
7
+ s.version = '0.1.0'
8
8
  s.license = 'MIT'
9
9
  s.date = '2013-09-12'
10
10
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
 
20
20
  s.executables << 'hyde'
21
21
 
22
- s.add_runtime_dependency("jekyll", "~> 1.0.3")
22
+ s.add_runtime_dependency("jekyll", "~> 1.0")
23
23
 
24
24
  # = MANIFEST =
25
25
  s.files = %w[
data/lib/hyde.rb CHANGED
@@ -31,8 +31,6 @@ class Jekyll
31
31
  end
32
32
 
33
33
  def deploy()
34
- # Build Site
35
- %x( jekyll build )
36
34
 
37
35
  # Declare Instance Variables
38
36
  config = YAML.load(File.read(ARGV[1]))
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: 15
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 8
10
- version: 0.0.8
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jesse Herrick
@@ -25,12 +25,11 @@ dependencies:
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 17
28
+ hash: 15
29
29
  segments:
30
30
  - 1
31
31
  - 0
32
- - 3
33
- version: 1.0.3
32
+ version: "1.0"
34
33
  type: :runtime
35
34
  version_requirements: *id001
36
35
  description: Hyde is an addon to the amazing Jekyll that makes deploying with FTP easier.