social_stream-base 0.7.7 → 0.7.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -56,6 +56,7 @@ class SocialStream::Base::InstallGenerator < Rails::Generators::Base #:nodoc:
|
|
56
56
|
def create_migration_file
|
57
57
|
require 'rake'
|
58
58
|
Rails.application.load_tasks
|
59
|
+
Rake::Task['railties:install:migrations'].reenable
|
59
60
|
Rake::Task['social_stream_base_engine:install:migrations'].invoke
|
60
61
|
end
|
61
62
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_stream-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 8
|
10
|
+
version: 0.7.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- GING - DIT - UPM
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-07-
|
19
|
+
date: 2011-07-27 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|