instapusher 0.0.9 → 0.0.10

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
@@ -2,4 +2,8 @@
2
2
 
3
3
  require 'instapusher/commands'
4
4
 
5
- Instapusher::Commands.deploy *ARGV[0..1]
5
+ if ['-v', '--version'].include? ARGV[0]
6
+ puts Instapusher::VERSION
7
+ else
8
+ Instapusher::Commands.deploy *ARGV[0..1]
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: -1330661963684592290
100
+ hash: 4178689827454255849
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: -1330661963684592290
109
+ hash: 4178689827454255849
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.23