gi_cat_driver 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +14 -5
  2. data/lib/gi_cat_driver/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -1,14 +1,23 @@
1
1
  require "bundler/gem_tasks"
2
2
  require "rocco/tasks"
3
3
  require 'rspec/core/rake_task'
4
+ require 'rake/clean'
4
5
 
5
6
  RSpec::Core::RakeTask.new('spec')
6
7
  task :default => :spec # to make it default
7
8
 
8
9
  desc "Generate Rocco Documentation"
9
- task :rocco do |t|
10
- Rocco::make 'doc/', 'lib/**/*.rb', {
11
- :language => 'ruby',
12
- :stylesheet => 'docco.css'
13
- }
10
+ task :rocco
11
+ Rocco::make 'doc/', 'lib/**/*.rb', {
12
+ :stylesheet => 'docco.css'
13
+ }
14
+
15
+ task :rocco
16
+ directory 'doc/'
17
+
18
+ file 'doc/lib/index.html' => 'doc/lib/gi_cat_driver.html' do |f|
19
+ mv 'doc/lib/gi_cat_driver.html', 'doc/lib/index.html'
14
20
  end
21
+ task :rocco => 'doc/lib/index.html'
22
+ CLEAN.include 'doc/lib/index.html'
23
+
@@ -1,3 +1,3 @@
1
1
  module GiCatDriver
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gi_cat_driver
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 9
10
- version: 0.1.9
9
+ - 10
10
+ version: 0.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stuart Reed