social_stream-base 0.5.0 → 0.5.1

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.
@@ -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
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Base
3
- VERSION = "0.5.0".freeze
3
+ VERSION = "0.5.1".freeze
4
4
  end
5
5
  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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - GING - DIT - UPM