git-flattr 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/bin/git-flattr +2 -2
  2. data/git-flattr.gemspec +1 -1
  3. metadata +1 -1
data/bin/git-flattr CHANGED
@@ -106,8 +106,8 @@ begin
106
106
  puts "Flattred #{Git.github_url} (#{thing.link})!"
107
107
  exit 0
108
108
 
109
- rescue Flattr::Error::Unauthorized
110
- error "You are unauthorized to access the resource on Flattr."
109
+ rescue Flattr::Error::Unauthorized => e
110
+ error e.message
111
111
  exit 1
112
112
  rescue Flattr::Error::Forbidden => e
113
113
  error e.message
data/git-flattr.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'git-flattr'
5
- s.version = '0.0.1'
5
+ s.version = '0.0.2'
6
6
  s.authors = ['Simon Gate']
7
7
  s.email = ['simon@smgt.me']
8
8
  s.summary = %q{Flattr GitHub repositories from the cli}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-flattr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: