RubyApp 0.5.76 → 0.5.77

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.76)
4
+ RubyApp (0.5.77)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -5,15 +5,15 @@
5
5
  %div.node
6
6
  - if value.is_a?(Hash)
7
7
  %code
8
- #{name}: (Hash)
8
+ & #{name}: (Hash)
9
9
  = RubyApp::Elements::Mobile::Hash.new(value).render(:html)
10
10
  - elsif value.is_a?(Array)
11
11
  %code
12
- #{name}: (Array)
12
+ & #{name}: (Array)
13
13
  - value.each do |item|
14
14
  %div.item
15
15
  %code
16
- \- #{item.inspect}
16
+ & \- #{item.inspect}
17
17
  - else
18
18
  %code
19
- #{name}: #{value.inspect}
19
+ & #{name}: #{value.inspect}
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.76"
2
+ VERSION = "0.5.77"
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: 147
4
+ hash: 145
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 76
10
- version: 0.5.76
9
+ - 77
10
+ version: 0.5.77
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-22 00:00:00 Z
18
+ date: 2012-08-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement