smock 0.1.150 → 0.1.151

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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.150)
4
+ smock (0.1.151)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -24,8 +24,14 @@
24
24
  .separator
25
25
  +top-horizontal-rule(2)
26
26
 
27
- .online_status--online
27
+ .online__status--online
28
28
  display: inline-block
29
+ color: $green
30
+
31
+ .online__status--offline
32
+ display: none
33
+
34
+ .online__indicator
29
35
  +space(width, 0.72)
30
36
  +space(height)
31
37
  float: left
@@ -37,13 +43,7 @@
37
43
  +space(height, 0.5)
38
44
  +space(margin-top, 0.25)
39
45
 
40
- .online_status--online--large
46
+ .online__indicator--large
41
47
  +space(height, 2)
42
48
  i
43
49
  +space(margin-top, 0.75)
44
-
45
- .online_status--offline
46
- display: none
47
-
48
- .online_status__link--online
49
- color: $green
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
  <div class="example">
5
- <h3 class="no-margin"><span data-identity="<%= @user_presenter.id %>" class="online_status--online online_status--online--large has-tip tip-top" title="Online Now"><i class="svg__online-dot"></i></span>Sturicho</h3>
5
+ <h3 class="no-margin"><span data-identity="<%= @user_presenter.id %>" class="online__status--online online__indicator online__indicator--large has-tip tip-top" title="Online Now"><i class="svg__online-dot"></i></span>Sturicho</h3>
6
6
  </div>
7
7
 
8
8
  <div class="example">
9
- <span data-identity="<%= @user_presenter.id %>" class="online_status--online online_status--online has-tip tip-top" title="Online Now"><i class="svg__online-dot"></i></span>
10
- <a class='th-size-normal loud contact-me online_status__link--online'>Contact Me</a>
9
+ <span data-identity="<%= @user_presenter.id %>" class="online__status--online online__indicator has-tip tip-top" title="Online Now"><i class="svg__online-dot"></i></span>
10
+ <a class='th-size-normal loud contact-me online__status--online'>Contact Me</a>
11
11
  </div>
12
12
 
13
13
  <div class="example">
@@ -16,7 +16,7 @@
16
16
  <div class="service__provider__avatar"><a href="https://studio-app.envato.com/smock/examples/users/CXWebExperts" rel="nofollow"><img
17
17
  alt="Thumbnail cxwebexperts logo5" src="examples/pages/explore_files/thumbnail_cxwebexperts_logo5.jpg"></a></div>
18
18
  <div class="service__provider__name">
19
- <span class="online_status--online"><i class="svg__online-dot"></i></span>
19
+ <span class="online__status--online online__indicator"><i class="svg__online-dot"></i></span>
20
20
  <a href="https://studio-app.envato.com/smock/examples/users/CXWebExperts">CXWebExperts</a>
21
21
  </div>
22
22
  <div class="service__provider__country">United Kingdom</div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.150
4
+ version: 0.1.151
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-06 00:00:00.000000000 Z
12
+ date: 2014-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -443,7 +443,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
443
443
  version: '0'
444
444
  segments:
445
445
  - 0
446
- hash: -1990002844157613585
446
+ hash: 77718483556506875
447
447
  required_rubygems_version: !ruby/object:Gem::Requirement
448
448
  none: false
449
449
  requirements:
@@ -452,7 +452,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
452
452
  version: '0'
453
453
  segments:
454
454
  - 0
455
- hash: -1990002844157613585
455
+ hash: 77718483556506875
456
456
  requirements: []
457
457
  rubyforge_project: smock
458
458
  rubygems_version: 1.8.21