pantograph 0.1.1 → 0.1.3

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: 6e288a54d6bba1f3778ab986a22cc6c2ca2a61cf56b109cb1d15611bf5eb1edd
4
- data.tar.gz: 66973b04e3fc8dc45f2e67e0cfa3b20a43122d3a03a66b768332fccef95774d1
3
+ metadata.gz: b90cbd93dfb69b820b3d5b90902267e8d4db799054f4273dfba0bea78383a6c2
4
+ data.tar.gz: 54338f1e8cf18302ab948e816249fae647278b6eefa49e470bc3f2e23a04d28a
5
5
  SHA512:
6
- metadata.gz: e2182a1d655f7391e8940a4d8205d159d1aeab24c0de430cbe3bf8ccfeae7b65fead4b9ea4dfd3297c0013218a1a8809e51e6b6336f34ff911d22ba8f4248504
7
- data.tar.gz: f738e6d9c3d2ddfcacbbed297b1db7d3a40d72f5090826fc35c57c588bec33e69b1bcb481e053ad32aae41ddedab1087add2c5a181e997e14ec7b455467049fd
6
+ metadata.gz: eac708d6bf4983070ef34b81571da89159213215936308e682e041f796e9a1781b0cb78267ff5df363a423360da0a01adda8db0d469ec574c033f65b3bdb2f8c
7
+ data.tar.gz: 0e045f3d8741e3185e749182036f87b1a46200d7601b3af620d59b857a9e935eda536003a8bdee44eebf95fa7064ebe690e79f7ddbf4a90673b6fccd675d2851
@@ -117,7 +117,7 @@ module Pantograph
117
117
  Pantograph::CommandsGenerator.start
118
118
  end
119
119
  ensure
120
- # PantographCore::UpdateChecker.show_update_status('pantograph', Pantograph::VERSION)
120
+ PantographCore::UpdateChecker.show_update_status('pantograph', Pantograph::VERSION)
121
121
  end
122
122
 
123
123
  # Since pantograph also supports the rocket and biceps emoji as executable
@@ -4,7 +4,7 @@ module Pantograph
4
4
  attr_accessor :package_name
5
5
 
6
6
  def setup_gradle
7
- self.platform = :maven
7
+ self.platform = :gradle
8
8
 
9
9
  welcome_to_pantograph
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Pantograph
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  DESCRIPTION = 'A way to automate your apps'.freeze
4
4
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pantograph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Knapp