cupertinopro 0.1.4 → 0.1.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: 232643d3e794a36280fb2211be8eab7d634c971d
4
- data.tar.gz: 4f3c97a665c18565e70ce308ba20c0fa26191973
3
+ metadata.gz: 72bfcb236d68a2941baac7275562bdffb677a887
4
+ data.tar.gz: aa234b9bbfb21340bd4d2414106c50bc4ce9ea13
5
5
  SHA512:
6
- metadata.gz: 62723ee1a21f5099d2855ff8ff6f086ec2886044d1e095ad0ff624d4287a2c701b9b556d54faf2c9b6b0787c676d00e05552fd5384d35ac7ec6297626cf3679d
7
- data.tar.gz: 14ed3c0e94bbc390a2326bcfbce9329d83e1894c41dd2a9caefc7eb8a72901f67e4e64fd6e7ccc4c4ca1f2d3235084e627697e2f19d966b2b3365125b8b687ba
6
+ metadata.gz: a417be97c0ef152dd0ebdee9135f2528a5c5ad0dac311e9c2afa7186299cc67d264aa872d78b1356372f0d2f7fd797c87fc36d766a6a2b8f624dabd4c436f0b9
7
+ data.tar.gz: 738de9cffd307430f88a7f2f5b215f2339e6ce708e6f266f5d01d3c3d50de8d0c79eb3c30eb3e58965661701df3a394900e3687af467bd05bfd436f921474fd1
Binary file
@@ -64,7 +64,8 @@ command :'profiles:download' do |c|
64
64
 
65
65
  say_warning "No active #{type} profiles found." and abort if profiles.empty?
66
66
 
67
- profile = profiles.find{|p| p.name == args.join(" ")} || choose("Select a profile:", *profiles)
67
+ #profile = profiles.find{|p| p.name == args.join(" ")} || choose("Select a profile:", *profiles)
68
+ profile = profiles.find{|p| p.name == args.join(" ")}
68
69
 
69
70
  puts "SELECTED PROFILE..."
70
71
 
@@ -1,3 +1,3 @@
1
1
  module CupertinoPro
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cupertinopro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattt Thompson
@@ -158,6 +158,7 @@ executables:
158
158
  extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
+ - "./cupertinopro-0.1.4.gem"
161
162
  - "./cupertinopro.gemspec"
162
163
  - "./Gemfile"
163
164
  - "./Gemfile.lock"