rack-dev-mark 0.0.3 → 0.0.4

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: 6e457f30708a58f71ecf3dbccd8e716b973053c4
4
- data.tar.gz: 1b690c2e6f3473b006bbca3e8c26123582a4524c
3
+ metadata.gz: 61304d64aa895f3dc8dfdd853b25d0c41d83f4cb
4
+ data.tar.gz: 2faeecc55d213772cbc6b57f305d8e97cd654829
5
5
  SHA512:
6
- metadata.gz: 978a23c118ef4f970dd03cc99b79cbb8347f8d2604151f385f66c8a9e6faed02b2d29f4b8762596a6a7ee6138349030e1eca8037f7d4b5f100e4c6df95e90673
7
- data.tar.gz: 784b7bb571640ebb3d97a0843ab619e2670fb9f36d1da00c15b6a1ddfac580033c0ede4ea6661ddc796df5644bdb2abeefc248cd88e820f0f69e2af6186e2206
6
+ metadata.gz: 47351a58d46067c45244210eb3bd42edf5ea91d1a5132b46f15dd4d2b8ee343164d99b7aaf85da4dd790954298339b6ca03e2ad11acb3bfc40873d3dcd8f89dc
7
+ data.tar.gz: 04f870f4b5c4284edfa2aceb6daf6cd6873d43d132dfc03bf1f4592839633dcedb122250cbe753989553e6b14c055789627b63ab62ffdd839c2da073ae5e902c
@@ -11,7 +11,7 @@ module Rack
11
11
  <!--[if lt IE 9]>
12
12
  #{stylesheet_link_tag "github-fork-ribbon-css/gh-fork-ribbon.ie.css"}
13
13
  <![endif]-->
14
- <div class="github-fork-ribbon-wrapper left"><div class="github-fork-ribbon"><a href="https://github.com/simonwhitaker/github-fork-ribbon-css" class="github-fork-ribbon-text" target="_blank">#{env}</a></div></div>
14
+ <div class="github-fork-ribbon-wrapper left" id="github-fork-ribbon" onClick="this.style.display='none'"><div class="github-fork-ribbon"><span class="github-fork-ribbon-text" target="_blank">#{env}</span></div></div>
15
15
  EOS
16
16
  html.sub %r{(<body[^>]*>)}i, "\\1#{s.strip}"
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module DevMark
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
@@ -36,6 +36,7 @@
36
36
  text-decoration: none;
37
37
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
38
38
  text-align: center;
39
+ cursor: pointer;
39
40
 
40
41
  /* Set the geometry. If you fiddle with these you'll also need
41
42
  to tweak the top and right values in .github-fork-ribbon. */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-dev-mark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daisuke Taniwaki