thunderstorm 0.1.0 → 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/bin/thunderstorm +0 -0
- data/lib/thunderstorm/cli.rb +2 -2
- data/lib/thunderstorm/version.rb +1 -1
- 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: dbe558c3bf85070e8d4153b4d620b0b69a75f911
|
|
4
|
+
data.tar.gz: 41f1e2e36994014c99b8dc5720d943c5e51e451d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d01c97c047fa8b3f708ff912bba9348b987f3b4990e39af175877d06578254990d3e8e85035b9e8b74e2b4dd84695b08eb46d78c0d9ae41e75a0e9d0fb676911
|
|
7
|
+
data.tar.gz: 9751ee88c955384db9278b8c2babf836505adb7b29de8df00f4fa7b8649d3b5060269fb7d07db69682601a493924611a0232964ca3dd09a4a719fff62334100a
|
data/bin/thunderstorm
CHANGED
|
File without changes
|
data/lib/thunderstorm/cli.rb
CHANGED
|
@@ -4,10 +4,10 @@ require 'yaml'
|
|
|
4
4
|
module Thunderstorm
|
|
5
5
|
class Lightning < Thor
|
|
6
6
|
include Thor::Actions
|
|
7
|
-
desc "thunderstorm bolt", "Install
|
|
7
|
+
desc "thunderstorm bolt", "Install Thunderstorm"
|
|
8
8
|
option :install
|
|
9
9
|
option :name
|
|
10
|
-
def
|
|
10
|
+
def bolt()
|
|
11
11
|
install('thunderstorm.yml')
|
|
12
12
|
end
|
|
13
13
|
private
|
data/lib/thunderstorm/version.rb
CHANGED