RubyApp 0.5.41 → 0.5.42

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.41)
4
+ RubyApp (0.5.42)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -24,7 +24,7 @@ module RubyApp
24
24
  end
25
25
 
26
26
  def self.exists?
27
- return @@_application
27
+ return @@_application ||= nil
28
28
  end
29
29
 
30
30
  def self.create!
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.41"
2
+ VERSION = "0.5.42"
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: 89
4
+ hash: 95
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 41
10
- version: 0.5.41
9
+ - 42
10
+ version: 0.5.42
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar