twitter2mixivoice 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,14 @@
1
1
  = ChangeLog
2
2
 
3
+ == 2009-11-09 kazuya kawaguhci <kawakazu80@gmail.com>
4
+
5
+ * 0.1.2
6
+ fixed load error.
7
+
8
+ * bin/twitter2mixivoice:
9
+ fixed called 'Twitter2MixiVoice::Application.run'
10
+
11
+
3
12
  == 2009-11-08 kawakazu80@gmail.com
4
13
 
5
14
  * 0.1.1
@@ -7,7 +16,7 @@
7
16
  add Twitter2MixiVoice.gemspec file.
8
17
  change 'twitter_2_mixi_voice' file into 'twitter2mixivoice' file.
9
18
 
10
- * README.rdoc
19
+ * README.rdoc:
11
20
  add description of 'INSTALL:' chapter.
12
21
 
13
22
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -12,20 +12,5 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
12
12
 
13
13
  require "twitter_2_mixi_voice"
14
14
 
15
-
16
- #
17
- # entry point
18
- #
19
-
20
- if __FILE__ == $0
21
-
22
- begin
23
- # run application.
24
- Twitter2MixiVoice::Application.run(ARGV)
25
- rescue Exception => e
26
- $stderr.puts e.to_s
27
- end
28
-
29
- end
30
-
31
- __END__
15
+ # run application.
16
+ Twitter2MixiVoice::Application.run(ARGV)
@@ -5,15 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{twitter2mixivoice}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kazuya kawaguchi"]
12
- s.date = %q{2009-11-08}
13
- s.default_executable = %q{twitter_2_mixi_voice}
12
+ s.date = %q{2009-11-09}
13
+ s.default_executable = %q{twitter2mixivoice}
14
14
  s.description = %q{Post twitter tweet to mixi voice.}
15
15
  s.email = %q{kawakazu80@gmail.com}
16
- s.executables = ["twitter_2_mixi_voice"]
16
+ s.executables = ["twitter2mixivoice"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
19
  "README.rdoc"
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "README.rdoc",
27
27
  "Rakefile",
28
28
  "VERSION",
29
- "bin/twitter_2_mixi_voice",
29
+ "bin/twitter2mixivoice",
30
30
  "lib/application.rb",
31
31
  "lib/mixi.rb",
32
32
  "lib/options.rb",
@@ -38,7 +38,8 @@ Gem::Specification.new do |s|
38
38
  "test/test_options.rb",
39
39
  "test/test_tweet.rb",
40
40
  "test/test_twitter_2_mixi_voice.rb",
41
- "test/test_twitter_client.rb"
41
+ "test/test_twitter_client.rb",
42
+ "twitter2mixivoice.gemspec"
42
43
  ]
43
44
  s.homepage = %q{http://github.com/kazupon/Twitter2MixiVoice}
44
45
  s.rdoc_options = ["--charset=UTF-8"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter2mixivoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kazuya kawaguchi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-08 00:00:00 +09:00
12
+ date: 2009-11-09 00:00:00 +09:00
13
13
  default_executable: twitter2mixivoice
14
14
  dependencies: []
15
15