raindeer 0.9.7 → 0.9.8

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. checksums.yaml +4 -4
  2. data/lib/cli/static.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a65cfafebe6c40a42c885d5ff24ca837fc3e8ee16bacdcce220f15c9fe2ac35e
4
- data.tar.gz: 1465115922c8a788445a3ff296569c20d12c7003bf58c974d416b87a97bae5a3
3
+ metadata.gz: bc0cf4c0cb1e6a2a5f476c0d8f88af165cca10e883e9180ec259fdbbcb9b5aa1
4
+ data.tar.gz: 202faea00d4482c2b644f918a7509e42e73206f3a0353ac8c6fc086f078f3022
5
5
  SHA512:
6
- metadata.gz: 0a3cf8434cd2cefb1fac0e43c3a5426ca513cca3f1ccadb2da58b1da734485256fb69ddc068674f8903e4ff417f41e109d95e1eba335d6e0e91810fee90f6e25
7
- data.tar.gz: a0976b11aac755fa865c4f9272a7ea2e7c8cbe9ea041393017ae54c2f00018943e80bb9405ec055bc870070690fd928a9565672151021049d84b5a1ab9d294c3
6
+ metadata.gz: 637d7fd597584941fdb29d7f240005d86b66ffdfc2394e6e9bc83452db43d4a0c78d2ebea8f1c78c595f68701bc9dd00043e1c299db2bce74ccec2efaec87c66
7
+ data.tar.gz: 91be435036354dc36d0eb7b97ae27dcb80e730880778c5259bc7158c461818507d6da70df345b2bd652d80e9fbad7b6a8ea48aee69e3b40f4d4b5c242290507b
data/lib/cli/static.rb CHANGED
@@ -22,7 +22,7 @@ module Rain
22
22
 
23
23
  FileUtils.rm_rf(build_path)
24
24
  FileUtils.mkdir_p(build_path)
25
- FileUtils.cp_r(File.expand_path('public', application_path), File.expand_path('public', build_path))
25
+ FileUtils.cp_r("#{File.expand_path('public', application_path)}/.", build_path)
26
26
 
27
27
  Low::Events::RequestEvent.define do |observers|
28
28
  observers << Providers['rain.router']
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Raindeer
4
- VERSION = '0.9.7'
4
+ VERSION = '0.9.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raindeer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - maedi