instrumental-components 0.1.34 → 0.1.35

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: 6a9336e6dbfeda58c11a4577d07701ee206bd720c28111531e996a4bce645b5a
4
- data.tar.gz: b59e3b95367eb206e9938a2e9338afdd1d5ff2e8a5500a92d6826f9ce87e38ba
3
+ metadata.gz: a3e24b31c541753b0ee2c08fe2fa97d25b857774b5438aecf57e5becd0602d19
4
+ data.tar.gz: 848da8582bf125d130ea82267e08ed837f7f0cb747c9fca8fc8cc729821a9ef1
5
5
  SHA512:
6
- metadata.gz: dd8f93cb29051be5d76147bc392441be9dd4c8bc38129796debb754b60d017fea97dc7f20c549ebf89e141ad60feefbc96407c432112ea567e26d23f095dba8e
7
- data.tar.gz: 93ba9fed8e2a92a58c571854aee878d2369f3b91f943c1f045b275b8c508b48cdc55e08ea678586dc6c03f458b85470b0205b7702f763b2113bc03dc374587d7
6
+ metadata.gz: fa742ae8fb037c889822e3c1503fe492faf1ce985b93640d059d4dd8cf1b19875a6b9afc54c1add8a592df2d78d6e66e0203930534f0315f31e8af104ad38a80
7
+ data.tar.gz: 1ca31afa1df69256c2fc23184aa88ce56d641967542893f83601c9f40c28183982f9fca05094b745dcf5896709753cb36a4c3cb46d4e1870d1aa2e005840f796
@@ -13,13 +13,17 @@ module InstrumentalComponents
13
13
  latest_version = fetch_latest_version
14
14
  current_version = get_current_version
15
15
 
16
+ puts ""
16
17
  if current_version.nil?
17
18
  puts "You're not using Instrumental Components. To install, run:\nbundle exec install-instrumental"
18
19
  elsif current_version == latest_version
19
- puts "You're on the latest version!"
20
+ puts "Your project is running version #{current_version} of Instrumental Components. That's the latest version!"
20
21
  else
21
- puts "You're running version #{current_version}. To update to the latest version (#{latest_version}), run:\nbundle exec install-instrumental"
22
+ puts "Your project is running version #{current_version} of Instrumental Components. The latest version is #{latest_version}. To update to the latest version, run:"
23
+ puts ""
24
+ puts "bundle exec install-instrumental"
22
25
  end
26
+ puts ""
23
27
  end
24
28
 
25
29
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrumental-components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Casel