Skip to content

Commit a9570d4

Browse files
authored
Merge pull request #22 from github/release-v1.0.1
release-v1.0.1
2 parents 0f9c483 + 87e8e61 commit a9570d4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Always recompile component templates outside production.
2+
3+
*Joel Hawksley, John Hawthorn*

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
actionview-component (1.0.0)
4+
actionview-component (1.0.1)
55

66
GEM
77
remote: https://rubygems.org/

actionview-component.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66

77
Gem::Specification.new do |spec|
88
spec.name = "actionview-component"
9-
spec.version = "1.0.0"
9+
spec.version = "1.0.1"
1010
spec.authors = ["GitHub Open Source"]
1111
spec.email = ["[email protected]"]
1212

0 commit comments

Comments
 (0)