controller_action_hud 0.0.3 → 0.0.5

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
  SHA1:
3
- metadata.gz: 1b6881952c3af7f7fbe31a968f23a9a6f60b54a2
4
- data.tar.gz: b5d5a416f42a907df7d5621ec88dbc4491515d43
3
+ metadata.gz: a39755a92d8c4e9430be6637b0f83feb4b519007
4
+ data.tar.gz: a63a440a41ca377ff5f61276ed826c300f7843d7
5
5
  SHA512:
6
- metadata.gz: 1713143e597fa19df060e37e9254acda637b5627eef82f933db598874b2decce71ae365b49e0dc984a53d7cdc60d5bc05d1aa91af43ae68f038d70271255d967
7
- data.tar.gz: a2ce823bc580cf6d8017e024faccb4ff7ce9f58f5e206d1b124addbf42b50e1ccc69896e432ac0bcb1f15c99356f187b46a27da6561df8d813c8edb1d6aa50a9
6
+ metadata.gz: 2485ecebce5f847df21421637006a7607ff753a2ee261ec9db4494354a73fd325590016a0cdb4420b5b55b9e4a5a2407e0e8a525b79eeadac441fa7cf8d19bbf
7
+ data.tar.gz: 741a7a239f955bc543e4f36c707810d984271b1ea96feb31945096015fe0f03b8536a70ad944c8fcba5a3794264a1154d60daefe92cf97ea18841a0becdc19eb
@@ -1,3 +1,3 @@
1
1
  module ControllerActionHUD
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.5'
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 12px/12px Arial, sans-serif;
16
+ font: normal 14px/14px 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.3
4
+ version: 0.0.5
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-05 00:00:00.000000000 Z
11
+ date: 2015-10-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: HUD to show current controller and action
14
14
  email: dave@daveallie.com