RubyApp 0.7.3 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  String.prototype.blank_if = function(value) {
4
4
  return this == value ? '' : this;
5
5
  };
6
- Date.prototype.tomorrow = function() {
6
+ Date.tomorrow = function() {
7
7
  return new Date(Date.now() + 24 * 60 * 60 * 1000);
8
8
  };
9
9
  var RubyApp = new function() {
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.7.3"
2
+ VERSION = "0.7.4"
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.3
4
+ version: 0.7.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -1545,7 +1545,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1545
1545
  version: '0'
1546
1546
  segments:
1547
1547
  - 0
1548
- hash: 3510020064292693250
1548
+ hash: -338997606630914219
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: 3510020064292693250
1557
+ hash: -338997606630914219
1558
1558
  requirements: []
1559
1559
  rubyforge_project:
1560
1560
  rubygems_version: 1.8.25