r5 0.1.8 → 0.1.9

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: c894dd0d1ac3df08d2f38f9d47fd50ed21a86efa
4
- data.tar.gz: cb475d0751dee784a339c7f89ce2fb9f8bc54bf1
3
+ metadata.gz: f2fe3c1fe8a3497514c1d369f89be7da8b55468e
4
+ data.tar.gz: aabe9cee584561fa57c95ee7f394ac96acf3ec4c
5
5
  SHA512:
6
- metadata.gz: 63d02b9b56a99f6cb0fd829428f29a491cd0b539864f07233b087601d82d25ca88244acc646f3ba6e85851a0ad49b7bcf62579aab96b634c2a3b43be4aad240a
7
- data.tar.gz: 10209cb3355ceb5b075be4f773e1423f9c0c45fdd5d93afd214e46232c41be98cb3cf461cefb3437c177af6d40898f43c641e0b7cdfd73b9d4cdf777abc23f22
6
+ metadata.gz: 18d6d0d4d57bfe75621159002b6f01a69644eab0d74ad440ddb43a4d8a6ccca462da3a040ae5ec9ae077e115fc0acf9cad3cf8ca101ea329af0f33db35098663
7
+ data.tar.gz: 78a1d9ef28d78aa75037f2d361d064f500b805e4fd03da5429238871476504dd93fc979726919fb7c214af52ee31841bb7ecbfcc0b99ebb8effb7737d74144d7
@@ -10,6 +10,8 @@ copy 'app/assets/stylesheets/theme.css'
10
10
  copy 'app/assets/stylesheets/custom.css.scss'
11
11
  copy 'app/assets/stylesheets/timepress.css.scss'
12
12
 
13
+ my_directory 'app/assets/fonts'
14
+
13
15
  remove 'app/views/layouts/application.html.erb'
14
16
  copy 'app/views/layouts/application.html.erb'
15
17
 
data/lib/r5/starter.rb CHANGED
@@ -102,6 +102,11 @@ class Starter < Thor
102
102
  copy_file filename, "#{@project_path}/#{filename}"
103
103
  end
104
104
 
105
+ def my_directory path
106
+ # rewriting thor directory method
107
+ directory path, "#{@project_path}/#{path}"
108
+ end
109
+
105
110
  def remove filename
106
111
  remove_file "#{@project_path}/#{filename}"
107
112
  end
data/lib/r5/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module R5
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - mousse