Commit 777e5f1d authored by Jakub Skokan's avatar Jakub Skokan
Browse files

vpsfree-client: 0.17.1 -> 0.18.0

parent 0e537bae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@

source "https://rubygems.org"

gem "vpsfree-client", "0.17.1"
gem "vpsfree-client", "0.18.0"
+32 −24
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.5)
    activesupport (7.1.3.2)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    concurrent-ruby (1.2.2)
    base64 (0.2.0)
    bigdecimal (3.1.6)
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    curses (1.4.4)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    haveapi-client (0.16.3)
      activesupport (>= 4.0)
      highline (~> 2.0.3)
    domain_name (0.6.20240107)
    drb (2.2.1)
    haveapi-client (0.19.3)
      activesupport (>= 7.0)
      highline (~> 2.1.0)
      json
      require_all (~> 2.0.0)
      rest-client (~> 2.1.0)
      ruby-progressbar (~> 1.11.0)
    highline (2.0.3)
      ruby-progressbar (~> 1.13.0)
    highline (2.1.0)
    http-accept (1.7.0)
    http-cookie (1.0.5)
      domain_name (~> 0.5)
    i18n (1.14.1)
    i18n (1.14.3)
      concurrent-ruby (~> 1.0)
    json (2.6.3)
    mime-types (3.4.1)
      racc (~> 1.7)
    json (2.7.1)
    mime-types (3.5.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.0218.1)
    minitest (5.18.0)
    mime-types-data (3.2024.0305)
    minitest (5.22.2)
    mutex_m (0.2.0)
    netrc (0.11.0)
    racc (1.7.3)
    require_all (2.0.0)
    rest-client (2.1.0)
      http-accept (>= 1.7.0, < 2.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    ruby-progressbar (1.11.0)
    ruby-progressbar (1.13.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.8.2)
    vpsadmin-client (3.0.0.master.20221118.pre.1.ac358990)
    vpsadmin-client (3.0.0.master.20231229.pre.0.51d41b07)
      curses
      haveapi-client (~> 0.16.1)
      haveapi-client (~> 0.19.0)
      json
    vpsfree-client (0.17.1)
      vpsadmin-client (= 3.0.0.master.20221118.pre.1.ac358990)
    vpsfree-client (0.18.0)
      vpsadmin-client (= 3.0.0.master.20231229.pre.0.51d41b07)

PLATFORMS
  ruby

DEPENDENCIES
  vpsfree-client (= 0.17.1)
  vpsfree-client (= 0.18.0)

BUNDLED WITH
   2.4.13
   2.4.22
+88 −50
Original line number Diff line number Diff line
{
  activesupport = {
    dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
    dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1c7k5i6531z5il4q1jnbrv7x7zcl3bgnxp5fzl71rzigk6zn53ym";
      sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d";
      type = "gem";
    };
    version = "7.0.5";
    version = "7.1.3.2";
  };
  base64 = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
      type = "gem";
    };
    version = "0.2.0";
  };
  bigdecimal = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "00db5v09k1z3539g1zrk7vkjrln9967k08adh6qx33ng97a2gg5w";
      type = "gem";
    };
    version = "3.1.6";
  };
  concurrent-ruby = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
      sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2";
      type = "gem";
    };
    version = "1.2.2";
    version = "1.2.3";
  };
  connection_pool = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
      type = "gem";
    };
    version = "2.4.1";
  };
  curses = {
    groups = ["default"];
@@ -31,15 +61,24 @@
    version = "1.4.4";
  };
  domain_name = {
    dependencies = ["unf"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0";
      sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz";
      type = "gem";
    };
    version = "0.6.20240107";
  };
  drb = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
      type = "gem";
    };
    version = "0.5.20190701";
    version = "2.2.1";
  };
  haveapi-client = {
    dependencies = ["activesupport" "highline" "json" "require_all" "rest-client" "ruby-progressbar"];
@@ -47,20 +86,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0iz0k9cwva8icc040k5m9ah0cz08jg6x51h6ahdccw6azy8h93i1";
      sha256 = "0yjcf6yf90sqjsywlcxzfrfrl835ndw96x6bh4grvc75zbb5ijki";
      type = "gem";
    };
    version = "0.16.3";
    version = "0.19.3";
  };
  highline = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
      sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
      type = "gem";
    };
    version = "2.0.3";
    version = "2.1.0";
  };
  http-accept = {
    groups = ["default"];
@@ -84,25 +123,25 @@
    version = "1.0.5";
  };
  i18n = {
    dependencies = ["concurrent-ruby"];
    dependencies = ["concurrent-ruby" "racc"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx";
      sha256 = "1j9zl6ssshkdjdn21lckdhsfkkw1n4wcynqp8n67afa5qps2gmds";
      type = "gem";
    };
    version = "1.14.1";
    version = "1.14.3";
  };
  json = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
      sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq";
      type = "gem";
    };
    version = "2.6.3";
    version = "2.7.1";
  };
  mime-types = {
    dependencies = ["mime-types-data"];
@@ -110,30 +149,40 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
      sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1";
      type = "gem";
    };
    version = "3.4.1";
    version = "3.5.2";
  };
  mime-types-data = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
      sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455";
      type = "gem";
    };
    version = "3.2023.0218.1";
    version = "3.2024.0305";
  };
  minitest = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
      sha256 = "0667vf0zglacry87nkcl3ns8421aydvz71vfa3g3yjhiq8zh19f5";
      type = "gem";
    };
    version = "5.22.2";
  };
  mutex_m = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn";
      type = "gem";
    };
    version = "5.18.0";
    version = "0.2.0";
  };
  netrc = {
    groups = ["default"];
@@ -145,6 +194,16 @@
    };
    version = "0.11.0";
  };
  racc = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
      type = "gem";
    };
    version = "1.7.3";
  };
  require_all = {
    groups = ["default"];
    platforms = [];
@@ -171,10 +230,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
      sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
      type = "gem";
    };
    version = "1.11.0";
    version = "1.13.0";
  };
  tzinfo = {
    dependencies = ["concurrent-ruby"];
@@ -187,37 +246,16 @@
    };
    version = "2.0.6";
  };
  unf = {
    dependencies = ["unf_ext"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
      type = "gem";
    };
    version = "0.1.4";
  };
  unf_ext = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
      type = "gem";
    };
    version = "0.0.8.2";
  };
  vpsadmin-client = {
    dependencies = ["curses" "haveapi-client" "json"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1rqxvfmcbpi8wcmgwdl34il3a4gg3q3zy8pyyj0kk0v8lly0wb6d";
      sha256 = "0d1bdyda8l42x8csf4ri2cqcr3xf6pcnv7s1k859rb8ysj7y8aqx";
      type = "gem";
    };
    version = "3.0.0.master.20221118.pre.1.ac358990";
    version = "3.0.0.master.20231229.pre.0.51d41b07";
  };
  vpsfree-client = {
    dependencies = ["vpsadmin-client"];
@@ -225,9 +263,9 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0a4fmimzrysjcnvw2jz7f5hdslmy2aaipcgiisjkhqazw6nlbd8w";
      sha256 = "038a57avnp4wmfqdya5a6r4a135nh6crzs6nf0khnhdhb9kkjfjg";
      type = "gem";
    };
    version = "0.17.1";
    version = "0.18.0";
  };
}