oohlalog 0.0.1 → 0.0.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.
@@ -1,3 +1,3 @@
1
1
  module Oohlalog
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/oohlalog.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |gem|
7
7
  gem.name = "oohlalog"
8
8
  gem.version = Oohlalog::VERSION
9
9
  gem.authors = ["David Estes"]
10
- gem.email = ["destes@redwindsw.com"]
11
- gem.description = "Logger for Ooohlalog.com"
12
- gem.summary = "Temporary summary"
13
- gem.homepage = ""
10
+ gem.email = ["destes@bcap.com"]
11
+ gem.description = "Rails/Ruby Logger Tie-in for OohLaLog.com"
12
+ gem.summary = "The OohLaLog service allows for cloud logging from multiple servers. This easy tie-in makes work for the developer minimal and provides advanced functionality, such as counters, search, live log tail, alerts, and more."
13
+ gem.homepage = "http://www.oohlalog.com"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oohlalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,9 +11,9 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-06-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Logger for Ooohlalog.com
14
+ description: Rails/Ruby Logger Tie-in for OohLaLog.com
15
15
  email:
16
- - destes@redwindsw.com
16
+ - destes@bcap.com
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
@@ -30,7 +30,7 @@ files:
30
30
  - lib/oohlalog/railtie.rb
31
31
  - lib/oohlalog/version.rb
32
32
  - oohlalog.gemspec
33
- homepage: ''
33
+ homepage: http://www.oohlalog.com
34
34
  licenses: []
35
35
  post_install_message:
36
36
  rdoc_options: []
@@ -53,5 +53,7 @@ rubyforge_project:
53
53
  rubygems_version: 1.8.25
54
54
  signing_key:
55
55
  specification_version: 3
56
- summary: Temporary summary
56
+ summary: The OohLaLog service allows for cloud logging from multiple servers. This
57
+ easy tie-in makes work for the developer minimal and provides advanced functionality,
58
+ such as counters, search, live log tail, alerts, and more.
57
59
  test_files: []