smock 0.1.49 → 0.1.50

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.49)
4
+ smock (0.1.50)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
data/Rakefile CHANGED
@@ -24,10 +24,10 @@ task :build_version => :clean do
24
24
 
25
25
  target = "./versions/#{Smock::VERSION}"
26
26
  FileUtils.mkdir_p target
27
- sh "bundle exec sass ./app/assets/stylesheets/smock.sass #{target}/smock.css"
28
- sh "bundle exec sass ./app/assets/stylesheets/smock.sass #{target}/smock.min.css --style compressed"
29
- sh "bundle exec sass ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.css"
30
- sh "bundle exec sass ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.min.css --style compressed"
27
+ sh "bundle exec sass --precision 7 ./app/assets/stylesheets/smock.sass #{target}/smock.css"
28
+ sh "bundle exec sass --precision 7 ./app/assets/stylesheets/smock.sass #{target}/smock.min.css --style compressed"
29
+ sh "bundle exec sass --precision 7 ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.css"
30
+ sh "bundle exec sass --precision 7 ./app/assets/stylesheets/svg_images.sass #{target}/svg_images.min.css --style compressed"
31
31
  sh "cp -R ./examples #{target}/"
32
32
 
33
33
  latest = "./versions/latest"
@@ -46,8 +46,7 @@ cite
46
46
 
47
47
  .paragraph--heading
48
48
  +typecsset-font-size($first-font-size)
49
- +space(margin-top, 0.5)
50
- +space(margin-bottom, 0.5)
49
+ +space(margin-bottom)
51
50
  font-weight: bold
52
51
  .paragraph--bigger
53
52
  +typecsset-font-size($first-font-size)
@@ -10,6 +10,10 @@
10
10
  [am-Grid-Col~="l:pre#{$column-span}"]
11
11
  +shift($column-span)
12
12
 
13
+ @for $inner-column from 1 through $column-span
14
+ [am-Grid-Col~="l:#{$inner-column}:#{$column-span}"]
15
+ +span-columns($inner-column of $column-span)
16
+
13
17
  [am-Grid-Row~="l:end"]
14
18
  margin-right: 0
15
19
  clear: right
@@ -25,7 +25,11 @@
25
25
  <h3>Paragraphs</h3>
26
26
 
27
27
  <strong class="style-group__example__label">Paragraph with heading</strong>
28
- <h3 class="paragraph--heading">Um sociis natoque penatibus et magnis dis parturien.</h3>
28
+ <h3 class="paragraph--heading">Um sociis natoque penatibus et magnis dis parturien. Um sociis natoque penatibus et magnis dis parturien.</h3>
29
+ <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
30
+ Vestibulum id ligula porta felis euismod semper. Integer posuere erat a
31
+ ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis
32
+ interdum.</p>
29
33
  <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
30
34
  Vestibulum id ligula porta felis euismod semper. Integer posuere erat a
31
35
  ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis
@@ -32,24 +32,18 @@
32
32
  <img src="http://placehold.it/590x300" alt="Theme title"/>
33
33
  </div>
34
34
 
35
- <h3 class="heading--normal-weight">We'll match you with an expert who <br/> will install your theme in 24 hours</h3>
36
-
37
- <div class="l-sideby">
38
- <div class="l-sideby__five-of-eight">
39
- <p class="paragraph--bigger">You get WordPress, your theme, its demo content, and your logo installed on
40
- your server</p>
41
-
42
- <p class="paragraph--bigger">If you need more work done, you can create a follow-up job once your theme
43
- is installed.</p>
44
-
45
- <p class="paragraph--bigger paragraph--no-margin"><a
46
- href="https://envatostudio.zendesk.com/hc/en-us/categories/200211534">More on how this works.</a></p>
47
- </div>
48
- <div class="l-sideby__three-of-eight">
49
- <div class="marketing-countdown">
50
- <div class="marketing-countdown__svg hot-icon__clock--green"></div>
51
- <span class="marketing-countdown__copy">in 24 hours</span>
52
- </div>
35
+ <div am-grid-col="l:5:8">
36
+ <h3 class="paragraph--heading">We'll match you with an expert who will install your theme in 24 hours</h3>
37
+ <p>You get WordPress, your theme, its demo content, and your logo installed on
38
+ your server</p>
39
+ <p>If you need more work done, you can create a follow-up job once your theme
40
+ is installed.</p>
41
+ <p class="paragraph--no-margin"><a href="https://envatostudio.zendesk.com/hc/en-us/categories/200211534">More on how this works.</a></p>
42
+ </div>
43
+ <div am-grid-col="l:2:8 l:end">
44
+ <div class="marketing-countdown">
45
+ <div class="marketing-countdown__svg hot-icon__clock--green"></div>
46
+ <span class="marketing-countdown__copy">in 24 hours</span>
53
47
  </div>
54
48
  </div>
55
49
 
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.49
4
+ version: 0.1.50
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -356,7 +356,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
356
356
  version: '0'
357
357
  segments:
358
358
  - 0
359
- hash: -1398505931323792364
359
+ hash: -4027374940510144244
360
360
  required_rubygems_version: !ruby/object:Gem::Requirement
361
361
  none: false
362
362
  requirements:
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
365
365
  version: '0'
366
366
  segments:
367
367
  - 0
368
- hash: -1398505931323792364
368
+ hash: -4027374940510144244
369
369
  requirements: []
370
370
  rubyforge_project: smock
371
371
  rubygems_version: 1.8.21