RubyApp 0.0.71 → 0.0.72
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.
- data/Gemfile.lock +1 -1
- data/lib/ruby_app/version.rb +1 -1
- data/rakefile +4 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/ruby_app/version.rb
CHANGED
data/rakefile
CHANGED
@@ -75,14 +75,16 @@ namespace :ruby_app do
|
|
75
75
|
|
76
76
|
namespace :cache do
|
77
77
|
|
78
|
-
desc 'Create element
|
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
|
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:
|
4
|
+
hash: 143
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 72
|
10
|
+
version: 0.0.72
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Frank G. Ficnar
|