livingstyleguide 1.3.0 → 1.4.0
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.
- checksums.yaml +4 -4
- data/lib/livingstyleguide/integration/rails.rb +3 -1
- data/lib/livingstyleguide/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa8cf5b8726aaeabb5c0e59baf87d93f5f9ce41c
|
|
4
|
+
data.tar.gz: 8b2c367808f1abbfa267de3c1a8689e9152f3511
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94a53a8a0f02df6c2da30aad6425711dd14377ab8f7b51e20ef31bca3c4d7ef628e0cb1bf50ae0c161d7b191a1e5637202760f0682c41ede6ec1da0e077566ce
|
|
7
|
+
data.tar.gz: c00e08bb24b0feb48e8cdd4ef02db957c7d7283cdacc93d880eb0d9d0785ba514c31470b31cad3a3fc6fa76922ce18dcbe27935f9a9b8c2acb96710be8af2f1d
|
|
@@ -3,7 +3,9 @@ if defined?(Rails) and defined?(Rails::Railtie)
|
|
|
3
3
|
require 'rails'
|
|
4
4
|
class LivingStyleGuideRailtie < Rails::Railtie
|
|
5
5
|
initializer 'living_style_guide.assets' do
|
|
6
|
-
Rails.application.assets.
|
|
6
|
+
Rails.application.config.assets.configure do |env|
|
|
7
|
+
env.register_engine('.lsg', ::LivingStyleGuide::TiltTemplate)
|
|
8
|
+
end
|
|
7
9
|
end
|
|
8
10
|
end
|
|
9
11
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: livingstyleguide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nico Hagenburger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minisyntax
|
|
@@ -239,9 +239,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
version: '0'
|
|
240
240
|
requirements: []
|
|
241
241
|
rubyforge_project:
|
|
242
|
-
rubygems_version: 2.
|
|
242
|
+
rubygems_version: 2.5.1
|
|
243
243
|
signing_key:
|
|
244
244
|
specification_version: 4
|
|
245
245
|
summary: Generate beautiful front-end style guides
|
|
246
246
|
test_files: []
|
|
247
|
-
has_rdoc:
|