gorails 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: fb6ed89fea9fbe57b0f3e0ad9e43b86bcc01d554018610c20ec88ca62a7e3eb4
4
- data.tar.gz: 289342d7b991ffd71da958d904163e6aed5bdb38e673fa3a0aa7da4627c8591f
3
+ metadata.gz: e64a68f47a33d15b16065e2882e19ef2fdf815e484bf5674900b6d214193bd50
4
+ data.tar.gz: ad7d91c0bdb7a3e9a0c41a148e4ab5658a7ad12478b5294c5ffb3de853695abb
5
5
  SHA512:
6
- metadata.gz: cb384482e0a5992b671d681839e7a335c32c9290ad2d5f93016e5f3d5d283d8de754501346a390278c478d9c783c9dd94773a192fd7ea189192160e5025bf13f
7
- data.tar.gz: ba828e4f25ccb1d01d30caf3f58ec08deeff4669b785effe8aefcd296508b6c6b4cc28777359d6849c5ccda3c037ee5f5de89a85024f4708a52c612b4e27c58e
6
+ metadata.gz: e11a575cd81bfaaadd2ae294dc2b03a9382f70cada35820da6abeabda074cbd2ad93c58b896bf3b2073524ebfa07c2eb63d94ce8f5d5d4e9a341637be0c04eb1
7
+ data.tar.gz: d4c107348f4ed57cae042618a3ff2483129c0cadf5aed553acaed1affc78d161c3dacb1ba7b29904024944da50350c00c9a3f8613df9485f89c077430a05d886
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gorails (0.1.4)
4
+ gorails (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -2,9 +2,9 @@ require "gorails"
2
2
 
3
3
  module Gorails
4
4
  module Commands
5
- class Example < Gorails::Command
5
+ class Version < Gorails::Command
6
6
  def call(_args, _name)
7
- puts VERSION
7
+ puts Gorails::VERSION
8
8
  end
9
9
 
10
10
  def self.help
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gorails
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gorails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Oliver