thorium 0.5.0.beta1 → 0.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4aa141b84f6d6bd6a5a049518fb64fd117d4fa8
4
- data.tar.gz: dd37e57f50379c1b6061687d2d9fea8392f017dc
3
+ metadata.gz: 4e67cdbc845a3967c4ec7feafbfd870f07d6a486
4
+ data.tar.gz: 9a3876b8141a9f6651b55b44f8b8b39a14992a81
5
5
  SHA512:
6
- metadata.gz: 5a736969b178a6f683f4c18e486552a3a7cd062686bccfb6658c749690ca02796c06f4accf4a6a505c94ae223a9b27fbbad41d0a9dcc3a26b8f0623e4567be91
7
- data.tar.gz: 14b5c574d0a322a0a5aad2600fd21b7125131c9e4f4acb646d18e80bcf8b81bd01623828d27367efa945d3f5496f6ea03727e57fe36e59981040b4c5cf33354c
6
+ metadata.gz: 8565d37ac7c736c1f5fb96e06f579fd6a2454a5f4835068b076521d203f5cc04767e53ef89433880cbfbc2ae6f8edcc2d8199595f3c29de472c8fd0117127e00
7
+ data.tar.gz: 490f8c1402c5703555189732d97cddb14cf8900ad6d3ee71f0d1801d8cdd007367c21479a22ba29362225f0b46bbe2da4e488feb981e716b3dc3c93811507565
@@ -30,7 +30,7 @@ module GitCLI
30
30
  def clone(username = nil)
31
31
  list(username)
32
32
  # Do not do anything if list is empty
33
- ask_options = { limited_to: ('1'..@repos.size.to_s).to_a, skip: '' }
33
+ ask_options = { limited_to: ('1'..@repos.size.to_s).to_a, skip: '', mute_limit_set: true }
34
34
  answer = ask('Which repository would you like to clone?', :green, ask_options)
35
35
  abort if answer == ask_options[:skip]
36
36
  protocol = ask('Select a protocol (ssh or https)?', :green, limited_to: %w(s h))
@@ -1,4 +1,4 @@
1
1
  # Top level comment for thorium
2
2
  module Thorium
3
- VERSION = '0.5.0.beta1'
3
+ VERSION = '0.5.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thorium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.beta1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Stankevich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-23 00:00:00.000000000 Z
11
+ date: 2014-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -83,9 +83,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  version: 2.0.0
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - '>'
86
+ - - '>='
87
87
  - !ruby/object:Gem::Version
88
- version: 1.3.1
88
+ version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 2.2.2