controller_action_hud 0.0.2 → 0.0.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
  SHA1:
3
- metadata.gz: 85aa55beee2199f35f05faccd5fc2468f6ff7905
4
- data.tar.gz: 50b82e596d8f08959c857883290c9c8acf9a7b18
3
+ metadata.gz: 1b6881952c3af7f7fbe31a968f23a9a6f60b54a2
4
+ data.tar.gz: b5d5a416f42a907df7d5621ec88dbc4491515d43
5
5
  SHA512:
6
- metadata.gz: 4bd2226111be469f5c1ef91b4b5759a6a66c821d5a658c7596682c8dbc30131d5123dd3b62acee62b7c6c888bb9d8703d7942e4f518370cf143386cdfae3a374
7
- data.tar.gz: 1e7774a144a72eb3050f296713dd719c5e43cd584975d625404fef9ae45f254a60b478dc89d1e6cd9fc9d1ff359c20313b9d3d3478004ed6d1d58fa5123f726e
6
+ metadata.gz: 1713143e597fa19df060e37e9254acda637b5627eef82f933db598874b2decce71ae365b49e0dc984a53d7cdc60d5bc05d1aa91af43ae68f038d70271255d967
7
+ data.tar.gz: a2ce823bc580cf6d8017e024faccb4ff7ce9f58f5e206d1b124addbf42b50e1ccc69896e432ac0bcb1f15c99356f187b46a27da6561df8d813c8edb1d6aa50a9
@@ -1,3 +1,3 @@
1
1
  module ControllerActionHUD
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -13,7 +13,7 @@ module ControllerActionHUD
13
13
  color: white;
14
14
  z-index: 999;
15
15
  padding: 4px 6px;
16
- font: normal bold 12px/12px Arial, sans-serif;
16
+ font: normal 12px/12px Arial, sans-serif;
17
17
  cursor: pointer;
18
18
  }
19
19
  </style>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controller_action_hud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Allie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-03 00:00:00.000000000 Z
11
+ date: 2015-10-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: HUD to show current controller and action
14
14
  email: dave@daveallie.com