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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c1f9fa967c73a206265cf9eb02f339e2054e974
4
- data.tar.gz: 18ade3ec3270e1eb1c1d1c3900096952bd486fda
3
+ metadata.gz: dbe558c3bf85070e8d4153b4d620b0b69a75f911
4
+ data.tar.gz: 41f1e2e36994014c99b8dc5720d943c5e51e451d
5
5
  SHA512:
6
- metadata.gz: 896219310cd937f6dc40a6bbfb9029438fd2b79ee276f2bcb343409117c963eeae849b14d169ab4395c0b5dcb6d3856355db27bc599fd3e237fdd32ad1672f30
7
- data.tar.gz: eb669d8e3819e863f879652ac2bff2f2d592bf12368f22b1a636ed0fec9d72dcadcdbb7416ab8369d4ccacc0bcbe9bfd7417245047ce1018d8d40c413fe15c3d
6
+ metadata.gz: d01c97c047fa8b3f708ff912bba9348b987f3b4990e39af175877d06578254990d3e8e85035b9e8b74e2b4dd84695b08eb46d78c0d9ae41e75a0e9d0fb676911
7
+ data.tar.gz: 9751ee88c955384db9278b8c2babf836505adb7b29de8df00f4fa7b8649d3b5060269fb7d07db69682601a493924611a0232964ca3dd09a4a719fff62334100a
data/bin/thunderstorm CHANGED
File without changes
@@ -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 thunderstorm"
7
+ desc "thunderstorm bolt", "Install Thunderstorm"
8
8
  option :install
9
9
  option :name
10
- def sleep()
10
+ def bolt()
11
11
  install('thunderstorm.yml')
12
12
  end
13
13
  private
@@ -1,3 +1,3 @@
1
1
  module Thunderstorm
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thunderstorm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Vecchio