RubyApp 0.5.99 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/.gitignore +1 -0
  2. data/lib/ruby_app/version.rb +1 -1
  3. metadata +4 -4
data/.gitignore CHANGED
@@ -10,3 +10,4 @@ lib/ruby_app/elements/mobile/documents/authentication/open_id/temp
10
10
  *.gem
11
11
  *.log
12
12
  *.pid
13
+ Gemfile.lock
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.99"
2
+ VERSION = "0.6.1"
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: 205
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 5
9
- - 99
10
- version: 0.5.99
8
+ - 6
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar