besturder 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/besturder.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd05efd5b43c90e1c88480591f3ad14143590b24
4
- data.tar.gz: 04e904be82699c33bfe08aff374d33115b5cfccb
3
+ metadata.gz: e3544dd14f2a9944ee021b23829bb85535f1172a
4
+ data.tar.gz: edf28da6f39a0390f5affa31c2afa2de809ab69f
5
5
  SHA512:
6
- metadata.gz: d80dcdb5db0a31f1c014abd5049ba4a932c929e9fa6d005fdaf452e9a90efbe6a84c4785afd9d9837b8460e1de70296b60e5c88a045d20c8e4624643d9b03fb7
7
- data.tar.gz: a9e302fe6650bb8b3ca641dbf9d08fdab0bf4db41f1a0a6a5b9a95ca3dffb59b0b8374947686cfced97e122eaa5a182fb64aafcc7e175c840561888fe74386ee
6
+ metadata.gz: 686d77cd6d0c47549ea30dc8fda19bc186c491a7af5a863a08a3a328b21e0f696640dc4aa641ff300cb11e81cf60e1d5ceb67b5838d74ce21268926e6606682a
7
+ data.tar.gz: c4d6495df939e3f1971863cd46571b42bdc5c59e51919f42e1799dfb713a387ff8f96f2810b39b5f4cd950d12e6bedbef1123ea49191dce453b8f295c7607fa4
@@ -29,10 +29,10 @@ class Besturder
29
29
  puts "The dependency #{value} doesn't exist" unless $packs.keys.include? value
30
30
  end
31
31
  else
32
- puts "You don't have dependencies in your #{jsonfile}"
32
+ puts "You don't have dependencies in your #{$jsonfile}"
33
33
  end
34
34
  else
35
- print "the file #{jsonfile} doesn't exist, do you want create it?[Y/N] "
35
+ print "the file #{$jsonfile} doesn't exist, do you want create it?[Y/N] "
36
36
  s_n = gets.chomp
37
37
  if s_n.upcase == "Y" then
38
38
  print "\tWrite the dependencies (separated by commas and without spaces): "
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: besturder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daviz