instapusher 0.0.20 → 0.0.21

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.
data/bin/instapusher CHANGED
@@ -13,7 +13,7 @@ OptionParser.new do |opts|
13
13
  end
14
14
 
15
15
  opts.on("--quick", "Run quickly") do |v|
16
- options[:quickly] = v
16
+ options[:quick] = v
17
17
  end
18
18
 
19
19
  opts.on("--local", "Run locally") do |v|
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instapusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  segments:
83
83
  - 0
84
- hash: -3703911192431955424
84
+ hash: 1457964422247029957
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  none: false
87
87
  requirements:
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: -3703911192431955424
93
+ hash: 1457964422247029957
94
94
  requirements: []
95
95
  rubyforge_project:
96
96
  rubygems_version: 1.8.23