RubyApp 0.5.52 → 0.5.53

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.52)
4
+ RubyApp (0.5.53)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -1,11 +1,12 @@
1
1
  :sass
2
2
  /* #{__FILE__}
3
3
  div.overlay
4
+ background-color: rgba(0,0,0,0.25)
4
5
  display: none
5
6
  height: 100%
6
7
  left: 0px
7
8
  position: absolute
8
9
  top: 0px
9
10
  width: 100%
10
- z-index: 1
11
+ z-index: 9
11
12
  = yield
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.52"
2
+ VERSION = "0.5.53"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 99
4
+ hash: 97
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 52
10
- version: 0.5.52
9
+ - 53
10
+ version: 0.5.53
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar