yolo 1.1.0 → 1.1.1

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/yolo/deployment/ota.rb +2 -1
  3. metadata +1 -2
data/Rakefile CHANGED
@@ -5,6 +5,6 @@ namespace :gem do
5
5
  desc "Builds and then installs the gem"
6
6
  task :buildinstall do
7
7
  system 'gem build yolo.gemspec'
8
- system 'gem install yolo-1.0.1.pre.gem'
8
+ system 'gem install yolo-1.1.1.pre.gem'
9
9
  end
10
10
  end
@@ -55,7 +55,8 @@ module Yolo
55
55
  #
56
56
  def upload
57
57
  response = ""
58
- IO.popen("curl #{self.url} -X POST -# g-F fileContent=@\"#{self.package_path}\" -F params='#{package}'") do |io|
58
+ puts "URL: #{self.url}"
59
+ IO.popen("curl #{self.url} -X POST -# -F fileContent=@\"#{self.package_path}\" -F params='#{package}'") do |io|
59
60
  begin
60
61
  while line = io.readline
61
62
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -140,4 +140,3 @@ signing_key:
140
140
  specification_version: 3
141
141
  summary: YOLO!
142
142
  test_files: []
143
- has_rdoc: