social_stream-base 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ class SocialStream::Base::InstallGenerator < Rails::Generators::Base #:nodoc:
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def create_application_layout
|
41
|
-
copy_file File.join(File.dirname(__FILE__), '
|
41
|
+
copy_file File.join(File.dirname(__FILE__), '../../../../',
|
42
42
|
'app/views/layouts/application.html.erb'),
|
43
43
|
'app/views/layouts/application.html.erb'
|
44
44
|
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: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 1
|
10
|
+
version: 0.5.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- GING - DIT - UPM
|