RubyApp 0.0.71 → 0.0.72

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.0.71)
4
+ RubyApp (0.0.72)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.71"
2
+ VERSION = "0.0.72"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
data/rakefile CHANGED
@@ -75,14 +75,16 @@ namespace :ruby_app do
75
75
 
76
76
  namespace :cache do
77
77
 
78
- desc 'Create element caches'
78
+ desc 'Create element cache'
79
79
  task :create do |task|
80
80
  RubyApp::Application.create_cache(File.join(File.dirname(__FILE__), %w[lib ruby_app elements]), File.join(File.dirname(__FILE__), %w[lib]))
81
+ system "git commit --all --message='Creating element cache'"
81
82
  end
82
83
 
83
- desc 'Delete element caches'
84
+ desc 'Delete element cache'
84
85
  task :destroy do |task|
85
86
  RubyApp::Application.destroy_cache(File.join(File.dirname(__FILE__), %w[lib ruby_app elements]))
87
+ system "git commit --all --message='Deleting element cache'"
86
88
  end
87
89
 
88
90
  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: 145
4
+ hash: 143
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 71
10
- version: 0.0.71
9
+ - 72
10
+ version: 0.0.72
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar