inkling 0.0.7 → 0.0.8
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/lib/inkling/version.rb +1 -1
- data/lib/tasks/inkling.rake +1 -1
- metadata +2 -2
data/lib/inkling/version.rb
CHANGED
data/lib/tasks/inkling.rake
CHANGED
|
@@ -37,7 +37,7 @@ namespace :inkling do
|
|
|
37
37
|
Inkling::Role.create!(:name => Inkling::Role::ADMIN)
|
|
38
38
|
Rake::Task["inkling:default_admin"].execute
|
|
39
39
|
puts "Inkling> Created administrator role."
|
|
40
|
-
Inkling::Log.create!("System was installed.")
|
|
40
|
+
Inkling::Log.create!(:text => "System was installed.")
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
task :welcome_msg do
|