app_archetype 1.2.6 → 1.2.7

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: 5e74cf25e1e7b6d3d39473af26d5ba9306658755b6e22e24f985fc1f20fda3e6
4
- data.tar.gz: '090fa7d8d796c5a0f734980b9b6fc77689edc5937aa66735798b5110bd07bb2b'
3
+ metadata.gz: a184068cc296173ae1e20fbee823755d7252f8e81769a84eb74391f1a807833f
4
+ data.tar.gz: e55ba3af28733f3bd2bd6fbae199b40096449b8b147d0b5aa256d245bb58b85b
5
5
  SHA512:
6
- metadata.gz: 4de9bfcc1e636ec9437498de6134f696132221358a55f63c70664fe0fd8a2e0652b3918c3942ac965c46e4a053585cc3cd831294f082530966ac9b88473d09bf
7
- data.tar.gz: a5dc66e068d8a54a9e72de76560816a2c1ef72fe0a0069a7cd05296ca9b2b8e810983b5161c37e434e253b7569b82ef59ccc6d56ef460d83019db319ea1daeac
6
+ metadata.gz: ac59aafa81c87a4695b747647d4e2d72c9fd81eecd945f7d0df61f7e41a1a6d6ed79d0c59f8a3f7a3251350cf72b4f6068a7a05db889c1041aa8373e3adc7fab
7
+ data.tar.gz: 528690c3f93bfcf647ffca0b9f1199a1fd89e4cf8d742b145073b5f814017644f3ef70ca0081e66851c4186354d7946c60836ef3bb631893a303def868642374
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_archetype (1.2.6)
4
+ app_archetype (1.2.7)
5
5
  cli-format (~> 0.2)
6
6
  highline (~> 2.0)
7
7
  json (~> 2.3)
@@ -8,7 +8,7 @@ require 'app_archetype/cli/prompts'
8
8
 
9
9
  module AppArchetype
10
10
  # Command line interface helpers and actions
11
- class CLI < Thor
11
+ class CLI < ::Thor
12
12
  package_name 'Archetype'
13
13
 
14
14
  class <<self
@@ -1,7 +1,7 @@
1
1
  require 'cli-format'
2
2
 
3
3
  module AppArchetype
4
- class CLI < Thor
4
+ class CLI < ::Thor
5
5
  # CLI output presenters
6
6
  module Presenters
7
7
  ##
@@ -1,7 +1,7 @@
1
1
  require 'highline'
2
2
 
3
3
  module AppArchetype
4
- class CLI < Thor
4
+ class CLI < ::Thor
5
5
  # CLI output presenters
6
6
  module Prompts
7
7
  ##
@@ -2,5 +2,5 @@ module AppArchetype
2
2
  ##
3
3
  # AppArchetype version
4
4
  #
5
- VERSION = '1.2.6'.freeze
5
+ VERSION = '1.2.7'.freeze
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_archetype
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Bigger