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 +4 -4
- data/lib/thorium/tasks/git.rb +1 -1
- data/lib/thorium/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e67cdbc845a3967c4ec7feafbfd870f07d6a486
|
4
|
+
data.tar.gz: 9a3876b8141a9f6651b55b44f8b8b39a14992a81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8565d37ac7c736c1f5fb96e06f579fd6a2454a5f4835068b076521d203f5cc04767e53ef89433880cbfbc2ae6f8edcc2d8199595f3c29de472c8fd0117127e00
|
7
|
+
data.tar.gz: 490f8c1402c5703555189732d97cddb14cf8900ad6d3ee71f0d1801d8cdd007367c21479a22ba29362225f0b46bbe2da4e488feb981e716b3dc3c93811507565
|
data/lib/thorium/tasks/git.rb
CHANGED
@@ -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))
|
data/lib/thorium/version.rb
CHANGED
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
|
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-
|
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:
|
88
|
+
version: '0'
|
89
89
|
requirements: []
|
90
90
|
rubyforge_project:
|
91
91
|
rubygems_version: 2.2.2
|