s3_db_assets_backup 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +2 -4
  2. metadata +2 -2
data/Rakefile CHANGED
@@ -19,8 +19,7 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
19
19
  rdoc.rdoc_dir = 'rdoc'
20
20
  rdoc.title = 'S3DbAssetsBackup'
21
21
  rdoc.options << '--line-numbers' << '--inline-source'
22
- rdoc.rdoc_files.include('README')
23
- rdoc.rdoc_files.include('lib/**/*.rb')
22
+ rdoc.rdoc_files.include('README.rdoc')
24
23
  end
25
24
 
26
25
  PKG_FILES = FileList[
@@ -31,14 +30,13 @@ PKG_FILES = FileList[
31
30
 
32
31
  spec = Gem::Specification.new do |s|
33
32
  s.name = "s3_db_assets_backup"
34
- s.version = "0.0.2"
33
+ s.version = "0.0.3"
35
34
  s.author = "Chris Barnes"
36
35
  s.email = "randomutterings@gmail.com"
37
36
  s.homepage = "http://www.randomutterings.com/projects/s3_db_assets_backup"
38
37
  s.platform = Gem::Platform::RUBY
39
38
  s.summary = "Generates rake tasks for backing up db and public folder to S3 bucket"
40
39
  s.files = PKG_FILES.to_a
41
- s.require_path = "lib"
42
40
  s.has_rdoc = false
43
41
  s.extra_rdoc_files = ["README.rdoc"]
44
42
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Barnes