mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
The world is our stage
This commit is contained in:
parent
598ef2ee82
commit
304e91765d
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.authors = ["Javan Makhmali", "Sam Stephenson", "David Heinemeier Hansson"]
|
||||
s.email = ["javan@javan.us", "sstephenson@gmail.com", "david@loudthinking.com"]
|
||||
s.summary = "Edit and display rich text in Rails applications"
|
||||
s.homepage = "https://github.com/basecamp/actiontext"
|
||||
s.homepage = "https://github.com/rails/actiontext"
|
||||
s.license = "MIT"
|
||||
|
||||
s.required_ruby_version = ">= 2.2.2"
|
||||
|
|
|
@ -10,7 +10,7 @@ copy_file "#{__dir__}/../../app/views/active_storage/blobs/_blob.html.erb",
|
|||
|
||||
# FIXME: Replace with release version on release
|
||||
say "Installing JavaScript dependency"
|
||||
run "yarn add https://github.com/basecamp/actiontext"
|
||||
run "yarn add https://github.com/rails/actiontext"
|
||||
|
||||
APPLICATION_PATH_PATH = "app/javascript/packs/application.js"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"files": [
|
||||
"app/javascript/actiontext/*.js"
|
||||
],
|
||||
"repository": "https://github.com/basecamp/actiontext",
|
||||
"repository": "https://github.com/rails/actiontext",
|
||||
"author": "Basecamp, LLC",
|
||||
"contributors": [
|
||||
"Javan Makhmali <javan@javan.us>",
|
||||
|
|
Loading…
Reference in a new issue