ugly_face 0.1 → 0.2

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: 5f8cf74da2e0daddffd8fdb0ee03a71b8357b974
4
- data.tar.gz: 54ce14b5b3c72814ac4b295865c19213b855a723
3
+ metadata.gz: 204a395bf9d9366f5259252a5b55cd69915820fd
4
+ data.tar.gz: 9b55e41d8e4c8c8455dd34ebca766b5779504f1e
5
5
  SHA512:
6
- metadata.gz: d34d0ea7a0ba0978d70f4d2dd1fc54f5da2325977fc55dc586013110b2831a98e75563080710805ea8f9a3998a6a7ef9e7075f1db60400ea794aed626c9f1663
7
- data.tar.gz: 940bed0678b652b5aeb25fa34c5a3a4f78473abd35080b35abc6b7ebffefc313dd1fd6c31ad026b8ab2e011da6e57e10c5827f52529f32bd606aa91bd4aa7590
6
+ metadata.gz: 163f7f21effb43cc1d19019c931db7f66e43df96fd46a69b6727f1587e101a3026cc4961bf8d6ff41096091130a661d3ae244d46dfff2221eeea5b139db5020d
7
+ data.tar.gz: 27592c7dd5867d1ed3b931af45c241c5d255a951a0d73c8e7a3d2bca6f04f7fb8f51c06b97e15b36186c7cf205e51ec3cdd134c65f0a1e658d6f5e38aba57c2d
data/ChangeLog CHANGED
@@ -1,2 +1,5 @@
1
+ === Release 0.2 / 2015-11-20
2
+ Fix Logo Call
3
+
1
4
  === Release 0.1 / 2015-11-20
2
5
  Initial release
@@ -206,7 +206,7 @@ module UglyFace
206
206
  copy_directory 'images', %w(debug screenshot failed passed pending undefined skipped table_failed table_passed table_pending table_undefined table_skipped), "png"
207
207
  logo = logo_file
208
208
  copy_file logo, "#{File.join(File.dirname(@path), 'images')}" if logo
209
- copy_directory 'images', ['custom_logo'], 'png' unless logo
209
+ copy_directory 'images', ['logo'], 'png' unless logo
210
210
  end
211
211
 
212
212
  def copy_stylesheets
@@ -1,3 +1,3 @@
1
1
  module UglyFace
2
- VERSION = "0.1"
2
+ VERSION = "0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ugly_face
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Commmu