RubyApp 0.5.33 → 0.5.34

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.33)
4
+ RubyApp (0.5.34)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -0,0 +1,9 @@
1
+ :sass
2
+ /* #{__FILE__}
3
+ ul.list
4
+ li.item
5
+ a.link
6
+ span.ui-btn-inner
7
+ span.ui-btn.ui-btn-up-b.ui-btn-icon-notext.ui-btn-corner-all.ui-shadow
8
+ margin-top: -13px
9
+ = yield
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.33"
2
+ VERSION = "0.5.34"
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: 73
4
+ hash: 79
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 33
10
- version: 0.5.33
9
+ - 34
10
+ version: 0.5.34
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -388,6 +388,7 @@ files:
388
388
  - lib/ruby_app/elements/mobile/inputs/toggle_input.rb
389
389
  - lib/ruby_app/elements/mobile/link.html.haml
390
390
  - lib/ruby_app/elements/mobile/link.rb
391
+ - lib/ruby_app/elements/mobile/list.css.haml
391
392
  - lib/ruby_app/elements/mobile/list.html.haml
392
393
  - lib/ruby_app/elements/mobile/list.js.haml
393
394
  - lib/ruby_app/elements/mobile/list.rb