rosey 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -0
- data/lib/rosey/tasks/deployment.rb +1 -1
- data/lib/rosey/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ require 'colorize'
|
|
|
4
4
|
|
|
5
5
|
desc "Builds backend, compiles static assets and deploys the app."
|
|
6
6
|
task :deploy => "deploy:require_clean_tree" do
|
|
7
|
-
puts "# Merging changes
|
|
7
|
+
puts "# Merging changes from master...".cyan
|
|
8
8
|
Rake::Task["deploy:merge_master"].invoke
|
|
9
9
|
|
|
10
10
|
puts "\n# Building project and precompiling assets...".cyan
|
data/lib/rosey/version.rb
CHANGED