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.
@@ -1,3 +1,3 @@
1
1
  module Inkling
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors: []
12
12