moro-miso 0.0.5 → 0.0.6

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.
Files changed (4) hide show
  1. data/ChangeLog +3 -0
  2. data/Rakefile +1 -1
  3. data/lib/miso.rb +1 -1
  4. metadata +3 -3
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.0.6 / 2009-10-18
2
+ * fix homepage URL / thanx http://twitter.com/sanemat/status/4946907169
3
+
1
4
  == 0.0.5 / 2009-09-29
2
5
 
3
6
  * merge l15n's changes, thanx.
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ if use_rubyforge
22
22
  RUBYFORGE_PROJECT = "miso"
23
23
  HOMEPAGE = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
24
24
  else
25
- HOMEPAGE = "http://github.com/moro/#{NAME}/"
25
+ HOMEPAGE = "http://github.com/moro/miso/"
26
26
  end
27
27
  BIN_FILES = %w(miso-cheat )
28
28
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Miso
3
- Version = '0.0.5'
3
+ Version = '0.0.6'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moro-miso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOROHASHI Kyosuke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-09 00:00:00 +09:00
12
+ date: 2009-10-18 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -31,7 +31,7 @@ files:
31
31
  - rails_generators/miso/templates/web_extra_ja_steps.rb
32
32
  - rails_generators/miso/templates/webrat_ja_steps.rb
33
33
  has_rdoc: true
34
- homepage: http://github.com/moro/moro-miso/
34
+ homepage: http://github.com/moro/miso/
35
35
  licenses: []
36
36
 
37
37
  post_install_message: