relevance-log_buddy 0.2.1 → 0.2.2

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.rdoc CHANGED
@@ -55,9 +55,9 @@ See examples.rb for live examples you can run.
55
55
  == URLS
56
56
 
57
57
  * Log bugs, issues, and suggestions at Lighthouse: http://relevance.lighthouseapp.com/projects/19074-log-buddy/overview
58
- * View Source: http://github.com/relevance/logbuddy
59
- * Git clone Source: git://github.com/relevance/logbuddy.git
60
- * Continuous Integration: http://runcoderun.com/relevance/logbuddy
58
+ * View Source: http://github.com/relevance/log_buddy
59
+ * Git clone Source: git://github.com/relevance/log_buddy.git
60
+ * Continuous Integration: http://runcoderun.com/relevance/log_buddy
61
61
  * RDocs: http://thinkrelevance.rubyforge.org/log_buddy
62
62
 
63
63
  == LICENSE:
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ echoe = Echoe.new('log_buddy', LogBuddy::VERSION::STRING) do |p|
9
9
  p.email = 'opensource@thinkrelevance.com'
10
10
  p.summary = 'Log Buddy is your little development buddy.'
11
11
  p.description = 'Log statements along with their name easily. Mixin a logger everywhere when you need it.'
12
- p.url = "http://github.com/relevance/logbuddy"
12
+ p.url = "http://github.com/relevance/log_buddy"
13
13
  p.rdoc_pattern = /^(lib|bin|ext)|txt|rdoc|gemspec|CHANGELOG|LICENSE$/
14
14
  rdoc_template = `allison --path`.strip << ".rb"
15
15
  p.rdoc_template = rdoc_template
@@ -1,6 +1,6 @@
1
1
  require 'logger'
2
2
  require 'rubygems'
3
- gem 'spicycode-micronaut', "~> 0.1.0"
3
+ gem 'spicycode-micronaut', "~> 0.1.5"
4
4
  gem 'mocha'
5
5
  require "mocha"
6
6
  require 'micronaut'
@@ -15,6 +15,6 @@ end
15
15
 
16
16
  Micronaut.configure do |config|
17
17
  config.mock_with :mocha
18
- end
19
-
20
- Micronaut::Runner.autorun
18
+ config.filter_run :options => { :focused => true }
19
+ config.autorun!
20
+ end
@@ -2,7 +2,7 @@ module LogBuddy
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.2.1"
5
+ s.version = "0.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Rob Sanheim - Relevance"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.extra_rdoc_files = ["CHANGELOG", "lib/log_buddy/mixin.rb", "lib/log_buddy/utils.rb", "lib/log_buddy/version.rb", "lib/log_buddy.rb", "LICENSE", "log_buddy.gemspec", "README.rdoc"]
13
13
  s.files = ["CHANGELOG", "examples/example_helper.rb", "examples/log_buddy_example.rb", "examples/log_buddy_init_example.rb", "examples/log_example.rb", "examples.rb", "init.rb", "lib/log_buddy/mixin.rb", "lib/log_buddy/utils.rb", "lib/log_buddy/version.rb", "lib/log_buddy.rb", "LICENSE", "log_buddy.gemspec", "Manifest", "Rakefile", "README.rdoc"]
14
14
  s.has_rdoc = true
15
- s.homepage = %q{http://github.com/relevance/logbuddy}
15
+ s.homepage = %q{http://github.com/relevance/log_buddy}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Log_buddy", "--main", "README.rdoc"]
17
17
  s.require_paths = ["lib"]
18
18
  s.rubyforge_project = %q{thinkrelevance}
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim - Relevance
@@ -90,7 +90,7 @@ files:
90
90
  - Rakefile
91
91
  - README.rdoc
92
92
  has_rdoc: true
93
- homepage: http://github.com/relevance/logbuddy
93
+ homepage: http://github.com/relevance/log_buddy
94
94
  post_install_message:
95
95
  rdoc_options:
96
96
  - --line-numbers