akarin 0.1.15 → 0.1.16

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 +2 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 346470edfd4070fd0d197576967223fe1e291ce2
4
- data.tar.gz: a2c4f7d793bc752c6b1f72a306d05f6c80c6cd4c
3
+ metadata.gz: 21060179702cc7fecb55c382c01075f09d50fae4
4
+ data.tar.gz: 5d22bbc562afa19b0ad43760d5423de92ec44266
5
5
  SHA512:
6
- metadata.gz: f3c742302edf24870468e7cac03f4d5c4e34acb7dc498bbe309917b77287a788e5844f370515a581377abcc5118b197a00336212abdcc3afaab1b796e8455cce
7
- data.tar.gz: 41aeac43315169b4b866ed4335dcdf47ac9fb76d0e4a040a1e251cb808f487ad8d9a2230d8aa3df962b8a8da4005c5458878822d2583dd97b22b47ef4fa53af6
6
+ metadata.gz: 7da4ccb2c08c6051aff549c253d1a68fe46fe2949576757bc2516b12f92828b3093b987f3f2b29226d449928d93c3eaf1868001b5edf58a31e2d8d9f885e05f3
7
+ data.tar.gz: f56f5c9348df3ef264a27acf4739620060c2d6823e4c3baa19674133db62e6f520b6ac11cf9be55d7120b39a7b2ed1bbef7e4f930770ea28438e7a7ebf9d9fbc
@@ -4,10 +4,8 @@ class Akarin
4
4
  current_dir = FileUtils.pwd
5
5
  from = $LOAD_PATH[11] + '/../../akarin-0.1.14/assets/akarin.css'
6
6
  to = Rails.root.to_s + '/app/assets/stylesheets/akarin.css'
7
- # FileUtils.chmod 7777, from
8
- # FileUtils.cp(from, to)
9
- puts from
10
- puts to
7
+ FileUtils.chmod 7777, from
8
+ FileUtils.cp(from, to)
11
9
  else
12
10
  puts 'rails not found'
13
11
  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.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - pheels