middleman-presentation-helpers 0.0.5 → 0.0.6

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: c9f79e69d3d20c2e5bf03c4fbc0d71d600cc344f
4
- data.tar.gz: 3cf78605e15732841171a9a917a3db581ec6b055
3
+ metadata.gz: 042ffcba63f12ec279815b2b598e8792982bd9ef
4
+ data.tar.gz: 044738738d5c61a70342761681ad4ba20281f4d0
5
5
  SHA512:
6
- metadata.gz: da10a2d1a830c90803a0f7de3eb4dd5ad9f4205b0ffa946d57e7e4dbfd5291f5d3faa23a80ef4cb7ab8f08c3058f776cfe0e7788ce3af0269e96eee5a644b171
7
- data.tar.gz: f4bcbaa8d0131e450756c353259e3ae4a0bdd58651e91cb57c8cd41958715851ff46a51ee06139d09b1f68c2ae79c0c9a4b5b2a0a8e4653801a5c2c27fdd4109
6
+ metadata.gz: 2333bc3d82e3426ced1fc0797620f4e334d84cd716c5a4b30298535c0baa7fd2c42614dc888e390eeaeebbd6063d749578a96bc9d9a21add5750dccead3c0543
7
+ data.tar.gz: fd683fa3f258750d7d86945fe8a98ac17bbd5aac4297608b9e521676195e728f4da5d18162afbb7cd7d22a599a1f73f6aca397fe32de415975f6fdbccf2d34c4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- middleman-presentation-helpers (0.0.4)
4
+ middleman-presentation-helpers (0.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1,14 @@
1
+ module Middleman
2
+ module Presentation
3
+ # Helpers plugin
4
+ module Helpers
5
+ module ImagesPlugin
6
+ extend PluginApi
7
+
8
+ add_assets(
9
+ File.expand_path('../../../../vendor/assets/images', __FILE__)
10
+ )
11
+ end
12
+ end
13
+ end
14
+ end
@@ -5,7 +5,7 @@ module Middleman
5
5
  module Presentation
6
6
  # Helpers
7
7
  module Helpers
8
- VERSION = '0.0.5'
8
+ VERSION = '0.0.6'
9
9
  end
10
10
  end
11
11
  end
@@ -0,0 +1,11 @@
1
+ .reveal img.mp-logo-question {
2
+ display: none;
3
+ }
4
+
5
+ .reveal img.mp-logo-contact {
6
+ display: none;
7
+ }
8
+
9
+ .reveal img.mp-logo {
10
+ display: none;
11
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-presentation-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer
@@ -47,6 +47,7 @@ files:
47
47
  - lib/middleman-presentation/helpers/image_gallery.rb
48
48
  - lib/middleman-presentation/helpers/plugins/footer_plugin.rb
49
49
  - lib/middleman-presentation/helpers/plugins/image_gallery_plugin.rb
50
+ - lib/middleman-presentation/helpers/plugins/images_plugin.rb
50
51
  - lib/middleman-presentation/helpers/plugins/slides_plugin.rb
51
52
  - lib/middleman-presentation/helpers/slides.rb
52
53
  - lib/middleman-presentation/helpers/version.rb
@@ -55,6 +56,7 @@ files:
55
56
  - vendor/assets/footer/footer.js
56
57
  - vendor/assets/footer/footer.scss
57
58
  - vendor/assets/image_gallery/image_gallery.scss
59
+ - vendor/assets/images/images.scss
58
60
  homepage: https://github.com/maxmeyer/middleman-presentation-helpers
59
61
  licenses:
60
62
  - MIT