voom-commands 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d515b626343bc5ba84a9fffdbeeb1bd129ba85ceeaa11ef35a4b2a1238302964
4
- data.tar.gz: c37e2f6cf270e0dcce0b7a635a56b02bc37aba778fbdba33e74beb8d6986d400
3
+ metadata.gz: 451c8cb446331b5257588c73c357741f72198ae25e7e6e405064838808853bb1
4
+ data.tar.gz: 7883ec487e0ce95e72a6a8076d22dbf903ae4bad810272fb49ed0c1d783be330
5
5
  SHA512:
6
- metadata.gz: 8c31eecefc16b5c52dc3b8346eeac9f0fa588acdcdb67213cb4a3f2a37cd2ae4d494500ee77110af320de7241c4287962108ec21a967c292ba3a415a63f0ec8f
7
- data.tar.gz: a6cc40aa440ceb5708cef4a70353d355d4d192c53d0079ba98b6420f9ab87558a56e14866fb57dc0e3cbc9055a41bd5a22b111324cc479f1363f3e22b98740f8
6
+ metadata.gz: 14d388ecc3988f3d6a46187d6e103b2e49077db6beea85ad03c9bc5a393d8c2eb8ee8674e37ed9c6ea3f58da0a5e4f1d3c65e5862822a9afad8252faeb924f72
7
+ data.tar.gz: 414dcf7fe9b79339af78b95b656cba738ee9f143525345ecf08f4411d073aa78e73cef8abfc4206d28dbb5462cb6c9dcc8c3970cdd658012f791a971ef151b73
@@ -1,8 +1,3 @@
1
1
  require "voom/commands/version"
2
-
3
- module Voom
4
- module Commands
5
- class Error < StandardError; end
6
- # Your code goes here...
7
- end
8
- end
2
+ require 'voom/commands/base'
3
+ require 'voom/commands/controller_response'
@@ -1,5 +1,5 @@
1
1
  module Voom
2
2
  module Commands
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voom-commands
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Edens