waoc 1.0.0 → 1.0.1
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/waoc.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a2497dc0793c1a425836833f26381078d7f741a
|
|
4
|
+
data.tar.gz: e89dfd9ea92f7ca252f6cbf90b6511ee1317d4e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e25674099de3698df6714bdb47a209188ba193f9a9d04014651c7c04bd252a314e3ed7cff9a0c4b0d809030b084f39167ec087088fe18882e9462559ce6d7e1a
|
|
7
|
+
data.tar.gz: 44a59afce2808f0562b7d92e40cc204679ed0cc8cc39648fb3642d93312f82a8ea6b45f5cb9116daaf64ab018168e134a4ab2ac2697aa4ed47bbe7fcd7f80609
|
data/lib/waoc.rb
CHANGED
|
@@ -5,9 +5,9 @@ class WaOC
|
|
|
5
5
|
sleep 1
|
|
6
6
|
|
|
7
7
|
puts "Baixando os arquivos"
|
|
8
|
-
system "wget https://github.com/
|
|
9
|
-
system "wget https://raw.githubusercontent.com/
|
|
10
|
-
system "wget https://raw.githubusercontent.com/
|
|
8
|
+
system "wget https://github.com/WaOC/WaOC-CDN/raw/master/opencode_theme-0.0.2.gem"
|
|
9
|
+
system "wget https://raw.githubusercontent.com/WaOC/WaOC-CDN/master/gulpfile.js"
|
|
10
|
+
system "wget https://raw.githubusercontent.com/WaOC/WaOC-CDN/master/package.json"
|
|
11
11
|
|
|
12
12
|
puts "Instalando OpenCode"
|
|
13
13
|
sleep 1
|