colorized_routes 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: f700a2be72843f531c93b73dbe5b48012c95cb95
4
- data.tar.gz: b5c544d55c9c1a93195f763e147687d057ca416a
3
+ metadata.gz: 95e5d3cceb7f220cc89a96f8f395fc98ad0ef41c
4
+ data.tar.gz: e752d9dd4e3770d9c6d712f7024688c93060e629
5
5
  SHA512:
6
- metadata.gz: a819ac8d67cf7f44e9ee0ae80fa27d16388f6e1a191a63ac648f763defdb1d757d710e634e1c7bf684d339e40f327bbc0ea03e3bdc4f9c082d76689a49184d8e
7
- data.tar.gz: b0174284bff2ba85442584f9f8e85bba492613a708e1dc00ecdafe6fa65aa1379c7aa98a470c87277b98d3f22ed79a531e59a4673a025c501de743c65f0be78c
6
+ metadata.gz: 7724e497d9fd80604cb516b7523dafa6613c797520668744578e27ab60b07371f59c040a82c05d5d362de944f05ca62ca596d313e9a02370cc2f55b0ebb770dc
7
+ data.tar.gz: 794de2bc1a2c3738226a85622a4fb087fd824d47b1445b826ed0f7e66dcd1c7999c6ddda3b2da70f53fe2920f3817352230138b2c73597929445ab385eb8d86d
@@ -16,7 +16,8 @@
16
16
  print " | ".light_white
17
17
  print "#{@prefix.ljust(widths[:prefix])}".yellow
18
18
  print " | ".light_white
19
- print "#{@action}\n".light_green
19
+ print "#{@action}".light_green
20
+ puts ""
20
21
  end
21
22
 
22
23
  def self.max_widths routes, existing_widths = nil
@@ -1,3 +1,3 @@
1
1
  module ColorizedRoutes
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorized_routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Tate
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-07 00:00:00.000000000 Z
11
+ date: 2015-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler