Skip to content

Commit

Permalink
Bump gem version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacklin committed Sep 14, 2019
1 parent c936fa5 commit beaf084
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.0

Add `prepend_assets_prefix_to_manifest_values` setting to support manifests
whose values already include the assets prefix.

## 0.3.0

Add `dev_server.public_origin` setting to support the use case where different
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_app-brunch/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
external_asset_pipeline (0.3.0)
external_asset_pipeline (0.4.0)
railties (>= 5.0.0, < 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_app-gulp/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
external_asset_pipeline (0.3.0)
external_asset_pipeline (0.4.0)
railties (>= 5.0.0, < 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_app-rails5/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
external_asset_pipeline (0.3.0)
external_asset_pipeline (0.4.0)
railties (>= 5.0.0, < 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_app-rollup/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
external_asset_pipeline (0.3.0)
external_asset_pipeline (0.4.0)
railties (>= 5.0.0, < 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
external_asset_pipeline (0.3.0)
external_asset_pipeline (0.4.0)
railties (>= 5.0.0, < 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/external_asset_pipeline/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ExternalAssetPipeline
VERSION = '0.3.0'
VERSION = '0.4.0'
end

0 comments on commit beaf084

Please sign in to comment.