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 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 #{shared_path}/#{down_html}.html #{current_path}/public/#{down_html}.html"
15
+ run "cp #{current_path}/public/#{down_html}.html #{shared_path}/#{down_html}.html"
16
16
  end
17
17
 
18
18
  namespace :web do
@@ -3,7 +3,7 @@ module Useful
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 7
6
+ TINY = 8
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
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.7
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-09 00:00:00 -06:00
12
+ date: 2010-01-28 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency