social_stream-documents 2.0.4 → 2.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb1f91f36447dbc3369e4381349776334d1045fb
4
- data.tar.gz: eee538f4973e3c403b7da9288af6cca92caa049a
3
+ metadata.gz: b51b22aec0e4384cbf3e93725f7caa60538a7ccf
4
+ data.tar.gz: 513cc3d76e052b8f153bface32316519293560e1
5
5
  SHA512:
6
- metadata.gz: 8268438537d99c6e2ce8c676a3612c2b49bd86e0f50af1b77a9378104fdf09fd2b624e1b69ea7b79fac8d144dd5a7ac924dfc4c094f251425ea9c82e4454fb47
7
- data.tar.gz: ed3a4dda893df6bb5f3f359c423e746511ce2b3deaa6712be694ff7f381366210f6470d68b13cb4f14e138f28188358ed15fa0c5d748e6d97e764e14f23e050d
6
+ metadata.gz: 620b4e676c9f3cd536718e4665a6e0c683acd26adf7eca91ac444e6f22afec97db316f486c3ed7d2b8c18fd5d579d73100d34811f9ceed3ee2d09be22e675389
7
+ data.tar.gz: 2ef6c0705f840ff7d9ca160c8679ac9261902320f6b1fcca36c1886ececc22bd700f9c26c7bbebd7b53bc45021ec9d44b584d88a848e22bc2ed16e0b278e4627
@@ -1,3 +1,5 @@
1
+ @import "social_stream/documents/mixins/mixins"
2
+
1
3
  @import "social_stream/documents/responsive/responsive-1200px-min"
2
4
  @import "social_stream/documents/responsive/responsive-768px-979px"
3
5
  @import "social_stream/documents/responsive/responsive-767px-max"
@@ -5,8 +5,7 @@
5
5
  .audio,
6
6
  .video,
7
7
  .document
8
- .author
9
- font-size: 13px
8
+ @mixin docs-style
10
9
  .actions
11
10
  color: $gray
12
11
  font-size: 12px
@@ -6,16 +6,5 @@
6
6
  .audio,
7
7
  .video,
8
8
  .document
9
- display: inline
10
- @include makeColumn(3, 0)
11
- margin-left: 19px
12
- margin-bottom: 14px
13
- .thumb
14
- @include makeColumnoMargin(1, 0)
15
- display: inline
16
- margin-top: 14px
17
- .brifing
18
- @include makeColumnoMargin(2, 0)
19
- display: inline-block
20
- .author
21
- margin-top: -10px
9
+ @include docs-layout
10
+ @include docs-style
@@ -0,0 +1,19 @@
1
+ @mixin docs-style
2
+ .author
3
+ font-size: 13px
4
+
5
+
6
+ @mixin docs-layout
7
+ display: inline
8
+ @include makeColumn(3, 0)
9
+ margin-left: 19px
10
+ margin-bottom: 14px
11
+ .thumb
12
+ @include makeColumnoMargin(1, 0)
13
+ display: inline
14
+ margin-top: 14px
15
+ .brifing
16
+ @include makeColumnoMargin(2, 0)
17
+ display: inline-block
18
+ .author
19
+ margin-top: -10px
@@ -5,9 +5,7 @@ module SocialStream
5
5
  module Models
6
6
  autoload :ActivityObject, 'social_stream/documents/models/activity_object'
7
7
  end
8
- end
9
8
 
10
- module Documents
11
9
  # Picture thumbnails
12
10
  mattr_accessor :picture_styles
13
11
  @@picture_styles = {
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Documents
3
- VERSION = "2.0.4".freeze
3
+ VERSION = "2.1.0".freeze
4
4
  end
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.files = `git ls-files`.split("\n")
13
13
 
14
14
  # Gem dependencies
15
- s.add_runtime_dependency('social_stream-base', '~> 2.0.4')
15
+ s.add_runtime_dependency('social_stream-base', '~> 2.1.0')
16
16
 
17
17
  s.add_runtime_dependency('paperclip','~> 3.3.0')
18
18
  s.add_runtime_dependency('paperclip-ffmpeg', '~> 0.9.0')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream-documents
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Víctor Sánchez Belmar
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-18 00:00:00.000000000 Z
12
+ date: 2013-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: social_stream-base
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 2.0.4
20
+ version: 2.1.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
- version: 2.0.4
27
+ version: 2.1.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: paperclip
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -100,6 +100,7 @@ files:
100
100
  - app/assets/stylesheets/social_stream/documents/documents/layout/_documents.css.sass
101
101
  - app/assets/stylesheets/social_stream/documents/explore/_explore-documents.css.sass
102
102
  - app/assets/stylesheets/social_stream/documents/explore/layout/_explore-documents.css.sass
103
+ - app/assets/stylesheets/social_stream/documents/mixins/_mixins.css.sass
103
104
  - app/assets/stylesheets/social_stream/documents/responsive/_responsive-1200px-min.css.sass
104
105
  - app/assets/stylesheets/social_stream/documents/responsive/_responsive-767px-max.css.sass
105
106
  - app/assets/stylesheets/social_stream/documents/responsive/_responsive-768px-979px.css.sass