ecrire 0.24.0 → 0.24.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5491fb6276085642111510a2bf4885d7ccd4402c
4
- data.tar.gz: b85b3e9c8f2bc19192fa81af08d19f528b2e742d
3
+ metadata.gz: b518f76df0cd5599696a1d33a2f8d623f5cdf91e
4
+ data.tar.gz: e922c18cc01868164064b23cbbf626b5c146e03f
5
5
  SHA512:
6
- metadata.gz: 4ae319240cb15d7bc70b16ef3492e5c7ff32f099c97c203a1fd6199ac4f715166d521a2e625d10b08560a6db3893936a8b1bebca7bb31f67c85dd494051c8862
7
- data.tar.gz: e312c1b38f18775a2edd4472d5433576a217c7268461aa21fe7a89ae27fd7a327579f14396cb0f4d7e1432dd11b9ae8849544e898e2ce93017394dc8f8cd4fe6
6
+ metadata.gz: d36e33aa48fc3bd3ae0310d977c0aed7b43f148bdf972416ab60d46b8acaf1338013f6b98075ecfe1c6a25e751208d0c06d1cb13c89265d72953ecc35240932d
7
+ data.tar.gz: 5cf832bb2d0f70f03f785f8f825a544f989b9d342d7a08e1d973d631683cd0ea63ecdbe059fef032288e44b01410d9c164d3dcf6a6888e977348ab1e45cc72eb
@@ -1,6 +1,5 @@
1
1
  namespace :assets do
2
2
  task :environment do
3
- Ecrire::Application.initialize!
4
3
  end
5
4
  end
6
5
 
@@ -8,7 +7,7 @@ module Sprockets
8
7
  module Rails
9
8
  class Task < Rake::SprocketsTask
10
9
  def output
11
- File.join(Ecrire::Railtie.paths['public'].expanded.first, app.config.assets.prefix)
10
+ File.join(Ecrire::Theme::Engine.paths['public'].expanded.first, app.config.assets.prefix)
12
11
  end
13
12
  end
14
13
  end
@@ -1,3 +1,3 @@
1
1
  module Ecrire
2
- VERSION = '0.24.0'
2
+ VERSION = '0.24.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecrire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pier-Olivier Thibault