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 +4 -4
- data/lib/ece_prewarmer/version.rb +1 -1
- metadata +1 -5
- data/bin/console +0 -14
- data/bin/setup +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 830ebb0e814d789a00e537ad91277bf4bb339eab
|
|
4
|
+
data.tar.gz: 18c74f7b0f6b45d28901806a460c2ba5eb310b44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 458678c74d7b5085459bf1ea579d9baad16acd3f7b19f306fdce9cdb70ce414e792e33d5acd4805d34c06ff6d63caa84f49ff1ef04fd05ef4f4fd7c2695f5fba
|
|
7
|
+
data.tar.gz: a7a4a2029ddb354d78bf3de1d381dcf54279f053591dcb71833c01685007ed9dfff7bc7c8e5474f8a31aeb46b0a974b18a6b061d430d94e6c160464263422a51
|
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.
|
|
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
|