konstant 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: badbe8b9512878125ed0393f9a1a5b9fe256d3e6
4
- data.tar.gz: adfa63bfbe956b85fe83d716927eebe38bb19d5e
3
+ metadata.gz: 43b528c750faea9342d188216574f4844131c6fb
4
+ data.tar.gz: e1ea4cff249da6e819f7f234781be2bd9e646a6c
5
5
  SHA512:
6
- metadata.gz: 4521f0703978e9554ea5986fcf02caaddeb9039f027d6da38df5b5284660fef3e259b1b6d704713e6e2f76746d566d0fb804312d29809276c5b0a08ed2966293
7
- data.tar.gz: f1040f4c3c22d9bd9cf3b13c4414a9ee434631172264f4796478931dddb3b7d8664686b25422c8724e47e5ee00dfe0d84542bccf4e66e1d0cf10d86bf2601c63
6
+ metadata.gz: 02b5fd45a672a02b2a969d6173927a1d9bed61f1f72de713356864b073bc093dd769b936135ff9d9723202b05063db750aa7380030fdfbff1dfc39edb6def524
7
+ data.tar.gz: 19fe061b48052401f185d3dae74dbd60625364c1bfa866bfae3dee7d1fa9ef5b6c59aadcac0ea902b14ca03f8a99ab2ab887bda18a3c8f739a8c5f0bf1a29c78
data/bin/konstant CHANGED
@@ -72,7 +72,7 @@ case command
72
72
  Konstant.configure "./konstant.js"
73
73
  p Konstant.config
74
74
  when "init"
75
- # system "cp -a #{Konstant.root}/data/templates/data_dir/* ."
75
+ system "cp -a #{Konstant.root}/data/templates/data_dir/* ."
76
76
  ["konstant-scheduler.conf", "konstant-web.conf"].each do |file|
77
77
  tpl = ERB.new(File.read "#{Konstant.root}/data/templates/#{file}.erb")
78
78
  File.open "#{Konstant.config["data_dir"]}/#{file}", "w" do |f|
@@ -1,3 +1,3 @@
1
1
  module Konstant
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: konstant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moritz Schepp