ece_prewarmer 0.1.1 → 0.1.2

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: 2a9117e52be8f65c868135d41cf76ae16ff2d966
4
- data.tar.gz: 9fadebec9efcc605a8002cc36977a78b32625a1f
3
+ metadata.gz: 830ebb0e814d789a00e537ad91277bf4bb339eab
4
+ data.tar.gz: 18c74f7b0f6b45d28901806a460c2ba5eb310b44
5
5
  SHA512:
6
- metadata.gz: 7cca009932ad63717b2632fb10cbac7b9cbbc9cc557c9e7713b88eb53f672d9e7543e1f8a234ab068587dc7aca24e150c5ab37e0e8c4ade6ff4b3ca76582ed99
7
- data.tar.gz: 9e7e8632eb438f97961ae36bfb99630e525b14d2cbe74bf28bfc7c4197fb558b3ca345fd1a094675cfb66491d6dcd4d92026d0ab11a009e7883fa18926ff18cf
6
+ metadata.gz: 458678c74d7b5085459bf1ea579d9baad16acd3f7b19f306fdce9cdb70ce414e792e33d5acd4805d34c06ff6d63caa84f49ff1ef04fd05ef4f4fd7c2695f5fba
7
+ data.tar.gz: a7a4a2029ddb354d78bf3de1d381dcf54279f053591dcb71833c01685007ed9dfff7bc7c8e5474f8a31aeb46b0a974b18a6b061d430d94e6c160464263422a51
@@ -1,3 +1,3 @@
1
1
  module EcePrewarmer
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ece_prewarmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patricio Bruna
@@ -112,9 +112,7 @@ description: Script para pre-calentar servidores escenic
112
112
  email:
113
113
  - pbruna@itlinux.cl
114
114
  executables:
115
- - console
116
115
  - ece-prewarmer
117
- - setup
118
116
  extensions: []
119
117
  extra_rdoc_files: []
120
118
  files:
@@ -124,9 +122,7 @@ files:
124
122
  - LICENSE.txt
125
123
  - README.md
126
124
  - Rakefile
127
- - bin/console
128
125
  - bin/ece-prewarmer
129
- - bin/setup
130
126
  - ece_prewarmer.gemspec
131
127
  - lib/ece_prewarmer.rb
132
128
  - lib/ece_prewarmer/version.rb
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "ece_prewarmer"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here