Rename sciNote -> SciNote (lib/ folder)

This commit is contained in:
Luka Murn 2018-05-21 15:31:05 +02:00
parent 73c3801404
commit 8e4d122027
4 changed files with 6 additions and 6 deletions

View file

@ -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).

View file

@ -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:

View file

@ -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

View file

@ -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 '------------------------------------'