RubyApp 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@
8
8
  %div{'data-role' => 'content'}
9
9
  %div{:style => 'margin: 0px auto 15px auto; text-align: center; width: 50%;'}
10
10
  - if RubyApp::Session.identity
11
- You are logged in as #{RubyApp::Session.identity.url}.
11
+ You are logged in as #{RubyApp::Session.identity.uri}.
12
12
  - else
13
13
  You are not logged in.
14
14
  %div{'data-role' => 'controlgroup'}
@@ -31,7 +31,7 @@
31
31
  %span.ui-li-aside
32
32
  %code
33
33
  - if @session.identity
34
- = @session.identity.url
34
+ = @session.identity.uri
35
35
  - else
36
36
  (nil)
37
37
  %li
@@ -16,10 +16,10 @@ module RubyApp
16
16
 
17
17
  class Identity
18
18
 
19
- attr_reader :url
19
+ attr_reader :uri
20
20
 
21
- def initialize(url)
22
- @url = url
21
+ def initialize(uri)
22
+ @uri = uri
23
23
  end
24
24
 
25
25
  end
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-01 00:00:00.000000000 Z
12
+ date: 2013-03-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bluecloth
@@ -1545,7 +1545,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1545
1545
  version: '0'
1546
1546
  segments:
1547
1547
  - 0
1548
- hash: 574152241666446368
1548
+ hash: -3369301748080133056
1549
1549
  required_rubygems_version: !ruby/object:Gem::Requirement
1550
1550
  none: false
1551
1551
  requirements:
@@ -1554,7 +1554,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1554
1554
  version: '0'
1555
1555
  segments:
1556
1556
  - 0
1557
- hash: 574152241666446368
1557
+ hash: -3369301748080133056
1558
1558
  requirements: []
1559
1559
  rubyforge_project:
1560
1560
  rubygems_version: 1.8.25