mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Rename sciNote -> SciNote (lib/ folder)
This commit is contained in:
parent
73c3801404
commit
8e4d122027
4 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
-------------------------
|
||||
This generator creates a new sciNote addon inside /addons folder.
|
||||
This generator creates a new SciNote addon inside /addons folder.
|
||||
|
||||
The NAME parameter should be a fully namespaced addon name, containing
|
||||
any potential modules (e.g. Scinote::MyOrganization::MyAddon).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# sciNote addon - `${ADDON_NAME}`
|
||||
# SciNote addon - `${ADDON_NAME}`
|
||||
|
||||
## How to include this addon inside main sciNote application
|
||||
## How to include this addon inside main SciNote application
|
||||
|
||||
* Inside `Gemfile`, add the following reference:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace :protocol_keyword_team do
|
||||
desc 'Fixes false team_id on protocol keyword entry [bug SCI-2257]'
|
||||
task exec: :environment do
|
||||
puts '[sciNote] Start processing...'
|
||||
puts '[SciNote] Start processing...'
|
||||
Protocol.find_each do |protocol|
|
||||
new_keywords = []
|
||||
protocol.protocol_keywords.find_each do |protocol_keyword|
|
||||
|
@ -20,6 +20,6 @@ namespace :protocol_keyword_team do
|
|||
# append newly created keywords to protocol
|
||||
protocol.protocol_keywords << new_keywords
|
||||
end
|
||||
puts '[sciNote] Done!'
|
||||
puts '[SciNote] Done!'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace :versions do
|
|||
|
||||
puts '------------------------------------'
|
||||
puts ''
|
||||
puts 'sciNote release name generator v0.1 ALPHA'
|
||||
puts 'SciNote release name generator v0.1 ALPHA'
|
||||
puts ''
|
||||
puts '------------------------------------'
|
||||
|
||||
|
|
Loading…
Reference in a new issue