kelredd-useful 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -7
- data/lib/useful/cap_tasks/disable_with_down_html.rb +1 -1
- data/lib/useful/version.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -38,10 +38,3 @@ Rake::TestTask.new do |t|
|
|
38
38
|
t.test_files = FileList["test/**/*_test.rb"]
|
39
39
|
t.verbose = true
|
40
40
|
end
|
41
|
-
|
42
|
-
require 'cucumber'
|
43
|
-
require 'cucumber/rake/task'
|
44
|
-
|
45
|
-
Cucumber::Rake::Task.new(:features) do |t|
|
46
|
-
t.cucumber_opts = "test/features --format pretty"
|
47
|
-
end
|
@@ -12,7 +12,7 @@ Capistrano::Configuration.instance.load do
|
|
12
12
|
|
13
13
|
desc "_: (useful) Updates the shared down html page with the version from source"
|
14
14
|
task :update_down_html, :roles => :app, :except => { :no_release => true } do
|
15
|
-
run "cp #{
|
15
|
+
run "cp #{current_path}/public/#{down_html}.html #{shared_path}/#{down_html}.html"
|
16
16
|
end
|
17
17
|
|
18
18
|
namespace :web do
|
data/lib/useful/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kelredd-useful
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kelly Redding
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-28 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|