alfred_git 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4788b235ed4815d3c8cbc1b05586f6902fe48e76
4
- data.tar.gz: 7e694154b1e5de22ed2185f3cc9f838576d3acbb
3
+ metadata.gz: 1c6c664457904aecf0f8413445a275f00a7971e6
4
+ data.tar.gz: 871dbd9cc85f1838b35676b9d4377a116ae0c863
5
5
  SHA512:
6
- metadata.gz: b72a6de57d119ce1bc84483b7004a262e8788405949953ba3b236185f2d34430ea8404f2da0e04309913030510cbceb35f3df2a1e2629ad5dec40eff169d838c
7
- data.tar.gz: 35a91d7984aea77fba4b14995b3ec169781d68115ebc3c5f4b418778ee66f2e7fd65d5fcc101cc623a75c00923b1df9fb22dc2813252faf8a94876cc50a41a35
6
+ metadata.gz: 7b468ab333b450a5fe65aed44a3d85d3b56085f857acf9b892de7be14876b99adb40d1210d1b5e8f924e352223689320a9a6b318df972d10f424d6b3299dcf0e
7
+ data.tar.gz: c0fb5bab4bd8e1245f1c468052081c7f77c7df50f6c55cf2f97df489b4be03c8de3c936fdc0fb5966d8ed49fc54cdc271f68979851ed2ab00cb9daaaac85de05
@@ -1,3 +1,3 @@
1
1
  module AlfredGitVersion
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
data/lib/alfred_git.rb CHANGED
@@ -325,12 +325,12 @@ module AlfredGit
325
325
  first = repo_count > 0 ? 'next' : 'first'
326
326
 
327
327
  lines_pretty_print "What is the 'friendly' name you'd like to give your #{first} repository? This is the "\
328
- 'name you will type when sending me commands. If you are done adding them, please '\
329
- 'enter \'x211\' as your input instead.'
328
+ 'name you will type when sending me commands. If you are done adding them, please just hit '\
329
+ 'enter as your input instead.'
330
330
 
331
331
  repo_name = STDIN.gets.strip!
332
332
 
333
- if repo_name == 'x211'
333
+ if repo_name == ''
334
334
  done = true
335
335
  single_space
336
336
  next
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alfred_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Sellek