jekyll-octopod 0.5.1 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f41ef12b781083addc1733858f31831a3861ec3
4
- data.tar.gz: f118d3e6614e35c4def29f519a367e656377e778
3
+ metadata.gz: 69ee05cf08ca26492fee99f147bd61664f457765
4
+ data.tar.gz: 8bdfa92f3a4fcab1e78aceac85644cf038d4653a
5
5
  SHA512:
6
- metadata.gz: cffa014c99809bc88df99ea5169d245c3cf9fd981e4be14d33c717450281a71add1f81b59551779140d48a50803297512992faf7542098f8d86d80cd91a09900
7
- data.tar.gz: 8d2f71e97e63fa120e0f08202552013c8e18189d9276330e09c0dc32f61d674ac9f3e3223021be51917219d1d1c33cccb6480962872513646223f4ef8a170240
6
+ metadata.gz: 7cb0c5ad2295da191d2737f956933733d0cd3903e8d5ff92826651ff10c2dc42be918c59bb823b7439b72fe97fcf6864aa375f3a9ac45b1251b10b4dfc315976
7
+ data.tar.gz: e6abc68601fd4d2b1b586d7042d2335d72185560ddb39dae56ece2354d8f3e0fa25f9bef9cb641bddf8ef04f3428347c6d4f738eb36282a358c6334f6078bf70
data/bin/octopod CHANGED
@@ -70,6 +70,7 @@ end
70
70
  def write_file?(filename)
71
71
  if File.exists?(filename)
72
72
  unless ["Y","N"].include?(@answer)
73
+ puts ""
73
74
  @answer = ask("File '#{filename}' already exists. Overwrite? Capitalized answer for ALL files.", ['y', 'Y', 'n', 'N'])
74
75
  end
75
76
  ["Y", "y"].include?(@answer)
@@ -237,12 +238,15 @@ if ARGV.size > 0 && (ARGV[0] == 'episode' || ARGV[0] == 'deploy' || ARGV[0] == '
237
238
 
238
239
  when 'setup'
239
240
  unless File.exists?(PWD + '/_config.dist_backup.yml')
240
- puts "", "===== Creating a backup of the configuation file ... ====="
241
- puts "If this is a new podcasting site, that you just created, it's fine and save to answer with 'Y'."
241
+ puts "", "===== Creating a backup of the configuration file ... ====="
242
242
  FileUtils.cp(PWD + '/_config.yml', PWD + '/_config.dist_backup.yml', {verbose: true})
243
243
  puts "===== ... done ===== ", ""
244
244
  end
245
245
 
246
+
247
+ puts "", "If you are creating a brand new podcasting site, you can safely overwrite and answer with 'Y'."
248
+ puts "If this is an old site, it's better to answer with 'N'." , ""
249
+
246
250
  puts "", "===== Copying assets ... ====="
247
251
  Dir.glob(GEM_DIR + "/assets/**/*").each do |file|
248
252
  copy_file_or_create_dir(file)
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 5
6
- TINY = 1
6
+ TINY = 3
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octopod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann