td-logger 0.1.0 → 0.1.1

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/ChangeLog CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ Release 0.1.1 - 2011/08/21
3
+
4
+ * Added missing lib/td-logger.rb file
5
+ * Fixed description of the gem
6
+
2
7
  Release 0.1.0 - 2011/08/21
3
8
 
4
9
  * First release
data/lib/td-logger.rb ADDED
@@ -0,0 +1 @@
1
+ require File.join(File.dirname(__FILE__), 'td', 'logger')
@@ -1,7 +1,7 @@
1
1
  module TreasureData
2
2
  module Logger
3
3
 
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: td-logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sadayuki Furuhashi
@@ -76,6 +76,7 @@ extra_rdoc_files:
76
76
  - ChangeLog
77
77
  - README.rdoc
78
78
  files:
79
+ - lib/td-logger.rb
79
80
  - lib/td/logger.rb
80
81
  - lib/td/logger/tdlog.rb
81
82
  - lib/td/logger/version.rb
@@ -114,6 +115,6 @@ rubyforge_project:
114
115
  rubygems_version: 1.3.7
115
116
  signing_key:
116
117
  specification_version: 3
117
- summary: Treasure Data command line tool
118
+ summary: Treasure Data logging library fro Rails
118
119
  test_files: []
119
120