gemfury 0.4.16 → 0.4.17

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Gemfury CLI
2
2
  ===========
3
3
 
4
- [![RubyGem Version](https://badge.fury.io/rb/gemfury.png)](http://badge.fury.io/rb/gemfury)
4
+ <a href="http://badge.fury.io/rb/gemfury"><img src="https://badge.fury.io/rb/gemfury@2x.png" alt="Gem Version" height="18"></a>
5
5
  [![Build Status](https://secure.travis-ci.org/gemfury/gemfury.png?branch=master)](https://travis-ci.org/gemfury/gemfury)
6
6
 
7
7
  This is the Gemfury CLI used to manage your Gemfury packages from the command line. If you're
@@ -187,7 +187,7 @@ private
187
187
  shell.say " Visit http://www.gemfury.com/large-package for more info"
188
188
  rescue => e
189
189
  shell.say "- oops", :red
190
- throw e
190
+ raise e
191
191
  end
192
192
  end
193
193
  end
@@ -1,3 +1,3 @@
1
1
  module Gemfury
2
- VERSION = '0.4.16'
2
+ VERSION = '0.4.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemfury
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.16
4
+ version: 0.4.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-17 00:00:00.000000000 Z
12
+ date: 2013-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline