snaka-ruby_gntp 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.
Files changed (3) hide show
  1. data/ChangeLog +3 -0
  2. data/lib/ruby_gntp.rb +2 -2
  3. metadata +2 -2
data/ChangeLog CHANGED
@@ -6,3 +6,6 @@
6
6
  == Version 0.0.1
7
7
  * Initial version
8
8
 
9
+ == Version 0.0.2
10
+ * Fixed Japanese translated MIT License page URL.
11
+
@@ -24,8 +24,8 @@
24
24
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25
25
  # THE SOFTWARE.
26
26
  #
27
- # 日本語訳:
28
- # http://www.opensource.jp/licenses/mit-license.html
27
+ # 日本語訳(japanese):
28
+ # http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
29
29
  #
30
30
  #}}}
31
31
  require 'socket'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaka-ruby_gntp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - snaka
@@ -27,7 +27,7 @@ files:
27
27
  - TODO
28
28
  - ChangeLog
29
29
  has_rdoc: false
30
- homepage: http://d.hatena.ne.jp/snaka72/
30
+ homepage: http://snaka.github.com/ruby_gntp/
31
31
  post_install_message:
32
32
  rdoc_options: []
33
33