Skip to content

Commit

Permalink
Prepare for rename as part of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Jan 7, 2023
1 parent add8d27 commit 74f8399
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component_storybook (0.12.0)
view_component_storybook (0.12.1)
view_component (>= 2.54)

GEM
Expand Down Expand Up @@ -228,8 +228,8 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.79.0)
activesupport (>= 5.0.0, < 8.0)
view_component (2.80.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
websocket-driver (0.7.5)
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ title: Changelog

## main

## 0.12.1

Last 0.x release
* Prepare for renaming to `view_component-storybook` to align with Rubygems naming conventions and simpler installation.

## 0.12.0

* Allow configuration of story titles via new `stories_title_generator` configuration lambda
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/storybook/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ViewComponent
module Storybook
VERSION = "0.12.0"
VERSION = "0.12.1"
end
end
Binary file added view_component_storybook-0.12.1.gem
Binary file not shown.
11 changes: 8 additions & 3 deletions view_component_storybook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ Gem::Specification.new do |spec|
spec.email = ["328224+jonspalmer@users.noreply.github.com"]

spec.summary = "Storybook for Rails View Components"
spec.description = "Generate Storybook CSF JSON for rendering Rails View Components in Storybook"
spec.homepage = "https://github.com/jonspalmer/view_component_storybook"
spec.description = <<-DESC
Generate Storybook CSF JSON for rendering Rails View Components in Storybook
NOTE: As of v1.0.0 this gem has been renamed to view_component-storybook. See https://rubygems.org/gems/view_component-storybook
DESC

spec.homepage = "https://github.com/jonspalmer/view_component-storybook"
spec.license = "MIT"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
Expand All @@ -21,7 +26,7 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/jonspalmer/view_component_storybook"
spec.metadata["source_code_uri"] = "https://github.com/jonspalmer/view_component-storybook"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
Expand Down

0 comments on commit 74f8399

Please sign in to comment.