csexton-captured 0.1.10 → 0.1.11

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.
Files changed (2) hide show
  1. data/lib/captured/file_uploader.rb +1 -1
  2. metadata +1 -1
@@ -52,7 +52,7 @@ class FileUploader
52
52
  remote_name = Digest::MD5.hexdigest(file+Time.now.to_i.to_s) + File.extname(file)
53
53
  remote_path = @upload_proc.call(file, remote_name)
54
54
  puts "Uploaded '#{file}' to '#{remote_path}'"
55
- raise "Copy Failed" unless system("echo '#{remote_path}' | pbcopy")
55
+ raise "Copy Failed" unless system("echo '#{remote_path}' | /usr/bin/pbcopy")
56
56
  growl("Uploaded Image", "#{File.dirname(File.expand_path(__FILE__))}/../../resources/green_check.png")
57
57
  rescue => e
58
58
  puts e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csexton-captured
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Sexton