black_operation 0.2.1 → 0.2.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: 4b6fc0115670f6b5c7f21db01f7e19e67afe35d4
4
- data.tar.gz: f2d1221515d933cdc79f24b784ac0cf8471e61bc
3
+ metadata.gz: caf36fea7f2f86de853b647513603307544d8ced
4
+ data.tar.gz: 7db7409da8d64851bba030560dd7b502e7f6c5d4
5
5
  SHA512:
6
- metadata.gz: 71d63cc394b187657303b4708d627d052eccdae01f3cf0b21bfea93feb68a4c506cd370cd526a3d476230580399bda3312e4245c7eceb6a74cb9f68e27fdc295
7
- data.tar.gz: fb44b3558118cabbac49a71757da7d3e2ef8166707b0a4b150f28ebc5d0bee4b9c0df08b73e31f3a6eb95af42173b19532a21f363d02e93ed8cf6e20e150d744
6
+ metadata.gz: 775429559e4237f3a267d2538b2a4aad8f1297052fca21b89628493688fd55d337655838d800a9e8c323766ef91650b92bbcf0e406443475fb3193ef81c54038
7
+ data.tar.gz: 0d9ff2480960236a7ba4e5682f33b0351dde5a3c102aa07c011cfd4520a681b804296403396676286492b51f461e9481346869e3b19fb2191b6cfccc49c8c334
@@ -1,3 +1,3 @@
1
1
  module BlackOperation
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -46,6 +46,10 @@ namespace :black_operation do
46
46
  file_handle.close
47
47
  end
48
48
  end
49
+ #Move the images over
50
+ source_path = "./app/assets/images/images"
51
+ destination_path = "./public/"
52
+ FileUtils.cp_r(source_path,destination_path)
49
53
  puts "Done!"
50
54
  end
51
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: black_operation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Pessetto