jnicklas-carrierwave 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -3,12 +3,13 @@ require 'rake/gempackagetask'
3
3
  require 'rake/rdoctask'
4
4
  gem 'rdoc', '>=2.4.0'
5
5
  require 'rdoc'
6
+ require 'sdoc'
6
7
 
7
8
  require 'spec/rake/spectask'
8
9
  require 'cucumber/rake/task'
9
10
 
10
11
  NAME = "carrierwave"
11
- GEM_VERSION = "0.2.0"
12
+ GEM_VERSION = "0.2.1"
12
13
  AUTHOR = "Jonas Nicklas"
13
14
  EMAIL = "jonas.nicklas@gmail.com"
14
15
  HOMEPAGE = "http://www.example.com"
@@ -43,6 +44,7 @@ end
43
44
  Rake::RDocTask.new do |rd|
44
45
  rd.main = "README.rdoc"
45
46
  rd.title = "CarrierWave"
47
+ rd.template = 'direct'
46
48
  rd.options << "--diagram" if ENV["DIAGRAM"]
47
49
  rd.rdoc_dir = File.join(File.dirname(__FILE__), 'doc')
48
50
  rd.rdoc_files.include("README.rdoc", "LICENSE", "TODO", 'lib/carrierwave/**/*.rb')
@@ -7,7 +7,7 @@ module CarrierWave
7
7
  #
8
8
  module Matchers
9
9
 
10
- class BeIdenticalTo
10
+ class BeIdenticalTo # :nodoc:
11
11
  def initialize(expected)
12
12
  @expected = expected
13
13
  end
@@ -27,7 +27,7 @@ module CarrierWave
27
27
  BeIdenticalTo.new(expected)
28
28
  end
29
29
 
30
- class HavePermissions
30
+ class HavePermissions # :nodoc:
31
31
  def initialize(expected)
32
32
  @expected = expected
33
33
  end
@@ -51,7 +51,7 @@ module CarrierWave
51
51
  HavePermissions.new(expected)
52
52
  end
53
53
 
54
- class BeNoLargerThan
54
+ class BeNoLargerThan # :nodoc:
55
55
  def initialize(width, height)
56
56
  @width, @height = width, height
57
57
  end
@@ -79,7 +79,7 @@ module CarrierWave
79
79
  BeNoLargerThan.new(width, height)
80
80
  end
81
81
 
82
- class HaveDimensions
82
+ class HaveDimensions # :nodoc:
83
83
  def initialize(width, height)
84
84
  @width, @height = width, height
85
85
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jnicklas-carrierwave
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Nicklas
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-15 00:00:00 -07:00
12
+ date: 2009-04-17 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15