instapusher 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module Instapusher
23
23
  project_name = git.project_name
24
24
 
25
25
  api_key = Instapusher::Configuration.api_key || ""
26
- if api_key.length == 0
26
+ if api_key.to_s.length == 0
27
27
  puts "Please enter instapusher api_key at ~/.instapusher "
28
28
  end
29
29
 
@@ -1,3 +1,3 @@
1
1
  module Instapusher
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
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: 4089029675766608185
84
+ hash: 2440395512267177846
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: 4089029675766608185
93
+ hash: 2440395512267177846
94
94
  requirements: []
95
95
  rubyforge_project:
96
96
  rubygems_version: 1.8.23