sauce 0.18.2 → 0.18.3

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.
@@ -5,7 +5,7 @@ class SauceGenerator < Rails::Generator::Base
5
5
  def initialize(runtime_args, runtime_options = {})
6
6
  config = Sauce::Config.new
7
7
  if config.username.nil? || config.access_key.nil?
8
- if runtime_args.size >= 2
8
+ if runtime_args.size < 2
9
9
  puts "No username or API key specified. Assuming you're using Heroku Sauce"
10
10
  else
11
11
  system("sauce config #{runtime_args[0]} #{runtime_args[1]}")
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sauce}
5
- s.version = "0.18.2"
5
+ s.version = "0.18.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Eric Allen", "Sean Grove", "Steven Hazel"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce
3
3
  version: !ruby/object:Gem::Version
4
- hash: 83
4
+ hash: 81
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 18
9
- - 2
10
- version: 0.18.2
9
+ - 3
10
+ version: 0.18.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Allen