fanforce-plugin-factory 0.39.1 → 0.40.0

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.
@@ -50,11 +50,11 @@ namespace :assets do
50
50
  puts 'DONE'
51
51
 
52
52
  print 'ENSURING FAVICON EXISTS... '
53
- if !File.exists?(root_dir+'/public/favicon.ico')
54
- puts ''
55
- FileUtils.cp("#{factory_root_dir}/public/favicon.ico", "#{root_dir}/public/favicon.ico")
56
- puts "#{root_dir}/public/favicon.ico"
57
- end
53
+ FileUtils.cp("#{factory_root_dir}/public/favicon.ico", "#{root_dir}/public/favicon.ico") if !File.exists?(root_dir+'/public/favicon.ico')
54
+ puts 'DONE'
55
+
56
+ print 'ENSURING ROBOTS.TXT EXISTS... '
57
+ FileUtils.cp("#{factory_root_dir}/public/robots.txt", "#{root_dir}/public/robots.txt") if !File.exists?(root_dir+'/public/robots.txt')
58
58
  puts 'DONE'
59
59
  end
60
60
 
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module PluginFactory
3
- VERSION = '0.39.1'
3
+ VERSION = '0.40.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-plugin-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.1
4
+ version: 0.40.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: