akarin 0.1.2 → 0.1.3

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/akarin.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcd52f72d561771de4734c5bd6c563c9b8b5c280
4
- data.tar.gz: 21d7561391f66c7f8ba314c501fad906e67c5015
3
+ metadata.gz: a923d933c6cb1dc1e6f5cc305e83871b5ba25acc
4
+ data.tar.gz: 16a0f17d68c3393f1c5b9c651c032d5d3e03ebdd
5
5
  SHA512:
6
- metadata.gz: f2476134972afd9f314e41db84941842c077a0120858c30c5e0f6a47c2fc3f99a9bc3bd537649f0e493b073da8b996aea77a22bb6e4248d5335e6f74a3dbd85d
7
- data.tar.gz: c28cc49ad49839c2a4d3545828bbe45435e3d8ed62520e510c3aa85484d9ade543dc9a9d874f93e7573516cdbec6110d414d121f0d312d35b74989f3dcc9f090
6
+ metadata.gz: 758227e51f401519a075667b90daf37fbd5e024e14912aede2811fe9f67cd060584977406c04e0972f5351b2e0d3fcc78f6cfc893a25e57959c3606717b14130
7
+ data.tar.gz: 6ebfa9fa39fd2da7d2218e86cb1ddc7373ab65288c74a3a4b9ea4a849c40c0602903e9969dfd7dc1016fa66e4729fd655ef011d29e86cb82db06e4615017753f
@@ -6,7 +6,7 @@ class Akarin
6
6
  from = '../assets/akarin.css'
7
7
  to = Rails.root.join('assets', 'stylesheets', 'akarin.css')
8
8
 
9
- File.utils(from, to)
9
+ FileUtils.cp(from, to)
10
10
  end
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akarin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - pheels
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Gem for using akarin.css framework in ruby on rails
13
+ description: Gem for using akarin.css in ruby on rails
14
14
  email: philiplambok71@gmail.com
15
15
  executables: []
16
16
  extensions: []