RubyApp 0.6.25 → 0.6.26

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.
File without changes
@@ -6,4 +6,4 @@
6
6
  = yield(:item) || self.item
7
7
  - else
8
8
  %span.item.ui-disabled
9
- = yield(:item) || self.item
9
+ = yield(:item) || self.item
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.6.25"
2
+ VERSION = "0.6.26"
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: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 25
10
- version: 0.6.25
9
+ - 26
10
+ version: 0.6.26
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -296,6 +296,7 @@ extra_rdoc_files: []
296
296
  files:
297
297
  - .gitignore
298
298
  - .rvmrc
299
+ - CHANGES.md
299
300
  - Gemfile
300
301
  - README.md
301
302
  - Rakefile