tenon 2.0.3 → 2.0.4

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: ef68b48f3ee88cbc37269aab00c362b9eaf8eb03
4
- data.tar.gz: cecf082a5f54d1bfd3cf9f023c802118b58c90ec
3
+ metadata.gz: 1428b49bcaee75496c05adbf9424bb1c885442ed
4
+ data.tar.gz: 3e9a33d12f01eda4bf6e9b232caf9033b5cfc82a
5
5
  SHA512:
6
- metadata.gz: 5e15eadc3320ba3199fad3cb1cfd07ea69f884d0efd87ae39ff9589509c67f2c5de18bca56b4056b3eab046f373266f7f8b86ca40a7e1334660f2c1476717121
7
- data.tar.gz: 1d42ed14fcc03b822e694f3a1e9bc2abceff71b7cfecb1a4c707a6512c45233f648d80980661a3c15500e10a7a40b9e7e70400c9f71effa212d75b12a5937154
6
+ metadata.gz: 8e237a7d360a05354846778a0504178145d6275ede6dfe01262f80c833eeb2fb0517902f3747a0b3162ecb630d89e2025a4843fe19ed9055e63127cb29799d40
7
+ data.tar.gz: 072c3d2ffa9054d700b83538bb602272d2e98a3e2b15f82ee090429ebd6eb4f1e4d8f637ce76a5e58733a1d652b8692693862ec80c197bd30f5dabdc59bea0dd
@@ -6,9 +6,6 @@ module Tenon
6
6
  def copy_files
7
7
  copy_file('config/initializers/tenon.rb', File.join(Rails.root, 'config', 'initializers', 'tenon.rb'))
8
8
  copy_file('app/views/tenon/shared/_main_nav.html.haml', File.join(Rails.root, 'app', 'views', 'tenon', 'shared', '_main_nav.html.haml'))
9
- copy_file('app/assets/stylesheets/tenon/colors-custom.scss', File.join(Rails.root, 'app', 'assets', 'stylesheets', 'tenon', 'colors-custom.scss'))
10
- copy_file('lib/generators/tenon/install/tenon_addons.js', File.join(Rails.root, 'app', 'assets', 'javascripts', 'tenon_addons.js'))
11
- FileUtils.mkdir_p(File.join(Rails.root, 'app', 'assets', 'javascripts', 'tenon'))
12
9
  directory('lib/ckeditor', Rails.root.join('public', 'ckeditor'))
13
10
 
14
11
  puts ''
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '2.0.3'
2
+ VERSION = '2.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tenon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative