relevance-log_buddy 0.4.11 → 0.4.12
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/VERSION.yml +1 -1
- data/examples/log_buddy/gem_logger_example.rb +1 -1
- data/log_buddy.gemspec +3 -4
- metadata +3 -3
data/VERSION.yml
CHANGED
data/log_buddy.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{log_buddy}
|
5
|
-
s.version = "0.4.
|
5
|
+
s.version = "0.4.12"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Rob Sanheim"]
|
@@ -35,12 +35,11 @@ Gem::Specification.new do |s|
|
|
35
35
|
"lib/log_buddy/version.rb",
|
36
36
|
"log_buddy.gemspec"
|
37
37
|
]
|
38
|
-
s.has_rdoc = true
|
39
38
|
s.homepage = %q{http://github.com/relevance/log_buddy}
|
40
39
|
s.rdoc_options = ["--charset=UTF-8"]
|
41
40
|
s.require_paths = ["lib"]
|
42
41
|
s.rubyforge_project = %q{thinkrelevance}
|
43
|
-
s.rubygems_version = %q{1.3.
|
42
|
+
s.rubygems_version = %q{1.3.3}
|
44
43
|
s.summary = %q{Log Buddy is your little development buddy.}
|
45
44
|
s.test_files = [
|
46
45
|
"examples/log_buddy/example_helper.rb",
|
@@ -52,7 +51,7 @@ Gem::Specification.new do |s|
|
|
52
51
|
|
53
52
|
if s.respond_to? :specification_version then
|
54
53
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
55
|
-
s.specification_version =
|
54
|
+
s.specification_version = 3
|
56
55
|
|
57
56
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
58
57
|
s.add_development_dependency(%q<spicycode-micronaut>, [">= 0"])
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relevance-log_buddy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Sanheim
|
@@ -52,7 +52,7 @@ files:
|
|
52
52
|
- lib/log_buddy/utils.rb
|
53
53
|
- lib/log_buddy/version.rb
|
54
54
|
- log_buddy.gemspec
|
55
|
-
has_rdoc:
|
55
|
+
has_rdoc: false
|
56
56
|
homepage: http://github.com/relevance/log_buddy
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options:
|
@@ -76,7 +76,7 @@ requirements: []
|
|
76
76
|
rubyforge_project: thinkrelevance
|
77
77
|
rubygems_version: 1.2.0
|
78
78
|
signing_key:
|
79
|
-
specification_version:
|
79
|
+
specification_version: 3
|
80
80
|
summary: Log Buddy is your little development buddy.
|
81
81
|
test_files:
|
82
82
|
- examples/log_buddy/example_helper.rb
|