tenon 2.0.4 → 2.0.5

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: 1428b49bcaee75496c05adbf9424bb1c885442ed
4
- data.tar.gz: 3e9a33d12f01eda4bf6e9b232caf9033b5cfc82a
3
+ metadata.gz: f3d72628d8d927570e2f9a49f039ac6446fe18c1
4
+ data.tar.gz: 48a4042713755b843b2b53e167e0624c2650a468
5
5
  SHA512:
6
- metadata.gz: 8e237a7d360a05354846778a0504178145d6275ede6dfe01262f80c833eeb2fb0517902f3747a0b3162ecb630d89e2025a4843fe19ed9055e63127cb29799d40
7
- data.tar.gz: 072c3d2ffa9054d700b83538bb602272d2e98a3e2b15f82ee090429ebd6eb4f1e4d8f637ce76a5e58733a1d652b8692693862ec80c197bd30f5dabdc59bea0dd
6
+ metadata.gz: 2e3926d69d75bcd9b9dd465a5c2a189274a2395dbc1cbdceaaaf878d64a24fe3ce1dd019995ede5448c3556555bcac52c08d4f057a1602914598ab2e2c61fc31
7
+ data.tar.gz: cae46a7633a1ea0bda6d0ce8052cd74a8aaf2c2b318781a0ad61d072ffdb89b90a465d68533ee080b9b56ffff8ea3fb7a3a6121c04e619bd2d986bfd8da86b0f
@@ -2,6 +2,15 @@
2
2
  # by the site developer. There is a Settings module built into Tenon
3
3
  # where you can expose other settings to your client.
4
4
  Tenon.configure do |config|
5
+ # Define the details of the server that will be serving JS and CSS
6
+ # assets in development
7
+ config.dev_assets = {
8
+ protocol: 'http',
9
+ host: 'localhost',
10
+ port: '9999',
11
+ dir: '/assets'
12
+ }
13
+
5
14
  # Define all your breakpoints and associated tenon_content widths.
6
15
  # This is necessary because you may have multiple models with tenon_content
7
16
  # with different maximum widths and therefore different widths at various
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '2.0.4'
2
+ VERSION = '2.0.5'
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.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative