ruby-nuggets 0.7.5 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to ruby-nuggets version 0.7.5
5
+ This documentation refers to ruby-nuggets version 0.7.6
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -33,7 +33,7 @@ end
33
33
  begin
34
34
  require 'filemagic/ext'
35
35
  rescue ::LoadError
36
- def ::File.content_type(path) # :nodoc:
36
+ def File.content_type(path) # :nodoc:
37
37
  nil
38
38
  end
39
39
  end
@@ -4,7 +4,7 @@ module Nuggets
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 7
7
- TINY = 5
7
+ TINY = 6
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-nuggets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 5
10
- version: 0.7.5
9
+ - 6
10
+ version: 0.7.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jens Wille
@@ -193,14 +193,14 @@ licenses: []
193
193
 
194
194
  post_install_message:
195
195
  rdoc_options:
196
+ - --line-numbers
196
197
  - --main
197
198
  - README
198
199
  - --all
199
200
  - --charset
200
201
  - UTF-8
201
202
  - --title
202
- - ruby-nuggets Application documentation (v0.7.5)
203
- - --line-numbers
203
+ - ruby-nuggets Application documentation (v0.7.6)
204
204
  require_paths:
205
205
  - lib
206
206
  required_ruby_version: !ruby/object:Gem::Requirement